mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-18 15:46:59 +00:00
update
This commit is contained in:
parent
b14081ff85
commit
ee4407eea5
@ -58,20 +58,30 @@
|
|||||||
|
|
||||||
<!-- BASE LINK -->
|
<!-- BASE LINK -->
|
||||||
|
|
||||||
<link name="base_link">
|
<!-- <link name="base_link">
|
||||||
</link>
|
</link> -->
|
||||||
|
|
||||||
<!-- BASE_FOOTPRINT LINK -->
|
<!-- BASE_FOOTPRINT LINK -->
|
||||||
|
|
||||||
<joint name="base_footprint_joint" type="fixed">
|
<!-- <joint name="base_footprint_joint" type="fixed">
|
||||||
<parent link="base_link"/>
|
<parent link="base_link"/>
|
||||||
<child link="base_footprint"/>
|
<child link="base_footprint"/>
|
||||||
<origin xyz="0 0 0" rpy="0 0 0"/>
|
<origin xyz="0 0 0" rpy="0 0 0"/>
|
||||||
</joint>
|
</joint> -->
|
||||||
|
|
||||||
<link name="base_footprint">
|
<link name="base_footprint">
|
||||||
</link>
|
</link>
|
||||||
|
|
||||||
|
<!-- BASE LINK -->
|
||||||
|
|
||||||
|
<joint name="base_link_joint" type="fixed">
|
||||||
|
<parent link="base_footprint"/>
|
||||||
|
<child link="base_link"/>
|
||||||
|
<origin xyz="0 0 0" rpy="0 0 0"/>
|
||||||
|
</joint>
|
||||||
|
|
||||||
|
<link name="base_link">
|
||||||
|
</link>
|
||||||
|
|
||||||
<!-- CHASSIS LINK -->
|
<!-- CHASSIS LINK -->
|
||||||
|
|
||||||
|
0
launch/gmapping.launch
Normal file
0
launch/gmapping.launch
Normal file
Loading…
Reference in New Issue
Block a user