flexbe_behavior_engine icon indicating copy to clipboard operation
flexbe_behavior_engine copied to clipboard

Publish State Path to ROS Topic when entering a State

Open tropappar opened this issue 3 years ago • 2 comments

Publish the current state path on the topic flexbe/behavior_update when entering a state.

tropappar avatar Mar 24 '22 13:03 tropappar

Just fyi this pull request won't work. After the merge every custom state has to define the onEnter method. A simple fix is not to remove the definition of onEnter.

This seems reasonable with the fix of leaving onEnter with pass defined. I will plan to make this change on the FlexBE repo (https://github.com/FlexBE/flexbe_behavior_engine/issues) over the next week or so to both ROS 1 develop branch, and the ros2-devel branches on the FlexBE repo. Then close this PR. I do NOT plan to update this older repo.

Follow https://github.com/FlexBE/flexbe_behavior_engine/issues/9 for future developments

dcconner avatar May 17 '23 18:05 dcconner