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

Do not include velocity in the published joint_state messages #51

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

civerachb-cpr
Copy link
Collaborator

The node currently publishes the configured maximum velocity, instead of the joints' actual current speeds. This means that when stationary the velocity is non-zero, which results in errors with nodes that subscribe to the robot_state_publisher. Easiest symptom to see is "twitching" of the model in rviz.

Since the underlying driver does not appear to support querying the actual current speed of the joints, simply omit the velocity (which is optional anyway) and publish the position only.

… max velocity, not the actual speed of rotation
@tonybaltovski tonybaltovski merged commit 66a630e into noetic-devel Nov 8, 2022
@tonybaltovski tonybaltovski deleted the no-velocity branch November 8, 2022 22:09
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.

2 participants