Initial commit

This commit is contained in:
2026-07-27 13:51:19 +08:00
commit 7bec56ca51
5408 changed files with 1126933 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 线性速度(单位:m/s
float32 linear_x
float32 linear_y
float32 linear_z
# 转向速度(角速度,单位:rad/s)
float32 angular_x
float32 angular_y
float32 angular_z
# 控制模式(0: auto_driving1: remote_control
int8 control_mode