File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# AVIS Engine Python API
2
- A Python API Implemented for AVIS Engine(Autonomous Vehicles Intelligent simulation Software).
2
+ A Python API implemented for AVIS Engine(Autonomous Vehicles Intelligent Simulation Software).
3
3
4
4
# Changelog (Simulator)
5
5
### - 2.1.0 (-Not Released: Planned for March, 2023)
@@ -65,7 +65,7 @@ A Python API Implemented for AVIS Engine(Autonomous Vehicles Intelligent simulat
65
65
66
66
# Installation
67
67
## Simulator
68
- The Simulator is accessible from AVIS Engine Website .
68
+ The Simulator is accessible from AVIS Engine website .
69
69
| Simulator |
70
70
| ---|
71
71
| [ Download Version 1.2.0] ( https://AVISEngine.com ) |
@@ -80,13 +80,13 @@ git clone https://github.com/AvisEngine/AVIS-Engine-Python-API
80
80
Everything is ready to drive your simulated car.
81
81
82
82
## Requirements
83
- install requirements using the command below
83
+ Install requirements using the command below
84
84
85
85
pip install -r requirements.txt
86
86
87
87
## Simulator
88
88
Actually the most important thing you have to install is the simulator. It's your car and you have to drive it.
89
- The Simulator is the * 'Server'* part of the Communication .
89
+ The simulator is the * 'Server'* part of the communication .
90
90
91
91
# Drive!
92
92
Open up the simulator and make sure it's running correctly as you run it.
@@ -176,7 +176,7 @@ car = AVISEngine.car()
176
176
```
177
177
178
178
179
- Replace the server "Server IP" and "port" with yours here. and Now you're connected to the Simulator .
179
+ Replace the server "Server IP" and "port" with yours here. and Now you're connected to the simulator .
180
180
181
181
``` python
182
182
car.connect(" 127.0.0.1" , 25001 )
You can’t perform that action at this time.
0 commit comments