v1.1.1
This minor release renames the "chassis" part to "torso".
Now it is also possible to load the description from robot_descriptions
to get an instance directly usable in robotics software:
from robot_descriptions.loaders.pinocchio import load_robot_description
robot = load_robot_description("upkie_description")