Expand description
Transform message system using CuMsg and compile-time frame types This replaces the StampedTransform approach with a more Copper-native design
Structs§
- Frame
Transform - Transform message useable as a payload for CuStampedData. This contains just the transform data without timestamps, as timestamps are handled by CuStampedData
- Typed
Transform - A typed transform message that carries frame relationship information at compile time
- Typed
Transform Buffer - Fixed-size transform buffer using compile-time frame types This replaces the dynamic Vec-based approach with a fixed-size array
Type Aliases§
- Stamped
Frame Transform - Transforms are timestamped Relative transforms.
- Typed
Stamped Frame Transform - Transforms are timestamped Relative transforms.