21 #ifndef GAZEBO_JOINT_TRAJECTORY_PLUGIN_HH
22 #define GAZEBO_JOINT_TRAJECTORY_PLUGIN_HH
24 #include <boost/thread.hpp>
25 #include <boost/thread/mutex.hpp>
27 #include "gazebo/physics/physics.hh"
62 private: boost::mutex update_mutex;
Definition: JointTrajectoryPlugin.hh:36
boost::shared_ptr< World > WorldPtr
Definition: PhysicsTypes.hh:89
Forward declarations for transport.
boost::shared_ptr< Joint > JointPtr
Definition: PhysicsTypes.hh:117
Information for use in an update event.
Definition: UpdateInfo.hh:30
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:153
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:93
A plugin with access to physics::Model.
Definition: Plugin.hh:245
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59