ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rviz config file for new urdf

asked 2020-07-29 09:42:08 -0500

bgraysea gravatar image

updated 2022-03-04 06:54:13 -0500

lucasw gravatar image

In http://wiki.ros.org/urdf/Tutorials/Bu... it references https://github.com/ros/urdf_tutorial/....

As I understand; that rviz file is tied to that urdf. So if I'm using my own urdf file do I need to follow http://docs.ros.org/kinetic/api/movei... to get the correct rviz config?

thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-08-01 06:20:38 -0500

Weasfas gravatar image

Hi @bgraysea,

Tehcnically speaking that particular rviz config file is tied to that particular URDF since your topics, links, etc will be different in your new robot but you can still use that rviz config by changing the sources of every plugin that you can see in the left panel.

Rviz is a visualization tool that works by adding displays to the interface. Hence you can start by launching an empty rviz config (E.g.: default) and then populate with displays by cliking in the left bottom button named "Add". Form there you will able to add odometry, tf, robot model displays etc. and then change your source inputs from each one of them in the left panel to adjust them to your robot.

There is a nice user guide that explains this in depth. Take a look here.

Hope that helps you.

Regards.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-07-29 09:42:08 -0500

Seen: 10,681 times

Last updated: Aug 01 '20