move3d_ros_lib
0.1.0
move3d/ros API interface
|
The SaveScenarioSrv class is an helper to easily create a service that saves a move3d scenario. When called, the service creates a .sce file representing the state of the world. More...
#include <savescenariosrv.h>
Public Member Functions | |
SaveScenarioSrv (SceneManager *sceneMgr, ros::NodeHandle *node) | |
SaveScenarioSrv constructor. More... | |
bool | advertise (const std::string &name) |
advertise the service and start responding to requests More... | |
The SaveScenarioSrv class is an helper to easily create a service that saves a move3d scenario. When called, the service creates a .sce file representing the state of the world.
move3d::SaveScenarioSrv::SaveScenarioSrv | ( | SceneManager * | sceneMgr, |
ros::NodeHandle * | node | ||
) |
SaveScenarioSrv constructor.
sceneMgr | get the move3d scene from there |
node | node handle for advertising the service |
bool move3d::SaveScenarioSrv::advertise | ( | const std::string & | name | ) |
advertise the service and start responding to requests
name | name of the service |