1 #ifndef SAVESCENARIOSRV_H
2 #define SAVESCENARIOSRV_H
5 #include <ros/node_handle.h>
7 #include <move3d_ros_lib/SaveScenario.h>
39 bool save(move3d_ros_lib::SaveScenarioRequest &req,move3d_ros_lib::SaveScenarioResponse &res);
42 ros::NodeHandle *_node;
43 ros::ServiceServer *_srv;
47 #endif // SAVESCENARIOSRV_H
The SaveScenarioSrv class is an helper to easily create a service that saves a move3d scenario...
Definition: savescenariosrv.h:19
The SceneManager class provide interface between ROS and the move3d scene and project. Use it to start libmove3d and place the robots and objects in the environment.
Definition: scenemanager.h:25
bool advertise(const std::string &name)
advertise the service and start responding to requests
Definition: savescenariosrv.cpp:20
SaveScenarioSrv(SceneManager *sceneMgr, ros::NodeHandle *node)
SaveScenarioSrv constructor.
Definition: savescenariosrv.cpp:7