Expand description
Frame identification system for compile-time frame safety This module provides a way to identify coordinate frames at compile time to avoid dynamic string allocations and improve type safety.
Structs§
- Base
Frame - Robot base frame
- Camera
Frame - Camera frame
- Frame
Pair - A transform relationship between two specific frame types
- ImuFrame
- IMU frame
- Lidar
Frame - Lidar frame
- Robot
Frame - Robot frame
- World
Frame - Common frame definitions for robotics applications Users can extend this by defining their own frame types
Traits§
- FrameId
- Trait for compile-time frame identification Each frame type must implement this to provide a unique identifier
Type Aliases§
- Base
ToRobot - Robot
ToCamera - Robot
ToImu - Robot
ToLidar - World
ToBase - Convenience type aliases for common transform relationships
- World
ToRobot