v4.0.1
Release Highlights
- This release changed the internal ALIAS of
WearableDataandWearableActuatorstarget toWearableData::WearableDataandWearableActuators::WearableActuatorsfor consistency with the namespace used during the install. If you have been usingwearablesviaFetchContent/add_subdirectory, please change all your instances ofWearable::WearableDatatoWearableData::WearableDataand of ofWearable::WearableActuatorstoWearableActuators::WearableActuators.
What's Changed
- Fix Python bindings installation and support building bindings as standalone projects by @traversaro in #398
Full Changelog: v4.0.0...v4.0.1