map2D_nws_ros: A device capable of read/save collections of maps from disk, and make them accessible to any Map2DClient device.
More...
#include <map2DServer/Map2D_nws_ros.h>
Inheritance diagram for Map2D_nws_ros:Public Member Functions | |
| Map2D_nws_ros () | |
| Map2D_nws_ros. More... | |
| ~Map2D_nws_ros () | |
| bool | open (yarp::os::Searchable ¶ms) override |
| Open the DeviceDriver. More... | |
| bool | close () override |
| Close the DeviceDriver. More... | |
| bool | detach () override |
| Detach the object (you must have first called attach). More... | |
| bool | attach (yarp::dev::PolyDriver *driver) override |
| Attach to another object. More... | |
Public Member Functions inherited from yarp::dev::DeviceDriver | |
| ~DeviceDriver () override=default | |
| Destructor. More... | |
| template<class T > | |
| bool | view (T *&x) |
| Get an interface to the device driver. More... | |
| virtual DeviceDriver * | getImplementation () |
| Some drivers are bureaucrats, pointing at others. More... | |
Public Member Functions inherited from yarp::os::IConfig | |
| virtual | ~IConfig () |
| Destructor. More... | |
| virtual bool | configure (Searchable &config) |
| Change online parameters. More... | |
Public Member Functions inherited from yarp::os::PortReader | |
| virtual | ~PortReader () |
| Destructor. More... | |
| virtual Type | getReadType () const |
Public Member Functions inherited from yarp::dev::WrapperSingle | |
| ~WrapperSingle () override | |
| Destructor. More... | |
| bool | attachAll (const yarp::dev::PolyDriverList &drivers) final |
| Attach to a list of objects. More... | |
| bool | detachAll () final |
| Detach the object (you must have first called attach). More... | |
Public Member Functions inherited from yarp::dev::IWrapper | |
| virtual | ~IWrapper () |
| Destructor. More... | |
Public Member Functions inherited from yarp::dev::IMultipleWrapper | |
| virtual | ~IMultipleWrapper () |
| Destructor. More... | |
map2D_nws_ros: A device capable of read/save collections of maps from disk, and make them accessible to any Map2DClient device.
Parameters required by this device are:
| Parameter name | SubParameter | Type | Units | Default Value | Required | Description | Notes |
|---|---|---|---|---|---|---|---|
| name | - | string | - | /map2D_nws_ros/rpc | No | Full name of the rpc port opened by the Map2DServer device. | |
| ROS | enable_publisher | bool | - | false | No | Publishes maps stored in a map2DStorage on a ROS topic | |
| ROS | enable_subscriber | bool | - | false | No | Receives maps from a ROS topic and stores them in a map2DStorage |
Definition at line 61 of file Map2D_nws_ros.h.
| Map2D_nws_ros::Map2D_nws_ros | ( | ) |
Definition at line 50 of file Map2D_nws_ros.cpp.
|
default |
|
overridevirtual |
Attach to another object.
| driver | the polydriver that you want to attach to. |
Implements yarp::dev::IWrapper.
Definition at line 408 of file Map2D_nws_ros.cpp.
|
overridevirtual |
Close the DeviceDriver.
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 307 of file Map2D_nws_ros.cpp.
|
overridevirtual |
Detach the object (you must have first called attach).
Implements yarp::dev::IWrapper.
Definition at line 402 of file Map2D_nws_ros.cpp.
|
overridevirtual |
Open the DeviceDriver.
| config | is a list of parameters for the device. Which parameters are effective for your device can vary. See device invocation examples. If there is no example for your device, you can run the "yarpdev" program with the verbose flag set to probe what parameters the device is checking. If that fails too, you'll need to read the source code (please nag one of the yarp developers to add documentation for your device). |
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 90 of file Map2D_nws_ros.cpp.