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,3 @@
# Representation for a non-simple polygon, i.e. one with holes
Polygon2D outer # The outer perimeter
Polygon2D[] inner # The perimeter of any inner holes

View File

@@ -0,0 +1,6 @@
uint32 width
uint32 height
float64 resolution
string frame_id
float64 origin_x
float64 origin_y

View File

@@ -0,0 +1,5 @@
time stamp
NavGridInfo info
# The map data, in row-major order, starting with (0,0).
# Unlike nav_msgs/OccupancyGrid, the values are [0, 256), not [-1, 100]
uint8[] data

View File

@@ -0,0 +1,3 @@
time stamp
UIntBounds bounds
uint8[] data

View File

@@ -0,0 +1,4 @@
time stamp
NavGridInfo info
# The map data, in row-major order, starting with (0,0).
float64[] data

View File

@@ -0,0 +1,3 @@
time stamp
UIntBounds bounds
float64[] data

View File

@@ -0,0 +1,2 @@
Header header
geometry_msgs/Pose2D[] poses

View File

@@ -0,0 +1,2 @@
float64 x
float64 y

View File

@@ -0,0 +1 @@
Point2D[] points

View File

@@ -0,0 +1,5 @@
# Primarily used for visualization
# Colors are optional
std_msgs/Header header
ComplexPolygon2D[] polygons
std_msgs/ColorRGBA[] colors

View File

@@ -0,0 +1,2 @@
std_msgs/Header header
Polygon2D polygon

View File

@@ -0,0 +1,3 @@
float32 x
float32 y
float32 theta

View File

@@ -0,0 +1,2 @@
Header header
geometry_msgs/Pose2D pose

View File

@@ -0,0 +1,3 @@
float64 x
float64 y
float64 theta

View File

@@ -0,0 +1,3 @@
float32 x
float32 y
float32 theta

View File

@@ -0,0 +1,2 @@
std_msgs/Header header
Twist2D velocity

View File

@@ -0,0 +1,5 @@
# Bounds are inclusive
uint32 min_x
uint32 min_y
uint32 max_x
uint32 max_y