mirror of
https://gitlab.com/yikestone/qt_pi.git
synced 2025-08-03 21:54:12 +05:30
9 lines
267 B
XML
9 lines
267 B
XML
<launch>
|
|
<node name="gmapping" pkg="gmapping" type="slam_gmapping">
|
|
<param name="base_frame" value="base_link" type="string" />
|
|
<param name="maxUrange" value="8" />
|
|
<param name="maxRange" value="12" />
|
|
<param name="minimumScore" value="50" />
|
|
</node>
|
|
</launch>
|