Corridor#
A scenario where agents travel along an infinite corridor in opposite directions. Agents are initialize at non-overlapping random poses.
Registered properties:
width (float,
width
)length (float,
length
)agent_margin (float,
agent_margin
)add_safety_to_agent_margin (bool,
add_safety_to_agent_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 length of the simulated portion of corridor. agents experience an infinite corridor, as it wraps around.
- Type:
The width of the corridor.