some ROS 2 states are still using ROS 1 actions
Closed this issue · 2 comments
christian-rauch commented
The InputState
state:
and
BehaviorInput
:are still using the ROS 1 action. This should probably be
from flexbe_msgs.action import BehaviorInput
. And other usages of BehaviorInputAction
should be replaced with BehaviorInput
.dcconner commented
Thanks for reporting. I will be putting some effort into ROS 2 over the next couple of weeks. Happy to accept PRs
dcconner commented
should be fixed on ros2-devel and humble branches now