Skip to content

Commit

Permalink
fixed typo in motor speed plugin include
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Dec 6, 2023
1 parent 2afbdcf commit c494d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ limitations under the License.
<enableMotorCrash>{{ enable_motor_crash }}</enableMotorCrash>
</plugin>

<plugin name="motor{{ motor_number }}_speed_republisher_plugin" filename="libMrsGazeboCommonResources_MotorSpeedRepublisherPlugin.so.so">
<plugin name="motor{{ motor_number }}_speed_republisher_plugin" filename="libMrsGazeboCommonResources_MotorSpeedRepublisherPlugin.so">
<robotNamespace/>
<motorSpeedTopic>/motor_speed/{{ motor_number }}</motorSpeedTopic>
</plugin>
Expand Down

0 comments on commit c494d2f

Please sign in to comment.