Files
ROS2_WS/protocol_ws/virtual_robot_prococol/action/TargetPosition.action

17 lines
214 B
Plaintext

# goal
float32 target_x
float32 target_y
float32 target_speed
---
# result
bool success
string msg
int8 status
int8 STATUS_SUCCEEDED=1
int8 STATUS_ABORTED=2
int8 STATUS_CANCELED=3
---
# feedback
float32 progress