-
Notifications
You must be signed in to change notification settings - Fork 236
Rename BT nodes and move parameter filter duration #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Fixed typos in documentation - Updated outdated links in docs - Renamed Behavior Tree (BT) nodes for consistency - Moved parameter filter duration from speed controller to BT Navigator Signed-off-by: Maurice-1235 <[email protected]>
SteveMacenski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My consistent dyslexia strikes again 😆
configuration/packages/bt-plugins/conditions/GlobalUpdatedGoal.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: Maurice-1235 <[email protected]>
|
I just noticed that the node |
Signed-off-by: Maurice-1235 <[email protected]>
Signed-off-by: Maurice-1235 <[email protected]>
|
Mostly copied from the condition node |
configuration/packages/bt-plugins/decorators/GoalUpdatedController.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: Maurice-1235 <[email protected]>
|
@mini-1235 can you open a new PR with this content and close out this one? This PR got into a weird state on GitHub and is refusing to let me merge it in thinking that it is in the process of being merged in another session. Not sure what's up with that. |
|
oop, there it goes, disregard! |
* Update docs - Fixed typos in documentation - Updated outdated links in docs - Renamed Behavior Tree (BT) nodes for consistency - Moved parameter filter duration from speed controller to BT Navigator Signed-off-by: Maurice-1235 <[email protected]> * Fix to match rst style Signed-off-by: Maurice-1235 <[email protected]> * Add GoalUpdatedController node Signed-off-by: Maurice-1235 <[email protected]> * Add link for the node Signed-off-by: Maurice-1235 <[email protected]> * Add author name and example ports Signed-off-by: Maurice-1235 <[email protected]> --------- Signed-off-by: Maurice-1235 <[email protected]>
follow up PR for ros-navigation/navigation2#4940, also some typos fixed and links updated