17 #ifndef GAZEBO_PLUGINS_RANDOMVELOCITYPLUGIN_HH_ 18 #define GAZEBO_PLUGINS_RANDOMVELOCITYPLUGIN_HH_ 30 class RandomVelocityPluginPrivate;
79 public:
virtual void Reset();
87 private: std::unique_ptr<RandomVelocityPluginPrivate> dataPtr;
Forward declarations for the common classes.
Definition: Animation.hh:26
Plugin that applies a random velocity to a linke periodically.
Definition: RandomVelocityPlugin.hh:67
Information for use in an update event.
Definition: UpdateInfo.hh:30
boost::shared_ptr< Model > ModelPtr
Definition: PhysicsTypes.hh:94
A plugin with access to physics::Model.
Definition: Plugin.hh:303