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

How to write rosrun rviz rviz -f velodyne into my launch file?

asked 2018-06-08 10:40:11 -0500

rosryce gravatar image

I'm trying to run rviz with my velodyne lidar puck and I'm confused how to write the code, specifically the argument to connect rviz to the velodyne.

I know that it is set up like <node pkg="rviz" type="rviz" name="rviz" args="___________________"/>

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-09 02:34:25 -0500

Ridhwanluthra gravatar image
<node pkg="rviz" type="rviz" name="rviz" args="-f velodyne"/>

So, You fill in args just like you would on the command line.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-06-08 10:40:11 -0500

Seen: 152 times

Last updated: Jun 09 '18