Skip to content
Snippets Groups Projects
Commit 1252dd2e authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Fix default mesh_resolution value

parent 2efc5759
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
params="name:=main
prefix:=robot
parent:=base
mesh_resolution:=low
mesh_resolution:=low_res
config_file:=${default_config}
model:=utm30lx
*origin">
......
......@@ -27,7 +27,7 @@
</collision>
</link>
<xacro:hokuyo_laser2d name="top" prefix="robot" parent="hokuyo_base" resolution="low_res" model="utm30lx">
<xacro:hokuyo_laser2d name="top" prefix="robot" parent="hokuyo_base" mesh_resolution="low" model="utm30lx">
<origin xyz="0.0 0.0 0.5" rpy="0 0 0" />
</xacro:hokuyo_laser2d>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment