You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two issues with the way MoveTo feedback is currently structured:
Only the MoveTo behavior populates the feedback fields. However, several trees have behaviors before/between/after MoveTo behaviors, which should all be considered part of the "planning" time. Therefore, the feedback should be set at a tree level (TBD how, perhaps by introspecting the current node of the tree? or with a post-tick handler?) so that for any behaviors but MoveTo behaviors it still sends feedback that increments planning time.
The blackboard persists across runs of the tree. As a result, the first feedback message for a tree that doesn't start with a MoveTo behavior will be the last feedback message from the last time the tree was run, until a MoveTo behavior resets the feedback fields in the blackboard.
The text was updated successfully, but these errors were encountered:
amalnanavati
changed the title
MoveTo Trees Feedback Revamp
[ROS2] MoveTo Trees Feedback Revamp
Aug 30, 2023
There are two issues with the way MoveTo feedback is currently structured:
The text was updated successfully, but these errors were encountered: