Skip to content

Commit

Permalink
[ros2] Remove unnecessary IMU include (#805)
Browse files Browse the repository at this point in the history
* removing redundant dependencies

* Clear unnecessary include in imu_sensor header
  • Loading branch information
tfoote authored and chapulina committed Aug 28, 2018
1 parent 6fc853a commit 63a3718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,6 @@
#ifndef GAZEBO_PLUGINS__GAZEBO_ROS_IMU_SENSOR_HPP_
#define GAZEBO_PLUGINS__GAZEBO_ROS_IMU_SENSOR_HPP_

#include <gazebo_ros/node.hpp>
#include <gazebo/plugins/ImuSensorPlugin.hh>
#include <sensor_msgs/msg/imu.hpp>

Expand Down
1 change: 1 addition & 0 deletions gazebo_plugins/src/gazebo_ros_imu_sensor.cpp
Expand Up @@ -17,6 +17,7 @@
#include <gazebo_plugins/gazebo_ros_imu_sensor.hpp>
#include <gazebo_ros/conversions/builtin_interfaces.hpp>
#include <gazebo_ros/conversions/geometry_msgs.hpp>
#include <gazebo_ros/node.hpp>
#include <gazebo_ros/utils.hpp>
#include <geometry_msgs/msg/quaternion.hpp>
#include <sensor_msgs/msg/imu.hpp>
Expand Down

0 comments on commit 63a3718

Please sign in to comment.