change service response to success boolean
This commit is contained in:
@@ -6,4 +6,4 @@ float32 roll
|
||||
#thrust between -1 and 1
|
||||
float32 thrust
|
||||
---
|
||||
int8 status
|
||||
bool success
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
# 32: position
|
||||
int32 control # control bitmask
|
||||
---
|
||||
int8 status # status of operation
|
||||
bool success # if operation succeeded
|
||||
@@ -6,4 +6,4 @@ float32 z_speed
|
||||
#angle is in degrees
|
||||
float32 angle
|
||||
---
|
||||
int8 status
|
||||
bool success
|
||||
|
||||
Reference in New Issue
Block a user