Skip to content

Commit

Permalink
Update v1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza787b authored Nov 18, 2023
1 parent 73b422c commit d963a76
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,22 @@ <h2>Clone and Build PX4</h2>
<h2>Configuration</h2>



<h3>Set Up QGroundControl</h3>
<p>For direct connection on Mac/Linux, QGroundControl should auto-connect.</p>
<p>For remote connection (e.g., WSL2):</p>
<ul>
<li>Open Application Settings in QGroundControl.</li>
<li>Go to Comm Links.</li>
<li>Add a new connection with the WSL2 IP to UDP port 18570.</li>
</ul>

<h3>Run X-Plane and Load Drone</h3>
<p>Start X-Plane and load the Quadricopter eVTOL Air Taxi.</p>

<h3>Configure PX4 SITL</h3>
<p>In WSL2, check your IP address:(eg. 172.21.144.1)</p>
<p>In Windows Terminal, check your IP address:(eg. 172.21.144.1)</p>
<div class="command">
<code>ifconfig</code>
<code>ipconfig</code>
</div>
<p>Set the PX4 simulation hostname with your IP:</p>
<div class="command">
Expand All @@ -273,14 +280,7 @@ <h3>Connect X-Plane to PX4 SITL</h3>
<li>Choose 'Connect to SITL'.</li>
</ul>

<h3>Set Up QGroundControl</h3>
<p>For direct connection on Mac/Linux, QGroundControl should auto connect.</p>
<p>For remote connection (e.g., WSL2):</p>
<ul>
<li>Open Application Settings in QGroundControl.</li>
<li>Go to Comm Links.</li>
<li>Add a new connection with the WSL2 IP to UDP port 18570.</li>
</ul>


<h3>Load Parameters in QGroundControl</h3>
<p>To load parameters:</p>
Expand Down

0 comments on commit d963a76

Please sign in to comment.