Skip to content

Commit

Permalink
Fix diff drive plugin because of deprecation of legacyMode (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
eborghi10 authored Mar 10, 2019
1 parent 9a6e06e commit 042f357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ca_description/urdf/create_base_gazebo.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<publishWheelTF>true</publishWheelTF>
<publishOdomTF>true</publishOdomTF>
<publishWheelJointState>true</publishWheelJointState>
<legacyMode>true</legacyMode>
<legacyMode>false</legacyMode>
<odometrySource>world</odometrySource>
<publishTf>1</publishTf>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion ca_description/urdf/create_wheel.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<origin xyz="${x} ${y} ${z}" rpy="0 0 0" />
<parent link="base_link" />
<child link="${prefix}_wheel_link" />
<axis xyz="0 1 0" />
<axis xyz="0 -1 0" />
</joint>
</xacro:macro>

Expand Down

0 comments on commit 042f357

Please sign in to comment.