-
Notifications
You must be signed in to change notification settings - Fork 29
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
RobotX 2024: Task 5 - Scan the Code #1256
Comments
@mohana-pamidi @hoshbosh @edwardguthrie Any progress on this task or the approach to it? |
@DaniParr @mohana-pamidi @edwardguthrie I am looking through the handbook right now and this is what I have so far for the scanning part of the task. |
I started to write a basic mission for the task, just moving around identifying the light display. That is still what I plan on working on next week. |
This week worked with Keith to figure out what needs to be changed for the task from past code. Including: adding the computer vision model etc. |
This week I looked at how all the different tasks were running as of now and took notes on why I thought that was the case, looking inside the olde code and running the simulation. |
This week I got the computer vision detection working for the scan the code task. Making it be able to get the correct sequence. |
What needs to change?
For this task, the WAMV needs to first find where the three-light sequence display is and then record the RGB sequence it observes.
How would this task be tested?
roslaunch navigator_launch simulation.launch world:=scan_dock_deliver --screen
mission run ScanTheCodeMission
The text was updated successfully, but these errors were encountered: