Skip to content

Commit

Permalink
feat: Set config file for rviz
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastaciaVolkova committed Apr 8, 2020
1 parent 58f6eaf commit 9710adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_robot/launch/world.launch
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
-x $(arg x) -y $(arg y) -z $(arg z)
-R $(arg roll) -P $(arg pitch) -Y $(arg yaw)"/>
<!--launch rviz-->
<node name="rviz" pkg="rviz" type="rviz" respawn="false"/>
<node name="rviz" pkg="rviz" type="rviz" respawn="false" args="-d $(find my_robot)/config.rviz"/>
</launch>

0 comments on commit 9710adc

Please sign in to comment.