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

Fix spline steering method when path length != 1 #306

Merged
merged 4 commits into from
Mar 14, 2023

Conversation

DianeBury
Copy link
Contributor

The spline steering method can take as the desired path length as input (#298) but the right hand side was not updated accordingly. This fixes it and adds a test with a robotic arm robot.

Note that the same test with Romeo fails when checking the velocities because the spline steering method does not handle rotations correctly. Not sure if it should throw an exception or a warning in that case.

@jmirabel
Copy link
Contributor

Could you add a note in the documentation of path::Spline to warn that the velocities for robots with non-vector space are not please ?

@jmirabel
Copy link
Contributor

Related to #307

@DianeBury
Copy link
Contributor Author

Could you add a note in the documentation of path::Spline to warn that the velocities for robots with non-vector space are not please ?

Yes, it is done.

@florent-lamiraux florent-lamiraux merged commit 5ae8da5 into humanoid-path-planner:devel Mar 14, 2023
@jmirabel
Copy link
Contributor

@nim65s could this be released in robotpkg ?
A patch is sufficient is it is easier for you.

@florent-lamiraux
Copy link
Contributor

On my computer, the test introduced after this pull request (1e57011) does not pass.

@jmirabel
Copy link
Contributor

The test fails before I installed but passes after I installed. Did you install the package ?

@florent-lamiraux
Copy link
Contributor

Yes. It passes after installing. Thank you.

@nim65s
Copy link
Member

nim65s commented Apr 12, 2023

The patch is on its way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants