init
This commit is contained in:
8
service/service_interfaces/srv/Patrol.srv
Normal file
8
service/service_interfaces/srv/Patrol.srv
Normal file
@@ -0,0 +1,8 @@
|
||||
float32 target_x #目标x值
|
||||
float32 target_y #目标y值
|
||||
|
||||
---
|
||||
|
||||
int8 SUCCESS = 1 #定义常量,表示成功
|
||||
int8 FAIL = 0 #定义常量,表示失败
|
||||
int8 result #处理结果 SUCCESS/FAIL 取其一
|
Reference in New Issue
Block a user