Introduction
This package contains the relevant message types to interface with the simulation of the RoboCup Logistics League (RCLL) that is also used for the Planning Competition for Logistics Robots In Simulation. The simulation environment is based on Gazebo and Fawkes. Detailed information about the simulation is available on the RCLL simulation website.
Message Types
- ExplorationZoneInfo
This is used to emit special feedback during the execution of the explore_zone skill. Describes certainty whether a machine has been detected in a zone.
The state can be unknown, definite yes or no, or maybe, e.g., spurious registering of an obstacle, might also have been a passing robot, recommended to re-visit later if there is time. (ExplorationZoneInfo.msg)
- MPSLightState
Describe the detected state of the signal light (during exploration phase). (MPSLightState.msg)
- MPSMarker
Describe the detected marker of a station. (MPSMarker.msg)
- MPSMarkerArray
Describe a list of detected markers. (MPSMarkerArray.msg)
- NavgraphMPSStation
Specification of an MPS station, used as in the NavgraphWithMPSGenerate service. (NavgraphMPSStation.msg)
Service Types
- NavgraphWithMPSGenerate
Service to generate a navgraph based on a number of known (already expored) MPS stations (call during or after exploration). (NavgraphWithMPSGenerate.srv)