-
Notifications
You must be signed in to change notification settings - Fork 24
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
Wrong goal Visualization #60
Comments
Was this fixed by your recent pull? |
To tell you the truth, I don't know I stopped using addGoalMarker and started using addArrowMarker. I can check it sometime later |
Can you follow up on this? |
Argh, It is actually a bit hard for me to reproduce right now, since I stopped using the pose goals, and I use only joint goals and addArrowMarker. Maybe we can close for now. It only has to do with an rviz helper function it's not that important anyway |
I tested this again, and it still not working as expecting the goal is orientation is wrong. There must be something wrong in this function, but I don't know what |
I think there is something wrong in the goal visulization code, regarding the rotations. The Wrong goal visualization can be seen in the first figure. This is happening after I merged #57 to my code
One arrow is by directly using addArrowMarker, and the other is using the goal Visulization
An IK solution is shown to verify the the addArrowMarker works.
The code to reproduce this is the following
`
auto base_to_object =
tf2::transformToEigen(lookup("base_link", "vicon_object_server/" + object));
`
The text was updated successfully, but these errors were encountered: