Skip to content

Commit

Permalink
chore: add rviz to turtlebot launchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
boczekbartek authored and maciejmajek committed Oct 22, 2024
1 parent 072b415 commit 67ebaab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/examples/turtlebot4/turtlebot.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
cwd="src/examples/turtlebot4"
output="screen">
</executable>

<executable
cmd="rviz2 -d config.rviz"
cwd="src/examples/turtlebot4"
output="screen">
</executable>
</launch>

0 comments on commit 67ebaab

Please sign in to comment.