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

Industrial Robot Client - time/duration handling incorrect #38

Open
GoogleCodeExporter opened this issue Apr 7, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Current handling of trajectory velocities and time_from_start is incorrect:
  1) simple_message protocol does not pass time_from_start to robot, so trajecories can't be delayed or spliced appropriately on the robot controller
  2) joint_trajectory_streamer should respect time_from_start when streaming points to robots
  3) duration is calculated using time_from_start, but should really be based on delta-position and trajectory velocities.

Original issue reported on code.google.com by [email protected] on 14 Feb 2013 at 5:45

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

No branches or pull requests

1 participant