-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add groot monitoring behavior tree visualization #1958
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
Merged
SteveMacenski
merged 47 commits into
ros-navigation:main
from
gramss:add-Groot-BehaviorTree-Visualization
Dec 9, 2020
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
4e02d25
include ZMQ publisher for Groot
gramss 1d64cd3
fix Groot crashing finding custom nodes in monitor mode
gramss 8ac97cb
refactor buildTreeFromText to createTreeFromText as in BT.CPP v3
gramss bbdcc72
forward XML to createTreeFromText from BT.CPP v3 factory function
gramss 837c257
Add createTreeFromFile forware to BT-factory function
gramss b297828
fix createTreeFromFile args..
gramss a941a33
add personal copyright
gramss 822d0c8
move creating ZMQ Publisher from run to dedicated function
gramss 1f7cb77
Add parameter for Groot Monitoring - default true. Also cleanup ZMQ
gramss f17810d
Move haltAllActions() Implementation from .hpp to .cpp
gramss 79e4750
update Copyright in hpp of BT-engine
gramss 20e79fa
make linters happy.. :)
gramss c9e7508
Update Groot parameter naming and chg default=0
gramss 7d86c3f
rename resetZMQGrootMonitor -> resetGrootMonitor
gramss b5fcbf6
add parameter to nav2_params.yaml - default = false
gramss c408caf
add ZMQ params and logic for server/pub ports
gramss 86946b9
Fix RewrittenYaml ignoring Integers
gramss b18d244
add launch based tests for params and ZMQ
gramss ba11e36
Activate Dijkstra and A* switching tests, thanks to RewrittenYaml
gramss 85791c7
add pyzmq==19.0.2 via pip3 to CI test_workspace
gramss 68c273f
make flake8 linter happy
gramss b6666eb
make cpp linters happy
gramss 570a98f
add personal copyright
gramss 6e17e5b
add GoalUpdated BT node description in order to view the full default BT
gramss 5c8ca63
make linter happy (unused import)
gramss 7b2b071
remove unused groot-port replacement functions in test_system_launch.py
gramss 7ea5163
add groot parameters to params.md
gramss 06c4858
get reloading BTs to work nicely with Groot
gramss 851aa01
pretty space for smac :)
gramss 3fb4b7a
switch from unsinged to uint16_t
gramss dd5effd
fix converting string into float or int
gramss 40876b2
Revert "add pyzmq==19.0.2 via pip3 to CI test_workspace"
gramss af3569e
Switch to 4 spaces indent and other linter stuff for RewrittenYaml
gramss d5b9918
removed prints in test_system_launch.py
gramss 261cb03
linter stuff
gramss 21b8537
add python-zmq as test_depend in package.xml (instead of .CI_conf)
gramss 266208f
enable groot monitoring by default
gramss eaf2244
remove ZMQ from naming (function / variable)
gramss 556b548
remove variable zmq ports from testing scripts
gramss d476432
remove default ports in BT_engine, as they are set through (def-)params
gramss 9df3258
Remove complete test for "dynamic" ZMQ ports testing
gramss 8ffcde2
fix python-zmq depend location
gramss ca70aca
fix style
gramss 201bd0f
swap missing Groot to default True
gramss 00ff004
fix rosdep zmq + flake8 fixes in system_tests
gramss 1901dd8
remove debug logs + c_str()
gramss 8318930
remove final debug_log
gramss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.