Skip to content

Commit

Permalink
Fix plugin filename to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Jan 25, 2024
1 parent 620183b commit c6b5a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/curiosity_path/urdf/curiosity_mars_rover.gazebo
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<parameters>$(find mars_rover)/config/mars_rover_control.yaml</parameters>
</plugin>

<plugin filename="libignition-gazebo-odometry-publisher-system.so" name="ignition::gazebo::systems::OdometryPublisher">
<plugin filename="ignition-gazebo-odometry-publisher-system" name="ignition::gazebo::systems::OdometryPublisher">
<odom_frame>/odom</odom_frame>
<robot_base_frame>/base_footprint</robot_base_frame>
<odom_publish_frequency>10</odom_publish_frequency>
Expand Down

0 comments on commit c6b5a23

Please sign in to comment.