...
Image collection is done on any computer running Linux on the drone. Image collection accesses the camera in the same manner as the airside system.
Repository:
https://github.com/UWARG/modelimage-trainingcollection
Software
Setup
Open the terminal and navigate to the home directory: cd ~/
Clone the repository and setup and activate the virtual environment.
...
Follow the instructions: Autonomy Workflow Software
Install packages:
Code Block |
---|
pip |
...
install -r requirements.txt |
...
Usage
Note |
---|
Prerequisites:
|
...
Code Block |
---|
git checkout main
git pull
git submodule update --remote --merge |
Copy the contents of imaging/rc.local/.copyme
to /etc/rc.local
.
Modifying
/etc/rc.local
requires superuser access (e.g.sudo
)
...