Skip to content

v0.6.0

Compare
Choose a tag to compare
@jara001 jara001 released this 24 Aug 13:48
· 114 commits to master since this release

Added

  • reconfigure:
    • Parameters can be now used within conditions.
    • Implementation of __contains__ to support if ... in P.
    • update() now takes optional argument only_existing (def. False) to only update existing parameters.
    • (ROS1 only) Parameters and their values are exposed to the ROS Parameter Server.
    • link(ConstrainedP, ConstrainedP) to link two parameters together. First cannot be larger then the second one.