core_pb::driving

Trait RobotBehavior

Source
pub trait RobotBehavior: 'static {
    type Instant: CrossPlatformInstant + Default;
    type Motors: RobotMotorsBehavior;
    type Network: RobotNetworkBehavior;
    type Peripherals: RobotPeripheralsBehavior;
}

Required Associated Types§

Implementors§