Version 6.2.0
Version 6.2.0 contains minor changes to the Python bindings and robot model installation dependencies.
Features and improvements
An inconsistency in nomenclature was resolved; see issue #308 and PR #309 for more details.
Behind the scenes, the docker images for development dependencies and proto dependencies are now built for multiple architectures: linux/amd64
and linux/arm64
.
At the time of release, no pre-built arm64 binaries existed for Pinocchio, a dependency of the robot_model library. For this reason, the installation script is revised to install Pinocchio from source, which has the side effect of simplifying the CMake configuration; the path inclusion of /opt/openrobots
is no longer required.