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)
- bidirectional (bool, - bidirectional)
 - Type:
 - Whenever the agent’s safety margin should be considered in addition to - agent_marginwhen initializing the agents’ poses.
 - Type:
 - The initial minimal distance between agents. 
 - Type:
 - Whenever the agents are divided into two groups moving in opposite directions. 
 - Type:
 - The length of the simulated portion of corridor. agents experience an infinite corridor, as it wraps around. 
 - Type:
 - The width of the corridor.