Skip to content

Commit

Permalink
Launch Rviz in the naviation profile if it's being started as part of…
Browse files Browse the repository at this point in the history
… the simulation launch
  • Loading branch information
civerachb-cpr committed Aug 21, 2024
1 parent 16096c3 commit c1d627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtlebot4_gz_bringup/launch/turtlebot4_spawn.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def generate_launch_description():
turtlebot4_ros_gz_bridge_launch = PathJoinSubstitution(
[pkg_turtlebot4_gz_bringup, 'launch', 'ros_gz_bridge.launch.py'])
rviz_launch = PathJoinSubstitution(
[pkg_turtlebot4_viz, 'launch', 'view_robot.launch.py'])
[pkg_turtlebot4_viz, 'launch', 'view_navigation.launch.py'])
turtlebot4_node_launch = PathJoinSubstitution(
[pkg_turtlebot4_gz_bringup, 'launch', 'turtlebot4_nodes.launch.py'])
create3_nodes_launch = PathJoinSubstitution(
Expand Down

0 comments on commit c1d627f

Please sign in to comment.