Skip to content

Commit

Permalink
added rviz file to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
jardeldyonisio committed Aug 17, 2023
1 parent d14168d commit 64bd27c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions launch/world_navigation.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
<include file="$(find turtlebot3_gazebo)/launch/turtlebot3_world.launch"/>

<!-- Navigation -->
<include file="$(find turtlebot3_navigation)/launch/turtlebot3_navigation.launch"/>
<include file="$(find turtlebot3_navigation)/launch/turtlebot3_navigation.launch">
<arg name="open_rviz" value="false"/>
</include>

<!-- Rviz -->
<!-- <node pkg="rviz" type="rviz" name="rviz" args="-d $(find turtlebot3_teleop_recorder)/rviz/turtlebot3_teleop_recorder.rviz"/> -->
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find turtlebot3_teleop_recorder)/rviz/turtlebot3_teleop_recorder.rviz"/>
</launch>

0 comments on commit 64bd27c

Please sign in to comment.