|
| bool | mapCallback (rapp_platform_ros_communications::MapServerGetMapRosSrv::Request &req, rapp_platform_ros_communications::MapServerGetMapRosSrv::Response &res) |
| |
| bool | mapUploadCallback (rapp_platform_ros_communications::MapServerUploadMapRosSrv::Request &req, rapp_platform_ros_communications::MapServerUploadMapRosSrv::Response &res) |
| |
| bool | updateMap (const std::string fname, double res) |
| |
Definition at line 74 of file main.cpp.
| MapServer::MapServer |
( |
std::string |
fname | ) |
|
|
inline |
Trivial constructor
Definition at line 78 of file main.cpp.
| bool MapServer::mapCallback |
( |
rapp_platform_ros_communications::MapServerGetMapRosSrv::Request & |
req, |
|
|
rapp_platform_ros_communications::MapServerGetMapRosSrv::Response & |
res |
|
) |
| |
|
inlineprivate |
Callback invoked when someone requests our service
Definition at line 162 of file main.cpp.
| bool MapServer::mapUploadCallback |
( |
rapp_platform_ros_communications::MapServerUploadMapRosSrv::Request & |
req, |
|
|
rapp_platform_ros_communications::MapServerUploadMapRosSrv::Response & |
res |
|
) |
| |
|
inlineprivate |
| bool MapServer::updateMap |
( |
const std::string |
fname, |
|
|
double |
res |
|
) |
| |
|
inlineprivate |
| bool MapServer::deprecated |
|
private |
| std::string MapServer::fname |
|
private |
| ros::ServiceServer MapServer::get_service |
|
private |
| const char* MapServer::homedir |
|
private |
| ros::Publisher MapServer::map_pub |
|
private |
| nav_msgs::GetMap::Response MapServer::map_resp_ |
|
private |
| nav_msgs::MapMetaData MapServer::meta_data_message_ |
|
private |
The map data is cached here, to be sent out to service callers
Definition at line 284 of file main.cpp.
| ros::Publisher MapServer::metadata_pub |
|
private |
| ros::NodeHandle MapServer::n |
|
private |
| ros::ServiceServer MapServer::test_service |
|
private |
| bool MapServer::upload_map_trigger |
|
private |
| std::string MapServer::upload_map_trigger_name |
|
private |
| ros::ServiceServer MapServer::upload_service |
|
private |
The documentation for this class was generated from the following file:
- /home/travis/rapp_temp/rapp-platform/rapp_path_planning/rapp_map_server/src/main.cpp