Closed adolfo-rt closed 11 years ago
ros_controller_gazebo/robot_sim.h only seems to require a single header from Gazebo, namely:
#include <gazebo/physics/physics.hh>
The following two include directives seem safe to remove.
#include <gazebo/gazebo.hh> #include <gazebo/common/common.hh>
I only checked this assumption by verifying that the ros_control_gazebo_tests builds.
fixed in 17b9ae820e78594b5f9b1931c1c441753aed7865
ros_controller_gazebo/robot_sim.h only seems to require a single header from Gazebo, namely:
The following two include directives seem safe to remove.
I only checked this assumption by verifying that the ros_control_gazebo_tests builds.