Skip to content

Commit

Permalink
Fix the offline 3D backpack launch file. (cartographer-project#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
wohe authored Dec 19, 2016
1 parent efea767 commit 0b4fa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartographer_ros/launch/offline_backpack_3d.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<param name="/use_sim_time" value="true" />

<node name="rviz" pkg="rviz" type="rviz" required="true"
args="-d $(find cartographer_ros)/configuration_files/demo_2d.rviz" />
args="-d $(find cartographer_ros)/configuration_files/demo_3d.rviz" />

<node name="cartographer_offline_node" pkg="cartographer_ros"
type="cartographer_offline_node" args="
Expand Down

0 comments on commit 0b4fa3d

Please sign in to comment.