Skip to content

v0.6.0

Compare
Choose a tag to compare
@tkoolen tkoolen released this 25 Apr 18:20
· 413 commits to master since this release
c498998

Highlights:

  • Progress towards compatibility with Julia master
  • Add an example notebook showcasing automatic differentiation
  • Put q̇ in DynamicsResult
  • Stop relying on inference so much in DynamicsResult-related code (#414). This works around inference limits that can be triggered when using ForwardDiff.
  • Fix flip_direction (called when rerooting the kinematic tree): it should flip the joint bounds as well.
  • Add support for planar joint parsing from URDF (#424) (work done by @rdeits)

Deprecations:

  • Deprecate Base.set!(state::MechanismState, x::AbstractVector) in favor of Base.copy!(state, x)
  • Deprecate state_vector(state::MechanismState) in favor of Vector(state)