tuw_multi_robot_msgs/RouterStatus Message

File: tuw_multi_robot_msgs/RouterStatus.msg

Raw Message Definition

#################################################################
## A message to publish the status of the last route 
## generation
#################################################################

int32 id # the unique id of the new plan
bool success # true if a routing table was found to the given scenario
string[] missing_robots # if the plan fails because of absent robots, these robots are listed here
int32 duration # the time until a routing table was found
int32 overall_path_length # the overall path length in the routing table (calculated using weights)
int32 longest_path_length # the longest path length in a routing table (calculated using weights)
int32 priority_scheduling_attemps # shows how often robot priorities are exchanged
int32 speed_scheduling_attemps # shows how many robots speed was reduced during planning

Compact Message Definition

int32 id
bool success
string[] missing_robots
int32 duration
int32 overall_path_length
int32 longest_path_length
int32 priority_scheduling_attemps
int32 speed_scheduling_attemps