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

driver: trajectories where len(pos) != len(vel) != len(acc) lead to strange motions #188

Open
gavanderhoorn opened this issue Nov 23, 2017 · 1 comment
Labels

Comments

@gavanderhoorn
Copy link
Member

Observed this on our SIA20F+rail: if a JointTrajectory contains JointTrajectoryPoints with inconsistent position, velocity or acceleration lists (compared to the names field), the driver will accept the trajectory and send 'strange' values for the missing elements.

'strange' typically means: non-zero, which can lead to trajectories with non-zero start and end velocities and accelerations, which result in either wrong or 'alternative' motion for joints that are assigned those values.

@gavanderhoorn
Copy link
Member Author

I've not investigated this further, but I guess there is some unitialised memory being used to set or copy values for the missing elements of the arrays.

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

No branches or pull requests

1 participant