Skip to main content

Module reservation

Module reservation 

Source
Expand description

Reservation-based traffic control for proactive conflict prevention

This module provides time-windowed resource reservations that allow robots to reserve edges and nodes ahead of time, preventing conflicts proactively rather than reactively.

Structs§

Reservation
A time-windowed reservation of a resource
ReservationConflict
Error when a reservation conflicts with existing reservations
ReservationManager
Manages time-windowed reservations for edges and nodes

Enums§

ReservableResource
A resource that can be reserved (edge or node)