Fixed
TrajectoryRegistry::from_config()is now available without thestdfeature, fixing compilation errors inno_stdembedded projects
This was a regression where MotorSystem::from_config() called TrajectoryRegistry::from_config() but the latter was gated behind #[cfg(feature = "std")].