Emu is UAARG's latest ground station imaging software. It is based on the old ground station software - pigeon
Emu currently can:
- Monitor drone status
- Display images
- Log messages
Emu does this through a combination of manual and automatic processes. The ultimate objective is to offer a view into the drone's operations.
For linux or MacOS
./scripts/install.sh
Reload your shell after running the install script.
For Windows (powershell) run the following commands from the base directory (emu).
npm install --prefix
npm install -D tailwindcss postcss autoprefixer
Two terminals will be needed. One for the frontend and one for the server.
In the first terminal run the following:
npm run server
In the second terminal run:
npm run dev
- Please create a new issue to report bugs or to request features.
- Include steps to reproduce the bug or a clear description of the feature.
- Pick an open issue.
- Create a new branch for your work using an appropriate name.
- Make your changes then open a Pull Request to the main branch of this repository. Be sure to link the issue it resolves.
- Please feel free to ask any question at any time.
- Please feel free to ask for help.