Skip to content

Commit

Permalink
add descriptions about ApiServerPort
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwwno1 authored Dec 11, 2020
1 parent f25272e commit fe20498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,10 @@ be allowed to talk to each other, in which case the UDP messages from one networ
So the LocalHostIp allows you to configure how you are reaching those machines. The default of 127.0.0.1 is not able to reach external machines,
this default is only used when everything you are talking to is contained on a single PC.

### ApiServerPort
This setting determines the server port that used by airsim clients, default port is 41451.
By specifying different ports, the user can run multiple environments in parallel to accelerate data collection process.

### SpeedUnitFactor
Unit conversion factor for speed related to `m/s`, default is 1. Used in conjunction with SpeedUnitLabel. This may be only used for display purposes for example on-display speed when car is being driven. For example, to get speed in `miles/hr` use factor 2.23694.

Expand Down

0 comments on commit fe20498

Please sign in to comment.