Fix up structure and README
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
This is a simple simulation of a Tello drone using Ursina. The drone can be controlled via tcp calls.
|
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
|
In the repo there is the simulation server along with a client class that can be used to interact with the sim server
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@@ -38,3 +40,7 @@ To run the simulation, run the following command:
|
|||||||
```bash
|
```bash
|
||||||
python tello_sim/run_sim.py
|
python tello_sim/run_sim.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can try running some of the [examples](./examples) to see how the simulation works. The examples are located in the `examples` folder.
|
||||||
|
|
||||||
|
Or use the [client](./tello_sim/tello_sim_client.py) class to interact with the simulation server. The client class is located in the `tello_sim` folder.
|
||||||
|
Before Width: | Height: | Size: 9.6 MiB After Width: | Height: | Size: 9.6 MiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
Reference in New Issue
Block a user