Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mkimsri authored Jul 25, 2024
1 parent aad160c commit 1e0479f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/ardupilot/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,20 @@ Start SITL simulator.

vagrant ssh -c "sim_vehicle.py -v ArduCopter --console --map -m --out=127.0.0.1:14550"

If you encounter the DISPLAY error (e.g., xterm: Xt error: Can’t open display: 0.0), edit the */etc/ssh/sshd_config* file.

::

X11Forwarding yes

If you encounter the following error:

::

Connect tcp:127.0.0.1:5760 source_system=255
Failed to connect to tcp:127.0.0.1:5760 : [Errno 111] Connection refused

Consider adding a delay before starting SIM_VEHICLE. The *-N* option below skips the build."
Consider adding a delay before starting mavproxy. The *-N* option below skips the build. More options can be found in the */vagrant/Tools/autotest/sim_vehicle.py* file.

::

Expand Down

0 comments on commit 1e0479f

Please sign in to comment.