pub struct Localization {
pub emergency: EmergencyControl,
pub external_pose: ExternalPose,
pub lighthouse: Lighthouse,
pub loco_positioning: LocoPositioning,
}Expand description
Localization subsystem
Provides access to localization services including emergency stop, external position/pose streaming, and lighthouse positioning system.
Fields§
§emergency: EmergencyControlEmergency stop controls
external_pose: ExternalPoseExternal position and pose streaming
lighthouse: LighthouseLighthouse positioning system
loco_positioning: LocoPositioningLoco Positioning System (UWB)
Auto Trait Implementations§
impl Freeze for Localization
impl RefUnwindSafe for Localization
impl Send for Localization
impl Sync for Localization
impl Unpin for Localization
impl UnwindSafe for Localization
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more