Skip to content
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

Open
DaniParr opened this issue Sep 1, 2024 · 6 comments
Open

RobotX 2024: Task 5 - Scan the Code #1256

DaniParr opened this issue Sep 1, 2024 · 6 comments

Comments

@DaniParr
Copy link
Contributor

DaniParr commented Sep 1, 2024

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.

image

How would this task be tested?

  1. Launch ROS for navigator using the world as described in this command line: roslaunch navigator_launch simulation.launch world:=scan_dock_deliver --screen
  2. Then run the mission: mission run ScanTheCodeMission
@DaniParr
Copy link
Contributor Author

DaniParr commented Sep 9, 2024

@mohana-pamidi @hoshbosh @edwardguthrie Any progress on this task or the approach to it?

@hoshbosh
Copy link

@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.
image
For reference, the color memory is just an array of length three that gets filled with the data of the sequence. I was thinking this loop could run for each frame passed in from the camera, after the WAMV has already navigated to the light display.

@hoshbosh
Copy link

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.

@EAOZONE
Copy link

EAOZONE commented Oct 20, 2024

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.

@EAOZONE
Copy link

EAOZONE commented Oct 27, 2024

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.

@EAOZONE
Copy link

EAOZONE commented Nov 4, 2024

This week I got the computer vision detection working for the scan the code task. Making it be able to get the correct sequence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants