First Version (#1)
Co-authored-by: Anujith Muraleedharan <140189296+AnujithM@users.noreply.github.com>
This commit is contained in:
19
README.md
19
README.md
@@ -1,5 +1,9 @@
|
||||
# Tello Drone Sim
|
||||
|
||||
This is a simple simulation of a Tello drone using Ursina. The drone can be controlled via tcp calls.
|
||||
|
||||
in the repo there is the simulation server along with a client class that can be used to interact with the sim server
|
||||
|
||||
## Setup
|
||||
|
||||
1. Create the virtual environment by running:
|
||||
@@ -20,8 +24,17 @@ source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
4. Run the program by running:
|
||||
4. Export the python path by running:
|
||||
|
||||
```bash
|
||||
python tello_drone.py
|
||||
``` # tello-sim
|
||||
export PYTHONPATH=$PWD
|
||||
```
|
||||
|
||||
|
||||
## Running the simulation
|
||||
|
||||
To run the simulation, run the following command:
|
||||
|
||||
```bash
|
||||
python tello_sim/run_sim.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user