Skip to content

Commit 042f357

Browse files
authored
Fix diff drive plugin because of deprecation of legacyMode (#17)
1 parent 9a6e06e commit 042f357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ca_description/urdf/create_base_gazebo.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<publishWheelTF>true</publishWheelTF>
2121
<publishOdomTF>true</publishOdomTF>
2222
<publishWheelJointState>true</publishWheelJointState>
23-
<legacyMode>true</legacyMode>
23+
<legacyMode>false</legacyMode>
2424
<odometrySource>world</odometrySource>
2525
<publishTf>1</publishTf>
2626
</plugin>

ca_description/urdf/create_wheel.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<origin xyz="${x} ${y} ${z}" rpy="0 0 0" />
3535
<parent link="base_link" />
3636
<child link="${prefix}_wheel_link" />
37-
<axis xyz="0 1 0" />
37+
<axis xyz="0 -1 0" />
3838
</joint>
3939
</xacro:macro>
4040

0 commit comments

Comments
 (0)