This commit is contained in:
Alvin-lyq 2025-10-13 15:38:41 +08:00
parent edf7ed236b
commit 5fda0b868a
6 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,6 @@
int32 obstacle_l
int32 obstacle_m
int32 obstacle_r
bool detected_line
float32 adjust

View File

@ -0,0 +1,4 @@
float32 angle
int16 speed
int16 action
int16 drive_mode

View File

@ -0,0 +1,7 @@
float32 x
float32 y
float32 speed
int32 reliability
int16 drive_mode
int16 enter_range
int16 is_start

View File

@ -0,0 +1 @@
string file

View File

@ -0,0 +1 @@
bool get_route

View File

@ -0,0 +1 @@
int32 task_status