tuw_multi_robot_msgs/RouteSegment Message

File: tuw_multi_robot_msgs/RouteSegment.msg

Raw Message Definition

#################################################################
## Describes a segment on a route with: start, end, width
## and preconditions for synchronisation to other robots
#################################################################

int32 segment_id                        # the unique identifier of a segment
RoutePrecondition[] preconditions       # the preconditions, which have to be met before entering a segment
geometry_msgs/Pose start                # startpoint of the segment
geometry_msgs/Pose end                  # endpoint of the segment
float32 width                           # width of the segment 

Compact Message Definition

int32 segment_id
tuw_multi_robot_msgs/RoutePrecondition[] preconditions
geometry_msgs/Pose start
geometry_msgs/Pose end
float32 width