-
Notifications
You must be signed in to change notification settings - Fork 211
Acoustic tracking task #614
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
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
As per our offline discussion this scoring plugin has been updated. It now tracks the error of the vehicle with respect to a single moving pinger. There are topics to track the instant error and the mean error during the task. I also introduced two obstacles that add a penalty when touched. |
Signed-off-by: Carlos Agüero <[email protected]>
…o caguero/acoustic_wayfinding
@caguero This is working as advertised, but I think we should consider a few tweaks if we have time before the release:
Let me know what you think. If you'd prefer to postpone any of the above until the next release I think that's fine too. |
Signed-off-by: Carlos Agüero <[email protected]>
Good suggestions, thanks. I renamed the plugin and changed the layout only in the |
Signed-off-by: Carlos Agüero <[email protected]>
Thanks! I just tested it. I like this version much better. One thing I'm trying to brainstorm is ways to make it qualitatively different from the basic acoustic task and stationkeeping task. Right now it is different some of the time, but a lot of the time the beacon is moving through regions of open water and the USV just has to stationkeep above it (with a slight drift). I think we could address this easily with two changes:
Also a tiny tweak, but could we change the color of the visual marker to something different from the obstacles? Maybe white or red? |
Signed-off-by: Carlos Agüero <[email protected]>
I implemented your suggestions bumping up the speed of the pinger, changing its visual to white and adding a few more obstacles in the trajectory. Let me know what you think. |
Looks great! Thank you! |
Signed-off-by: Carlos Agüero <[email protected]>
@M1chaelM , I have updated the practice worlds. |
@caguero Per our offline discussion, could you adjust course 2 so it is more 2-dimensional, similar to course 1? Thank you! |
Signed-off-by: Carlos Agüero <[email protected]>
Done, I've reused the same waypoints as |
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.
Looks good! Thanks!
Signed-off-by: Carlos Agüero <[email protected]>
This patch adds the new acoustic tracking task including:
How to test it?
Note: You can uncomment the block within lines 496 and 503 of the worlds to visualize the moving pinger. Do not forget to recompile.