-
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 optional initialization of base pose and feet pose in the Unicycle Trajectory Generator #887
Add optional initialization of base pose and feet pose in the Unicycle Trajectory Generator #887
Conversation
Look good to me! I would suggest adding a basic test for the additions |
Thanks @S-Dafarra. Indeed, when writing the new tests and compiling them, I found out that the signatures:
seem to be ambiguous. The only way I found so far is to pass |
CI on conda fails with: #896 |
This PR add the feature to initialize the
unicycleTrajectoryGenerator
with the initial base pose and the relative pose of the feet (which mimics what is done in TrajectoryGenerator.cpp in thegenerateFirstTrajectories
member functions)