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
8
namespace
nav_msgs::msg
{
15
class
MapMetaData
{
16
public
:
17
// This hold basic information about the characteristics of the OccupancyGrid
18
19
// The time at which the map was loaded
20
builtin_interfaces::msg::Time
map_load_time;
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.
33
geometry_msgs::msg::Pose
origin;
34
};
35
}
// namespace nav_msgs::msg
builtin_interfaces::msg::Time
ROS message class definition for Time.
Definition
time.hpp:16
geometry_msgs::msg::Pose
ROS message class definition for Pose.
Definition
pose.hpp:15
nav_msgs::msg::MapMetaData
ROS message class definition for MapMetaData.
Definition
map_meta_data.hpp:15
nav_msgs::msg
message definitions of the nav_msgs package
Definition
grid_cells.hpp:8
nav_msgs
msg
map_meta_data.hpp
Generated by
1.12.0