File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# 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).
33
44# Changelog (Simulator)
55### - 2.1.0 (-Not Released: Planned for March, 2023)
@@ -65,7 +65,7 @@ A Python API Implemented for AVIS Engine(Autonomous Vehicles Intelligent simulat
6565
6666# Installation
6767## Simulator
68- The Simulator is accessible from AVIS Engine Website .
68+ The Simulator is accessible from AVIS Engine website .
6969| Simulator |
7070| ---|
7171| [ Download Version 1.2.0] ( https://AVISEngine.com ) |
@@ -80,13 +80,13 @@ git clone https://github.com/AvisEngine/AVIS-Engine-Python-API
8080Everything is ready to drive your simulated car.
8181
8282## Requirements
83- install requirements using the command below
83+ Install requirements using the command below
8484
8585 pip install -r requirements.txt
8686
8787## Simulator
8888Actually 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 .
9090
9191# Drive!
9292Open up the simulator and make sure it's running correctly as you run it.
@@ -176,7 +176,7 @@ car = AVISEngine.car()
176176```
177177
178178
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 .
180180
181181``` python
182182car.connect(" 127.0.0.1" , 25001 )
You can’t perform that action at this time.
0 commit comments