Assets writer (ROS map) urdf typo fix (#875)
The ROS map assets writer launch file can now find the default urdf file when no argument is provided.master
parent
49ca306ec5
commit
cf8c05b623
|
@ -19,7 +19,7 @@
|
|||
-->
|
||||
|
||||
<launch>
|
||||
<arg name="urdf_filename" default="$(find cartographer_ros)/urdf/backback_2d.urdf"/>
|
||||
<arg name="urdf_filename" default="$(find cartographer_ros)/urdf/backpack_2d.urdf"/>
|
||||
|
||||
<node name="cartographer_assets_writer" pkg="cartographer_ros" required="true"
|
||||
type="cartographer_assets_writer" args="
|
||||
|
|
Loading…
Reference in New Issue