Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unicycle Trajectory Generator #845

Merged

Conversation

LoreMoretti
Copy link
Contributor

@LoreMoretti LoreMoretti commented May 6, 2024

This PR provides a Unicycle Trajectory Generator that combined with the Unicycle Trajectory Planner of #844 mimics the functionalities of the planner used in walking-controllers.

Considering a Master-Slave architecture, Unicycle Trajectory Generator acts as the master.

It is in charge of:

  • advancing the Unicycle Trajectory Planner any time a new trajectory needs to be computed
  • merging the current trajectory with the next one returned by the Unicycle Trajectory Planner
  • unrolling the current trajectory (i.e., it advances it over time)

This PR should be merged after #844.

LoreMoretti and others added 30 commits May 2, 2024 17:27
The code does not compile yet.
@LoreMoretti
Copy link
Contributor Author

@traversaro the failed conda-forge dependencies CIs (for Ubuntu/Windows) seem some download error. Could you confirm?

@LoreMoretti LoreMoretti marked this pull request as ready for review June 21, 2024 07:40
@traversaro
Copy link
Collaborator

@traversaro the failed conda-forge dependencies CIs (for Ubuntu/Windows) seem some download error. Could you confirm?

Yes, it is due to conda/infrastructure#906 as we are using packages from robostack-staging in the CI. I wonder if this could be mitigated using conda instead of mamba, I will try.

examples/CMakeLists.txt Outdated Show resolved Hide resolved
src/Planners/tests/UnicycleTrajectoryGeneratorTest.cpp Outdated Show resolved Hide resolved
src/Planners/src/UnicycleTrajectoryGenerator.cpp Outdated Show resolved Hide resolved
src/Planners/src/UnicycleTrajectoryGenerator.cpp Outdated Show resolved Hide resolved
src/Planners/src/UnicycleTrajectoryGenerator.cpp Outdated Show resolved Hide resolved
src/Planners/src/UnicycleTrajectoryGenerator.cpp Outdated Show resolved Hide resolved
src/Planners/src/UnicycleTrajectoryGenerator.cpp Outdated Show resolved Hide resolved
Copy link
Member

@S-Dafarra S-Dafarra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, well done 🚀

@GiulioRomualdi GiulioRomualdi merged commit 342c5c9 into ami-iit:master Jul 19, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants