gazebo-yarp-plugins
Gazebo Plugins exposing YARP interfaces.
|
Gazebo Plugin reading from the Gazebo Camera plugin, simulating the robot´s eyes view. More...
#include <Camera.hh>
Public Member Functions | |
GazeboYarpCamera () | |
virtual | ~GazeboYarpCamera () |
virtual void | Load (sensors::SensorPtr _sensor, sdf::ElementPtr _sdf) |
Gazebo Plugin reading from the Gazebo Camera plugin, simulating the robot´s eyes view.
This plugin instantiate a yarp camera driver for the Gazebo simulator and instantiate a network wrapper (provided by yarp::dev::ServerFrameGrabbers) to expose the sensor on the yarp network.
It can be configurated using the yarpConfigurationFile sdf tag, that contains a Gazebo URI pointing at a yarp .ini configuration file
The parameter that the yarpConfigurationFile must contain are:
name | Port name to assign to the wrapper to this device. |
period | Update period (in s) of yarp port that publish the measure. |
If the required parameters are not specified, their value will be the default one assigned by the yarp::dev::ServerFrameGrabbers wrapper.
gazebo::GazeboYarpCamera::GazeboYarpCamera | ( | ) |
|
virtual |
|
virtual |