-
Notifications
You must be signed in to change notification settings - Fork 21
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 TF broadcast for robots-on-tracks #170
Comments
somehow I didn't notice this, even though I have a robot-on-a-track here. Most of the tools we use (also to test) don't consume the TF broadcast by MotoROS2, which could explain this. As to a possible solution: if the Yaskawa
Edit: a difficulty here would be that without a calibration of the robot's |
Note that the FK performed by the |
Now I'm really confused. Now I think that it should actually work. Turns out that the motoros2/src/PositionMonitor.c Lines 306 to 313 in 62ac8ed
I'll take a detailed look at this later today. |
Maybe something here is not happy with my setup? Lines 88 to 109 in 62ac8ed
|
After some discussion in #169, it appears the current implementation of TF broadcasting for robots on tracks is not working as it should.
Jogging a robot on a track does not update the
world -> r1/base
transform. Only robot pose changes are reflected in ther1/base -> r1/tool0
(andr1/base -> r1/tcp_0
) transforms.The text was updated successfully, but these errors were encountered: