Skip to content

Commit

Permalink
Merge branch 'hw_api' of github.com:ctu-mrs/mrs_gazebo_common_resourc…
Browse files Browse the repository at this point in the history
…es into hw_api
  • Loading branch information
klaxalk committed Oct 6, 2023
2 parents d7d5b15 + 3aebd55 commit 28ec2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,9 @@ target_link_libraries(MrsGazeboCommonResources_FluidResistancePlugin

# MotorSpeedRepublisherPlugin

add_library(MrsGazeboCommonResources_MotorSpeedRepublisherPlugin
SHARED src/sensor_and_model_plugins/motor_speed_republisher.cpp
add_library(MrsGazeboCommonResources_MotorSpeedRepublisherPlugin SHARED
src/sensor_and_model_plugins/motor_speed_republisher.cpp
${SEN_PROTO_SRCS}
)

target_link_libraries(MrsGazeboCommonResources_MotorSpeedRepublisherPlugin
Expand Down
2 changes: 1 addition & 1 deletion src/physics_plugins/motor_prop_model_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/


#include "motor_prop_model.h"
#include <motor_prop_model.h>
#include <ignition/math.hh>

namespace gazebo {
Expand Down

0 comments on commit 28ec2af

Please sign in to comment.