CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
get_map.hpp
Go to the documentation of this file.
1
8namespace nav_msgs::srv {
14class GetMap {};
22public:
23 // Get the map as a nav_msgs/OccupancyGrid
24};
25
33public:
34 // The current map hosted by this map service.
36};
37} // namespace nav_msgs::srv
ROS message class definition for OccupancyGrid.
Definition occupancy_grid.hpp:15
ROS message class definition for GetMap::Request.
Definition get_map.hpp:21
ROS message class definition for GetMap::Response.
Definition get_map.hpp:32
ROS service class definition for GetMap.
Definition get_map.hpp:14
service definitions of the nav_msgs package