-
Notifications
You must be signed in to change notification settings - Fork 221
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
Request FrameAligned view, as in ROS1 #1320
Comments
It was simply never ported. PRs are welcome 😄 |
Hi @christophebedard, I have not worked with the rviz source code before. If you could sketch what needs to be done to do the work and point me to the right fields, I will see what I can do. |
I've only looked at the RViz source code once myself, but any time is a good time to learn! The plugin is defined in an XML file:
You can see that each plugin definition in the XML file has a
Now, you can see that the ROS 1 Therefore, I believe you just need to create a Let me know if something isn't clear or if you have any questions. |
In ROS1's rviz, there used to be a FrameAligned view that allowed to align the view exactly with a target frame. This is crucial for, e.g., a flight simulator where the user wants to see the view of the aircraft moving in 6 degrees of freedom. (In this case, the target frame would be the body frame.)
ThirdPersonFollower would work for a robot that moves on the horizontal plane only but not for an aircraft moving and rotating in 3 dimensions.
I cannot understand why this feature has not been ported and nobody asked for it since rviz2 came out. It would highly appreciate if it could be added to rviz2. Thank you very much!
The text was updated successfully, but these errors were encountered: