Skip to content

Commit ba2c3cb

Browse files
committed
Fix import typos
1 parent 9431040 commit ba2c3cb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CustomRobots/turtlebot3/models/turtlebot3/turtlebot3_common.urdf.xacro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" ?>
22
<robot xmlns:xacro="http://ros.org/wiki/xacro">
3-
<xacro:include filename="$(find custom_robots)/models/turtlebo3/turtlebo3_gz.urdf.xacro"/>
3+
<xacro:include filename="$(find custom_robots)/models/turtlebot3/turtlebot3_gz.urdf.xacro"/>
44

55
<xacro:macro name="turtlebot3">
66

@@ -20,7 +20,7 @@
2020
<visual >
2121
<origin rpy="0 0 0" xyz="-0.064 0 0"/>
2222
<geometry>
23-
<mesh filename="$(find custom_robots)/model/urtlebot3/meshes/waffle_base.dae" scale="0.001 0.001 0.001"/>
23+
<mesh filename="$(find custom_robots)/model/turtlebot3/meshes/waffle_base.dae" scale="0.001 0.001 0.001"/>
2424
</geometry>
2525
<gazebo>
2626
<material>
@@ -75,7 +75,7 @@
7575
<visual >
7676
<origin rpy="0 0 0" xyz="0.0 0.144 0.023"/>
7777
<geometry>
78-
<mesh filename="$(find custom_robots)/model/urtlebot3/meshes/tire.dae" scale="0.001 0.001 0.001"/>
78+
<mesh filename="$(find custom_robots)/model/turtlebot3/meshes/tire.dae" scale="0.001 0.001 0.001"/>
7979
</geometry>
8080
<gazebo>
8181
<material>
@@ -127,7 +127,7 @@
127127
<visual >
128128
<origin rpy="0 0 0" xyz="0.0 -0.144 0.023"/>
129129
<geometry>
130-
<mesh filename="$(find custom_robots)/model/urtlebot3/meshes/tire.dae" scale="0.001 0.001 0.001"/>
130+
<mesh filename="$(find custom_robots)/model/turtlebot3/meshes/tire.dae" scale="0.001 0.001 0.001"/>
131131
</geometry>
132132
<gazebo>
133133
<material>
@@ -216,7 +216,7 @@
216216
</link>
217217

218218
<xacro:imu parent="imu_link" topic="turtlebot3/imu" xyz="-0.032 0 0.068" rpy="0 0 0"/>
219-
<xacro:lidar xyz="-0.064 0 0.121" rpy="0 0 0" name="lidar" parent="base_link" topic="turtlebot3/laser/scan"/>
219+
<xacro:laser xyz="-0.064 0 0.121" rpy="0 0 0" name="lidar" parent="base_link" topic="turtlebot3/laser/scan"/>
220220
<xacro:velocity topic="turtlebot3/cmd_vel"/>
221221
<xacro:odom topic="/turtlebot3/odom" freq="50"/>
222222
</xacro:macro>

0 commit comments

Comments
 (0)