-
Notifications
You must be signed in to change notification settings - Fork 193
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
Acoustic perception task #609
Conversation
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
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.
Everything seems to be working now but the pinger positions are so close together that it's hard to tell they have changed from world to world. Could we make the change a bit more obvious?
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
I just updated the pinger positions in the practice worlds to make them more different. |
@caguero Your changes did make it easier to distinguish between the 3 worlds but I changed them even more to make it harder for teams to ignore the acoustic component and solve the task by driving around in a lawnmower pattern. (They can always do this, of course, but now it is more costly.) |
The acoustic perception task including:
How to test it?
Take a look at the range value and teleoperate the robot until you minimize the distance. When the range is <= 3 meters the simulation should finish.
Bonus: Originally I was planning to use the exit and entrance gate. We're not going to use it during the competition but I decided to include it in case it's useful for anyone.