CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
set_map.hpp
Go to the documentation of this file.
1
8namespace nav_msgs::srv {
14class SetMap {};
22public:
23 // Set a new map together with an initial pose
24
25 // Requested 2D map to be set.
27
28 // Estimated initial pose when setting new map.
30};
31
39public:
40
41 // True if the map was successfully set, false otherwise.
42 bool success;
43};
44} // namespace nav_msgs::srv
ROS message class definition for PoseWithCovarianceStamped.
Definition pose_with_covariance_stamped.hpp:15
ROS message class definition for OccupancyGrid.
Definition occupancy_grid.hpp:15
ROS message class definition for SetMap::Request.
Definition set_map.hpp:21
ROS message class definition for SetMap::Response.
Definition set_map.hpp:38
ROS service class definition for SetMap.
Definition set_map.hpp:14
service definitions of the nav_msgs package