tuw_multi_robot_msgs/RouteProgress Message

File: tuw_multi_robot_msgs/RouteProgress.msg

Raw Message Definition

Header header           
int32[] passed   # A list of already passed route segment id's.
int32 current    # The route segment id where the robot is currently located.
int32[] todo     # A list of route segment id's which will be visited by the robot. If this list is empty, the robot has finished its route.
float32 progress        # The route progress in %.

Compact Message Definition

std_msgs/Header header
int32[] passed
int32 current
int32[] todo
float32 progress