This commit is contained in:
Your Name 2025-01-16 14:46:56 +01:00
parent b14081ff85
commit ee4407eea5
2 changed files with 14 additions and 4 deletions

View File

@ -58,20 +58,30 @@
<!-- BASE LINK -->
<link name="base_link">
</link>
<!-- <link name="base_link">
</link> -->
<!-- BASE_FOOTPRINT LINK -->
<joint name="base_footprint_joint" type="fixed">
<!-- <joint name="base_footprint_joint" type="fixed">
<parent link="base_link"/>
<child link="base_footprint"/>
<origin xyz="0 0 0" rpy="0 0 0"/>
</joint>
</joint> -->
<link name="base_footprint">
</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 -->

0
launch/gmapping.launch Normal file
View File