Robotics StackExchange | Archived questions

Multiple display with RViz

Is there a way with Rviz to have multiple view point display at the same time. Something like the 4 views available in Maya. Some thing like : http://community.digitalmediaacademy.org/wp-content/uploads/2011/07/Maya-3D-Dinosaur-Model.jpeg

Asked by mpkuse on 2015-08-17 05:21:25 UTC

Comments

Answers

I think this is not possible without some coding on your part, but using librviz, it's doable. For use in DRC, we (optionally) used such functionality in our Operator Control Station, switching between a 3D perspective view and a 4 view setup with the perspective view plus 3 ortho views. The code is available here (see L83 for initializing the four views). This is not really a minimal example, but it should give you an idea how it can be done.

Asked by Stefan Kohlbrecher on 2015-08-17 06:12:11 UTC

Comments