gazebo-yarp-plugins
Gazebo Plugins exposing YARP interfaces.
|
Gazebo Plugin emulating the yarp controlBoard device in Gazebo. More...
#include <ControlBoard.hh>
Public Member Functions | |
GazeboYarpControlBoard () | |
virtual | ~GazeboYarpControlBoard () |
void | Load (physics::ModelPtr _parent, sdf::ElementPtr _sdf) |
Saves the gazebo pointer, creates the device driver. | |
Gazebo Plugin emulating the yarp controlBoard device in Gazebo.
It can be configurated using the yarpConfigurationFile sdf tag, that contains a Gazebo URI pointing at a yarp .ini configuration file containt the configuration parameters of the controlBoard
The gazebo plugin is the "main" of the yarp device, so what it should is to initialize the device, copy the gazebo pointer, and return
The device will receive the gazebo pointer, parse the model, and wait for yarp connections and the gazebo wait event.
gazebo::GazeboYarpControlBoard::GazeboYarpControlBoard | ( | ) |
|
virtual |
void gazebo::GazeboYarpControlBoard::Load | ( | physics::ModelPtr | _parent, |
sdf::ElementPtr | _sdf ) |
Saves the gazebo pointer, creates the device driver.