18 #ifndef GAZEBO_PLUGINS_ACTORPLUGIN_HH_
19 #define GAZEBO_PLUGINS_ACTORPLUGIN_HH_
25 #include "gazebo/physics/physics.hh"
45 private:
void ChooseNewTarget();
51 private:
void HandleObstacles(ignition::math::Vector3d &_pos);
60 private: ignition::math::Vector3d velocity;
63 private: std::vector<event::ConnectionPtr> connections;
66 private: ignition::math::Vector3d target;
69 private:
double targetWeight = 1.0;
72 private:
double obstacleWeight = 1.0;
76 private:
double animationFactor = 1.0;
82 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:30
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:93
A plugin with access to physics::Model.
Definition: Plugin.hh:260
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:58
A Time class, can be used to hold wall- or sim-time.
Definition: Time.hh:44