Different urdf models in rviz
I have two different urdf models for two different robots. Can I show them in the same map in rviz?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Load the urdfs into separate parameters. (/robot_description_a
and /robot_description_b
)
In RViz, add two separate RobotModel elements, and have each reference a different parameter.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-01-15 15:54:35 -0500
Seen: 277 times
Last updated: Jan 16 '19
Mobile Manipulator double urdf?
"Unable to connect to move_group" when running another machine
How do I visualize the URDF models of the NXT robots?
Inconsistent launch and mapping in RViz with Kinect
Turtlebot tutorial - rviz "2D Pose Estimate" button
turtlebot3 is teleporting in rviz
There are many possible duplicates, try searching e.g. for
multiple robots rviz site:answers.ros.org
. If your question is still not answered you can update it with more details.@aPonza: would be good to add: "try searching with Google".
You can show two different robots in the same RViz map. However you have to create a single URDF file and define two robot models separately.