Skip to content

Upkie 3.1.0

Compare
Choose a tag to compare
@stephane-caron stephane-caron released this 22 Dec 17:41
· 311 commits to main since this release
b7a5db2

This release update the UpkieServos Gymnasium environment to dictionary action and observation spaces, enabling feedforward torques and direct torque control. A new wheeled_balancing_torque_control.py example is added to illustrate this control mode.

Added

  • envs: Take feedforward torque commands into account in UpkieServos environment
  • examples: Wheeled balancing with wheel torque control
  • utils: ActionError exception
  • utils: ModelError exception

Changed

  • Rename start_pid_balancer.sh to try_pid_balancer.sh
  • envs: Make parsing of first observation optional for non-base environments
  • envs: Rename info key to "spine_observation" in all environments
  • envs: Switch UpkieServos env to dictionary action and observation