git commit -m "first commit"
This commit is contained in:
6
navigations/map_msgs/msg/OccupancyGridUpdate.msg
Executable file
6
navigations/map_msgs/msg/OccupancyGridUpdate.msg
Executable file
@@ -0,0 +1,6 @@
|
||||
std_msgs/Header header
|
||||
int32 x
|
||||
int32 y
|
||||
uint32 width
|
||||
uint32 height
|
||||
int8[] data
|
||||
5
navigations/map_msgs/msg/PointCloud2Update.msg
Executable file
5
navigations/map_msgs/msg/PointCloud2Update.msg
Executable file
@@ -0,0 +1,5 @@
|
||||
uint32 ADD=0
|
||||
uint32 DELETE=1
|
||||
std_msgs/Header header
|
||||
uint32 type # type of update, one of ADD or DELETE
|
||||
sensor_msgs/PointCloud2 points
|
||||
3
navigations/map_msgs/msg/ProjectedMap.msg
Executable file
3
navigations/map_msgs/msg/ProjectedMap.msg
Executable file
@@ -0,0 +1,3 @@
|
||||
nav_msgs/OccupancyGrid map
|
||||
float64 min_z
|
||||
float64 max_z
|
||||
7
navigations/map_msgs/msg/ProjectedMapInfo.msg
Executable file
7
navigations/map_msgs/msg/ProjectedMapInfo.msg
Executable file
@@ -0,0 +1,7 @@
|
||||
string frame_id
|
||||
float64 x
|
||||
float64 y
|
||||
float64 width
|
||||
float64 height
|
||||
float64 min_z
|
||||
float64 max_z
|
||||
Reference in New Issue
Block a user