v4.0.1
Release Highlights
- This release changed the internal ALIAS of
WearableData
andWearableActuators
target toWearableData::WearableData
andWearableActuators::WearableActuators
for consistency with the namespace used during the install. If you have been usingwearables
viaFetchContent
/add_subdirectory
, please change all your instances ofWearable::WearableData
toWearableData::WearableData
and of ofWearable::WearableActuators
toWearableActuators::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