The control mode names have changed, for example:
axis.controller.config.control_mode = CONTROL_MODE_VELOCITY_CONTROL
instead of
axis.controller.config.control_mode = CTRL_MODE_VELOCITY_CONTROL
I personally edited it in the odrive_interface.py and now the ROS node works again. Not sure how to approach it - maybe create a release with tag 0.5.x?
The control mode names have changed, for example:
axis.controller.config.control_mode = CONTROL_MODE_VELOCITY_CONTROLinstead of
axis.controller.config.control_mode = CTRL_MODE_VELOCITY_CONTROLI personally edited it in the
odrive_interface.pyand now the ROS node works again. Not sure how to approach it - maybe create a release with tag 0.5.x?