Betatesting Drone Rescue People Exercise #3740
JitinSaxenaa
started this conversation in
General
Replies: 1 comment 3 replies
-
|
For number 4 you need the latest RADI version, not RA version |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jmplaza @javizqh
I tried out the “Drone Rescue People” exercise and overall it’s really interesting, but I came across a few things that could be improved, especially for beginners.
1 - First, the ventral (left) camera feed feels slightly delayed compared to what’s actually happening in the simulation. For example, even after the drone has already moved past a boat, it still appears in the feed for a moment. The same happens with people — they show up a bit late. This makes it a little confusing when trying to tune the detection logic.
2 - Another thing is the search area. The exercise docs gives GPS coordinates, but since we don’t really work with GPS in the simulator, they don’t help much. As a new user, it’s not very clear where exactly to look and locate as the area is quite large.
It might help to improve the doc as -
3 - Detection consistency
Another issue I noticed is with face detection. Some faces are detected correctly, while others are missed even when they look quite similar in the camera feed. (Can be seen in the demo video)
4 - Drift and restart behavior
I also noticed that the drift issue and the sudden drop of the drone when the simulation is paused or restarted still seem to be present. As mentioned by @javizqh, this was supposed to be fixed in the latest version, but it still persists in my testing.
5 - Intermittent RTPS error
While running the simulation, I occasionally encountered an error related to RTPS shared memory (e.g., “RTPS_TRANSPORT_SHM Error: open_and_lock_file failed”). This does not happen every time.
Demo video - Link
Beta Was this translation helpful? Give feedback.
All reactions