-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add BT.CPP solutions to Problems 2, 3, and 4 #72
Conversation
Thanks a lot @sea-bass . Do we want to give th full solution to everyone. isn't this supposed to be an excercise? |
At least I voted for providing solutions as well. If people want to cheat, I don't care - they are here voluntarily. Maybe some people get severely stuck and need a good indication on where to go. At least for SkiROS2, the later problems should also build on earlier ones, so if someone was not able to solve p1 or p2, I want them to be able to hop back in and copy the solutions from previous problems. |
Agree with @matthias-mayr -- these are the solution trees. Presumably the workshop will involve opening up Groot and building these from scratch, but referring to these XMLs as/if needed. |
I was thinking like you before, @facontidavide. |
However, maybe we could move them to another folder. Something like |
technologies/BehaviorTree.CPP/pyrobosim_btcpp/trees/problem3.xml
Outdated
Show resolved
Hide resolved
technologies/BehaviorTree.CPP/pyrobosim_btcpp/trees/problem4.xml
Outdated
Show resolved
Hide resolved
All PR comments implemented, and I got an (almost fully) working Problem 4 solution! |
@facontidavide I am getting sporadic errors canceling the Navigate action when the battery going low coincides with that... I'm not 100% sure if the bug is on PyRoboSim or BT.CPP end, since the FlexBE and ros_bt_py examples cancel properly, as do my unit tests. |
I am at the airport waiting for the plane from Abu Dhabi to Copenhagen. So I will not be able to look at this for the next 12h. ;)
…________________________________
From: Sebastian Castro ***@***.***>
Sent: Sunday, October 20, 2024 12:28:27 AM
To: ros-wg-delib/roscon24-workshop ***@***.***>
Cc: Henkel Christian (CR/ASD1) ***@***.***>; Review requested ***@***.***>
Subject: Re: [ros-wg-delib/roscon24-workshop] Add simple BT.CPP solutions to Problems 2 and 3 (PR #72)
@facontidavide<https://github.com/facontidavide> I am getting sporadic errors canceling the Navigate action when the battery going low coincides with that... I'm not 100% sure if the bug is on PyRoboSim or BT.CPP end, since the FlexBE and ros_bt_py examples cancel properly, as do my unit tests.
—
Reply to this email directly, view it on GitHub<#72 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABVHERPZHCMRGFP4M5YDEYTZ4K6GXAVCNFSM6AAAAABQCUIWROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUGE4TMNZRHA>.
You are receiving this because your review was requested.Message ID: ***@***.***>
|
I too the liberty to push directly to main some cleanup of problem 1 and 2. Thanks a lot!!! |
This PR:
@facontidavide feel free to take over this PR with better solutions as you see fit