18 #ifndef GAZEBO_PLUGINS_ACTOR_PLUGIN_HH_
19 #define GAZEBO_PLUGINS_ACTOR_PLUGIN_HH_
25 #include "gazebo/physics/physics.hh"
26 #include "gazebo/transport/transport.hh"
46 private:
void ChooseNewTarget();
52 private:
void HandleObstacles(ignition::math::Vector3d &_pos);
61 private: ignition::math::Vector3d velocity;
64 private: std::vector<event::ConnectionPtr> connections;
67 private: ignition::math::Vector3d target;
70 private:
double targetWeight = 1.0;
73 private:
double obstacleWeight = 1.0;
77 private:
double animationFactor = 1.0;
83 private: std::vector<std::string> ignoreModels;
boost::shared_ptr< Actor > ActorPtr
Definition: PhysicsTypes.hh:97
boost::shared_ptr< World > WorldPtr
Definition: PhysicsTypes.hh:89
std::shared_ptr< TrajectoryInfo > TrajectoryInfoPtr
Definition: PhysicsTypes.hh:101
Information for use in an update event.
Definition: UpdateInfo.hh:30
Definition: ActorPlugin.hh:31
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
A Time class, can be used to hold wall- or sim-time.
Definition: Time.hh:44