CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
map_meta_data.hpp
Go to the documentation of this file.
1
8namespace nav_msgs::msg {
16public:
17 // This hold basic information about the characteristics of the OccupancyGrid
18
19 // The time at which the map was loaded
21
22 // The map resolution [m/cell]
23 float resolution;
24
25 // Map width [cells]
26 uint32_t width;
27
28 // Map height [cells]
29 uint32_t height;
30
31 // The origin of the map [m, m, rad]. This is the real-world pose of the
32 // bottom left corner of cell (0,0) in the map.
34};
35} // namespace nav_msgs::msg
ROS message class definition for Time.
Definition time.hpp:16
ROS message class definition for Pose.
Definition pose.hpp:15
ROS message class definition for MapMetaData.
Definition map_meta_data.hpp:15
message definitions of the nav_msgs package
Definition grid_cells.hpp:8