These devices connects to ROS2 network and expose a yarp::dev interface (see Network Wrapper Server and Network Wrapper Client Architecture). More...
Classes | |
class | FrameTransformGet_nwc_ros2 |
frameTransformGet_nwc_ros2 : A ros network wrapper client that receives frame transforms from a ros2 topic and makes them available through an IFrameTransformStorageGet interface. More... | |
class | FrameTransformSet_nwc_ros2 |
frameTransformSet_nwc_ros2 : A ros network wrapper client which publishes the transforms received on the yarp::dev::IFrameTransformStorageSet interface to a ros2 topic. More... | |
class | Rangefinder2D_nwc_ros2 |
Rangefinder2D_nwc_ros2 : A Network grabber for 2D Rangefinder devices More... | |
Typedefs | |
typedef yarp::sig::ImageOf< yarp::sig::PixelFloat > | depthImage |
This class is an utility. | |
These devices connects to ROS2 network and expose a yarp::dev interface (see Network Wrapper Server and Network Wrapper Client Architecture).
This class is an utility.
This device is an nwc take a stream of data from ros2 and exposes to the user IRGBDSensor interface. See its documentation for more details about the interface.
Parameters required by this device are:shown in class: RgbdSensor_nwc_ros2_ParamsParser
example of configuration file:
Example of configuration parameters:
Definition at line 62 of file RgbdSensor_nwc_ros2.h.