Cross#
A scenario where agents move between two waypoints, one half of the agents vertically and the other horizontally. Agents are initialize at non-overlapping random poses in a box.
Registered properties:
side (float,
side
)tolerance (float,
tolerance
)agent_margin (float,
agent_margin
)add_safety_to_agent_margin (bool,
add_safety_to_agent_margin
)target_margin (float,
target_margin
)
- Type:
Whenever the agent’s safety margin should be considered in addition to
agent_margin
when initializing the agents’ poses.
- Type:
The initial minimal distance between agents.
- Type:
The half-length of the squared arena. waypoints are placed at (+/-side, 0) and (0, +/-side)
- Type:
The minimal distance between agents and targets at initialization.
- Type:
The task goal tolerance (i.e., agents will change target when they arrive closer than this to their current target).