-
Notifications
You must be signed in to change notification settings - Fork 84
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
Incorrect order of joints using ROS Humble #87
Comments
Can you please describe why that is wrong, and how joint_state_publisher is involved here? |
We were wondering why the list of joints as published by the joint state publisher does not match the sequential order they are supposed to be in according to the robot URDF. We tested this with various different robot models and got the same result. |
Can I use foxglove to do this ? What do I need to do ? |
It looks like there is an intent to publish the joints in a fixed order: joint_state_publisher/joint_state_publisher/joint_state_publisher/joint_state_publisher.py Line 344 in 424fd9e
Mind posting a joint_state_publisher/joint_state_publisher/joint_state_publisher/joint_state_publisher.py Lines 87 to 98 in 424fd9e
|
Hello
When trying to use the joint states of the robot for a forward kinematic calculation, we noticed that the order of the joint positions seems to be published incorrectly.
It appears that the order of joints is now published as:
(see screenshot below for added clarity)
Thank you in advance!
Ivo Dekker
The text was updated successfully, but these errors were encountered: