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

Integrate Flight Operations with Flight-Vision Pipeline #109

Open
cjhr95 opened this issue Apr 12, 2023 · 1 comment
Open

Integrate Flight Operations with Flight-Vision Pipeline #109

cjhr95 opened this issue Apr 12, 2023 · 1 comment
Assignees
Labels
blocked Task is blocked by another's progress enhancement New feature or request flight Pertaining to the physical movement of the drone pipeline Task related to communication between flight and vision vision Relating to image or visual stream handling and processing

Comments

@cjhr95
Copy link
Contributor

cjhr95 commented Apr 12, 2023

Integrate Flight-Vision Pipeline

Problem

Data must be communicated between flight and vision code. The flight code needs the coordinates for the AirDrop objects after ODLC pathing, and vision needs the drone's GPS location for each photo taken as well as the camera's state

Solution

Need to integrate the vision data into flight operations. This is achieved through a series of files:

  • Update the "state.txt" file to indicated the camera has stopped taking pictures.
  • Write the drone's GPS coordinates along with camera data to "camera.json"
  • Read the proper coordinates for air drop objects from the "output.json file"
@cjhr95 cjhr95 added enhancement New feature or request flight Pertaining to the physical movement of the drone vision Relating to image or visual stream handling and processing pipeline Task related to communication between flight and vision labels Apr 12, 2023
@cjhr95 cjhr95 moved this to 🏗 In progress in SUAS-2023 Flight Apr 18, 2023
@Ooglely Ooglely added this to the Flight-Vision Pipeline milestone Aug 31, 2023
@DJDMVP
Copy link
Contributor

DJDMVP commented Sep 6, 2023

state.txt and camera.json have been written and are in flight/states/odlcs.py (if state machine changes this file will most likely change). But for output.json it is blocked and waiting on vision currently. For all three files they are dependent on how vision code changes and how the state machine changes, so highly probable it will change and they will all need to be looked at again.

@DJDMVP DJDMVP moved this from 🏗 In progress to 📋 Backlog in SUAS-2023 Flight Sep 6, 2023
@DJDMVP DJDMVP added the blocked Task is blocked by another's progress label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Task is blocked by another's progress enhancement New feature or request flight Pertaining to the physical movement of the drone pipeline Task related to communication between flight and vision vision Relating to image or visual stream handling and processing
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants