Skip to content

v0.1.1 - no_std fix

Latest

Choose a tag to compare

@axoulc axoulc released this 27 Nov 14:30
· 9 commits to main since this release

Fixed

  • TrajectoryRegistry::from_config() is now available without the std feature, fixing compilation errors in no_std embedded projects

This was a regression where MotorSystem::from_config() called TrajectoryRegistry::from_config() but the latter was gated behind #[cfg(feature = "std")].