-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial py_trees_parser repo setup #1
Merged
Merged
Conversation
This file contains 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
Add ability to cascade subtree args See merge request samxl/toolbox/ros2/behavior_tree!82
fe4fa87
to
34a14a4
Compare
34a14a4
to
54e7acb
Compare
a72d275
to
4b67fcd
Compare
8d46757
to
2ed9ba6
Compare
2ed9ba6
to
8b0f314
Compare
a1f2cae
to
68ed621
Compare
e4c44d8
to
0b2bf13
Compare
0b2bf13
to
57cae04
Compare
3864407
to
da5d5cf
Compare
can you add |
a26b4ca
to
bff8fb2
Compare
SyZbidi
reviewed
Jan 29, 2025
4640484
to
f1aeeee
Compare
Playing with args Remove unused import
f1aeeee
to
e9dc63a
Compare
SyZbidi
approved these changes
Jan 31, 2025
dave992
approved these changes
Jan 31, 2025
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.
Suggestion: use the awesome new PR and README templates ;)
Only found minor things, looks good to me otherwise.
b8f72f1
to
c8e9722
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR removes references to the SAMXL
behavior_tree
and attempts to make thepy_trees_parser
independent and open source.Motivation and Context
To make the
py_trees_parser
open source some work needed to be done to filter the SAMXLbehavior_tree
git repo. The filtering allows us to keep the history for the bit related topy_trees_parser
and get rid of the history that is not relevant to the thepy_trees_parser
. However, filtering can only really be done on a per-file/per-directory basis and therefore there are some bits leftover from thebehavior_tree
that must be manually removed.Additionally, there are some extra details that needed to be added such as CI and the README needed to be updated.
Changes
py_trees_parser
behavior_tree
bitsType of Changes