git commit -m "first commit"

This commit is contained in:
2026-05-28 10:29:58 +07:00
commit 167c52aeb6
2048 changed files with 740251 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
std_msgs/Header header
int32 x
int32 y
uint32 width
uint32 height
int8[] data

View 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

View File

@@ -0,0 +1,3 @@
nav_msgs/OccupancyGrid map
float64 min_z
float64 max_z

View File

@@ -0,0 +1,7 @@
string frame_id
float64 x
float64 y
float64 width
float64 height
float64 min_z
float64 max_z