Skip to content

Commit

Permalink
Remove the base_footprint visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Aug 6, 2024
1 parent 7240424 commit fca2881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions turtlebot4_description/urdf/lite/turtlebot4.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@
</xacro:oakd>

<!-- Base footprint for navigation -->
<link name="base_footprint">
<visual>
<geometry>
<cylinder length="0.001" radius="${0.335/2}"/>
</geometry>
<material name="dark_grey">
<color rgba="0.1 0.1 0.1 1"/>
</material>
</visual>
</link>
<link name="base_footprint" />
<joint name="base_footprint_joint" type="fixed">
<!-- Create3's base_link is already on the ground -->
<origin xyz="0 0 0" rpy="0 0 0" />
Expand Down
11 changes: 1 addition & 10 deletions turtlebot4_description/urdf/standard/turtlebot4.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,7 @@
</xacro:oakd>

<!-- Base footprint for navigation -->
<link name="base_footprint">
<visual>
<geometry>
<cylinder length="0.001" radius="${0.335/2}"/>
</geometry>
<material name="dark_grey">
<color rgba="0.1 0.1 0.1 1"/>
</material>
</visual>
</link>
<link name="base_footprint" />
<joint name="base_footprint_joint" type="fixed">
<!-- Create3's base_link is already on the ground -->
<origin xyz="0 0 0" rpy="0 0 0" />
Expand Down

0 comments on commit fca2881

Please sign in to comment.