Skip to content

Version 7.4.0

Compare
Choose a tag to compare
@domire8 domire8 released this 17 Apr 10:30
· 34 commits to main since this release
eddd9b7

Version 7.4.0 brings Analog and Digital IO State types as a new feature to the state_representation module.

Features

AnalogIOState and DigitalIOState classes have been added as new state types in state_representation.

Full changelog

  • feat: add IO states to state representation (py) (#173)
  • feat: add IO states to state representation (proto) (#172)
  • feat: add IO states to state representation (cpp) (#158)
  • build: update dockerfiles (#153)
  • build: copy python packages into /usr instead of ~ros2 to avoid permission issues (#155)
  • feat: Add ParameterType conversion functions to go from enum to type label and the inverse (#154)