Open IvoD1998 opened 1 year ago
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. It could of course also be an issue on the side of the MoveIt configs for the robots, but we are uncertain.
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:
Mind posting a urdf
that shows the issue? It might be the change in order came from the urdf parser, as that's where joint_state_publisher
gets the order from
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