-
Notifications
You must be signed in to change notification settings - Fork 47
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
Arjo/experimental/multidrone drag #138
Arjo/experimental/multidrone drag #138
Conversation
Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
…to arjo/demo/multidrone_lift
Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
…s for dragging Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
works for me! I made some style fixes in #141 which should help to make CI green. The default inertial values may be be the best but seem to be helping the drones drag the objects. See if it's possible to give them them with proper values and that dragging still works. |
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
#143 should fix the detach topic issue when there are multiple drones with grippers. I think there are still more detach issues remaining as mentioned in gazebosim/gz-physics#352 (comment) |
* create unique gripper model files per uav Signed-off-by: Ian Chen <ichen@osrfoundation.org> * style Signed-off-by: Ian Chen <ichen@osrfoundation.org> * Checking if gipper model name is a substring instead of direct compare (#145) Signed-off-by: Aaron Chong <aaronchongth@gmail.com> Co-authored-by: Aaron Chong <aaronchongth@gmail.com>
updated all |
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
@iche033 Should we be concerned that the tests have timed out? |
I thought it's flaky but I restarted the test a few times and it's still failing. I'm also seeing the test failure locally. There could be an issue. I'll take a closer look tomorrow. |
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Thanks for the fix! I'll merge this so we can move onto the next PR, #108 |
This PR continues @arjo129's work for lifting and dragging objects using multiple UAVs, and is based on #108.
Few things that this PR does:
mbzirc_ign/worlds/test/multi_drone_drag.sdf
. This adds theLarge * Handles
models mentioned in Update large objects and vessels geometry #130 into the worldexamples/multi_uav_demo.py
script to allow users to specify each velocity of the twist commandmulti_uav_drag_demo.launch.py
: spawns 2 UAVs with suction above theLarge Crate Handles
model at the front of the vesselmulti_uav_drag_with_handles_demo.launch.py
, spawns 2 UAVs with suction above theLarge Dry Box Handles
model at the top of the vesselInstructions on running,
First terminal,
Second terminal,
Start the simulation,
Third terminal,
The UAVs should start dragging
Large Crate Handles
to the side of the vessel. The process is much slower since the vessel's surface there is curved, it should be much faster if the drones were maneuvered properly too.drag_demo.mp4