Skip to content

Commit

Permalink
Merge pull request #95 from PR2/fix_gazebo_includes
Browse files Browse the repository at this point in the history
fix gazebo includes in gazebo_ros_power_monitor.h. fixes #93
  • Loading branch information
trainman419 committed Feb 3, 2014
2 parents 4ee8421 + a90e874 commit 1ea56c8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
#include <vector>
#include <boost/thread/mutex.hpp>

#include "physics/World.hh"
#include "physics/Model.hh"
#include "physics/physics.hh"
#include "common/Time.hh"
#include "common/Plugin.hh"
#include <gazebo/physics/World.hh>
#include <gazebo/physics/Model.hh>
#include <gazebo/physics/physics.hh>
#include <gazebo/common/Time.hh>
#include <gazebo/common/Plugin.hh>

#include <ros/ros.h>
#include <pr2_msgs/PowerState.h>
Expand Down

0 comments on commit 1ea56c8

Please sign in to comment.