-
Notifications
You must be signed in to change notification settings - Fork 39
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
Modify the unicycle planner #844
Modify the unicycle planner #844
Conversation
The code does not compile yet.
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.
First of all well done 🎉. I add you some comments but I think we may also discuss F2F 😃
src/Planners/include/BipedalLocomotion/Planners/UnicycleTrajectoryPlanner.h
Outdated
Show resolved
Hide resolved
src/Planners/include/BipedalLocomotion/Planners/UnicycleTrajectoryPlanner.h
Outdated
Show resolved
Hide resolved
src/Planners/include/BipedalLocomotion/Planners/UnicycleTrajectoryPlanner.h
Outdated
Show resolved
Hide resolved
src/Planners/include/BipedalLocomotion/Planners/UnicycleTrajectoryPlanner.h
Outdated
Show resolved
Hide resolved
Co-authored-by: Giulio Romualdi <giulio.romualdi@gmail.com>
Hi @GiulioRomualdi could we merge this PR? |
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.
Just small comments. I will check better later in the day
src/Planners/include/BipedalLocomotion/Planners/UnicycleUtilities.h
Outdated
Show resolved
Hide resolved
src/Planners/include/BipedalLocomotion/Planners/UnicycleUtilities.h
Outdated
Show resolved
Hide resolved
CI failure not related to the PR |
This PR modifies the current implementation of the
blf unicycle planner
which is now namedUnicycle Trajectory Planner
.This planner is in charge of generating the:
over the trajectory time horizon, which is a configuration parameter of the planner itself.
This PR should be merged before #845.