-
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
Improve lab sim example objectives with story telling #49
Conversation
…ites mobile_manipulation_config: revisit favorites
*colcon ignoring example behaviors
…ple_behaviors repository (#33) Co-authored-by: Nathan Brooks <[email protected]>
* fix(workspace): categories readded for lab_sim
973f81f
to
15f1393
Compare
@MikeWrock can you retarget this to 7.0 please? I'd like to get it merged for that release. |
@@ -52,6 +52,7 @@ | |||
<disable_collisions link1="base_link_inertia" link2="shoulder_link" reason="Adjacent"/> | |||
<disable_collisions link1="forearm_link" link2="upper_arm_link" reason="Adjacent"/> | |||
<disable_collisions link1="forearm_link" link2="wrist_1_link" reason="Adjacent"/> | |||
<disable_collisions link1="base_link_inertia" link2="upper_arm_link" reason="Adjacent"/> |
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.
I don't know why these links end up in collision after planning a waypoint, but this is my workaround
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.
@jeremydbronson please test
@@ -1,16 +1,18 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<root BTCPP_format="4" main_tree_to_execute="Constrained Pick and Place"> | |||
<root BTCPP_format="4" main_tree_to_execute="Move Beakers to Burners"> |
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.
@jeremydbronson please test this objective
@jeremydbronson can you test this against 7.0 by navigating to the example workspace and
|
Need to cherry pick this to main - can you do that @MikeWrock ?