Skip to content
Snippets Groups Projects
Commit eb5b15e3 authored by Stefano Nardo's avatar Stefano Nardo Committed by Eloy Retamino
Browse files

[NRRPLT-7553] Add legacyMode tag to diff drive plugin

Merged in NRRPLT-7553-clean-up-pioneer-robot-red-errors (pull request #52)

Approved-by: Eloy Retamino
Approved-by: Manos Angelidis
parent 4f9b7304
No related branches found
No related tags found
No related merge requests found
...@@ -411,6 +411,7 @@ ...@@ -411,6 +411,7 @@
</plugin> </plugin>
<plugin name='differential_drive_controller' filename='libgazebo_ros_diff_drive.so'> <plugin name='differential_drive_controller' filename='libgazebo_ros_diff_drive.so'>
<alwaysOn>true</alwaysOn> <alwaysOn>true</alwaysOn>
<legacyMode>true</legacyMode>
<updateRate>100</updateRate> <updateRate>100</updateRate>
<leftJoint>base_right_wheel_joint</leftJoint> <leftJoint>base_right_wheel_joint</leftJoint>
<rightJoint>base_left_wheel_joint</rightJoint> <rightJoint>base_left_wheel_joint</rightJoint>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment