Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/http-apis/hydra-flock-drone
The Drone Component for the simulation
https://github.com/http-apis/hydra-flock-drone
Last synced: 12 days ago
JSON representation
The Drone Component for the simulation
- Host: GitHub
- URL: https://github.com/http-apis/hydra-flock-drone
- Owner: HTTP-APIs
- License: mit
- Created: 2017-07-21T18:59:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T19:08:48.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T03:25:23.107Z (about 2 months ago)
- Language: Python
- Size: 191 KB
- Stars: 1
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hydra-flock-drone
The Drone component for the [simulation](https://github.com/HTTP-APIs/hydra-flock-demo)This is part of the `hydra-flock-demo` test-bed. Check the `hydra-flock-demo` for cloud deployment of the full test-bed.
Running tests:
* Create and activate a new virtualenv
* Upgrade pip and setuptools
* Check if `python3-dev` is installed
* Run `pip install -r requirements.txt`
* Start the controller server using `python -m flock_drone.main`
* In another teminal instance run `python -m flock_drone.tests.test_drone_endpoints`**NOTE :-** For design principles and other details please read the Simulation [Wiki](https://github.com/HTTP-APIs/hydra-flock-demo/wiki)