You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -144,7 +144,7 @@ The file is in usual JSON format. On the first startup, AirSim would create ``se
144
144
Launch Copter SITL
145
145
++++++++++++++++++
146
146
147
-
For using ArduCopter, the settings are as follows-
147
+
For using ArduCopter, the settings are as follows:
148
148
149
149
::
150
150
@@ -193,7 +193,7 @@ You can restart by just pressing the Play button and then start the ArduPilot si
193
193
Launch Rover SITL
194
194
+++++++++++++++++
195
195
196
-
``settings.json`` for using ArduRover-
196
+
``settings.json`` for using ArduRover:
197
197
198
198
::
199
199
@@ -511,15 +511,15 @@ A ROS wrapper has also been added. See `airsim_ros_pkgs <https://github.com/micr
511
511
Run on different machines
512
512
+++++++++++++++++++++++++
513
513
514
-
#. Change the following in the ``settings.json`` file-
514
+
#. Change the following in the ``settings.json`` file:
515
515
516
516
#. ``UdpIp`` to the IP address of the machine running ArduPilot (Can be found using ``ipconfig`` on Windows, ``ifconfig`` on Linux.)
517
517
#. ``LocalHostIp`` to the IP address of the current machine which is running AirSim, specific to the network adapter being used such as Ethernet or WiFi. Can be set to ``0.0.0.0`` to receive messages on all networks
518
518
519
519
520
520
#. Use ``-A`` argument in ``sim_vehicle.py`` (passes the arguments following it to the SITL instance), followed by ``--sim-address`` to specify Airsim's IP address
521
521
522
-
An example-
522
+
An example:
523
523
524
524
::
525
525
@@ -541,7 +541,7 @@ Using different ports
541
541
- ``--sim-port-in`` should be equal to sensor port i.e. port specified in ``UdpPort``
542
542
- ``--sim-port-out`` should be equal to motor control port i.e. port specified in ``ControlPort``
543
543
544
-
Similar to changing the IP address as mentioned above, use ``-A`` to pass the arguments to the SITL instance. Example-
544
+
Similar to changing the IP address as mentioned above, use ``-A`` to pass the arguments to the SITL instance. Example:
0 commit comments