-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add Unicycle Trajectory Generator #845
Conversation
The code does not compile yet.
@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 |
src/Planners/include/BipedalLocomotion/Planners/UnicycleUtilities.h
Outdated
Show resolved
Hide resolved
Co-authored-by: Stefano Dafarra <[email protected]>
Co-authored-by: Stefano Dafarra <[email protected]>
There was a problem hiding this 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 🚀
This PR provides a
Unicycle Trajectory Generator
that combined with theUnicycle Trajectory Planner
of #844 mimics the functionalities of the planner used in walking-controllers.Considering a
Master-Slave
architecture,Unicycle Trajectory Generator
acts as themaster
.It is in charge of:
Unicycle Trajectory Planner
any time a new trajectory needs to be computedUnicycle Trajectory Planner
This PR should be merged after #844.