Skip to content

Commit

Permalink
merge ros2 include changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage committed Oct 7, 2024
2 parents 54b6d01 + 9f35846 commit 6cc2c9a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions plugins/ROS/src/mc_rtc_ros/ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <mc_rtc/utils.h>
#include <mc_rtc_ros/ros.h>


#include <RBDyn/FK.h>

#ifdef MC_RTC_ROS_IS_ROS2
Expand All @@ -19,13 +18,9 @@
# include <sensor_msgs/msg/joint_state.hpp>
# include <std_msgs/msg/string.hpp>

# include <rclcpp/init_options.hpp>
# include <rclcpp/rclcpp.hpp>
# include <rclcpp/init_options.hpp>
# include <rclcpp/utilities.hpp>
#else
# include <geometry_msgs/WrenchStamped.h>
# include <mc_rtc_msgs/JointSensors.h>
# include <nav_msgs/Odometry.h>
# include <sensor_msgs/Imu.h>
# include <sensor_msgs/JointState.h>

Expand Down

0 comments on commit 6cc2c9a

Please sign in to comment.