1

I am working on a project that uses a MultiBodyPlant and a SceneGraph in Drake. Is there a way of visualizing the links and joints of the plant in ROS RViz?

rahul sharma
  • 505
  • 4
  • 17
Robert
  • 11
  • 2

1 Answers1

2

Currently (as of 2020/05/11, drake@3cae4801), Rviz is not officially supported.

However, I have made a (hacky) example for ROS1 Rviz (Melodic, Python 2) using pydrake (Python 3) which you can see here:

EricCousineau-TRI/repro/ros/drake_ros1_hacks (permalink)

Please see the README for what the current issues are, how to try it out, etc. Here's a snippet:

README snippet

Eric Cousineau
  • 1,944
  • 14
  • 23