mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
Tools: update URLs
This commit is contained in:
parent
012abb28ef
commit
fa15057792
@ -1,6 +1,6 @@
|
|||||||
Mission Planner source code has moved.
|
Mission Planner source code has moved.
|
||||||
|
|
||||||
Please goto
|
Please goto
|
||||||
https://github.com/diydrones/MissionPlanner
|
https://github.com/ArduPilot/MissionPlanner
|
||||||
or for those git inclined
|
or for those git inclined
|
||||||
https://github.com/diydrones/MissionPlanner.git
|
https://github.com/ArduPilot/MissionPlanner.git
|
||||||
|
@ -90,7 +90,7 @@ The software and hardware we provide is only for use in unmanned
|
|||||||
alt="Tools">Tools</a> - Build and development tools<p>
|
alt="Tools">Tools</a> - Build and development tools<p>
|
||||||
<a href="devbuild"><img src="images/tools.png" width="80"
|
<a href="devbuild"><img src="images/tools.png" width="80"
|
||||||
alt="Tools">DevBuild</a> - Developer builds<p>
|
alt="Tools">DevBuild</a> - Developer builds<p>
|
||||||
<a href="http://github.com/diydrones/companion"><img src="images/companion.png" width="78"
|
<a href="http://github.com/ArduPilot/companion"><img src="images/companion.png" width="78"
|
||||||
alt="Companion">Companion</a> - Companion Computer example code <a href="Companion">and Images</a></p><p>
|
alt="Companion">Companion</a> - Companion Computer example code <a href="Companion">and Images</a></p><p>
|
||||||
|
|
||||||
<h2>Types of firmware available</h2>
|
<h2>Types of firmware available</h2>
|
||||||
@ -113,7 +113,7 @@ The meanings of the versions are
|
|||||||
part of beta testing of new versions prior to release as a stable
|
part of beta testing of new versions prior to release as a stable
|
||||||
version. Note that during some development times the beta release
|
version. Note that during some development times the beta release
|
||||||
will be the same as the stable release</li>
|
will be the same as the stable release</li>
|
||||||
<li><b>latest</b> - this is the latest version from our <a href="http://github.com/diydrones">git source
|
<li><b>latest</b> - this is the latest version from our <a href="http://github.com/ArduPilot">git source
|
||||||
code repository</a>. This version is only for developers. The code
|
code repository</a>. This version is only for developers. The code
|
||||||
may have unknown bugs and extreme care should be taken by anyone
|
may have unknown bugs and extreme care should be taken by anyone
|
||||||
using it</li>
|
using it</li>
|
||||||
@ -161,7 +161,7 @@ avrdude -patmega1280 -cstk500v1 -P /dev/ttyUSB1 -b115200 -D -Uflash:w:ArduPlane.
|
|||||||
|
|
||||||
To load a PX4FMU firmware on a Linux or MacOS machine you will need to
|
To load a PX4FMU firmware on a Linux or MacOS machine you will need to
|
||||||
use
|
use
|
||||||
the <a href="https://raw.github.com/diydrones/PX4Firmware/master/Tools/px_uploader.py">px_uploader.py</a>
|
the <a href="https://raw.github.com/ArduPilot/PX4Firmware/master/Tools/px_uploader.py">px_uploader.py</a>
|
||||||
python script. You can run it like this:
|
python script. You can run it like this:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<h2>Automatic test run at ${date}</h2>
|
<h2>Automatic test run at ${date}</h2>
|
||||||
|
|
||||||
<div id="git">Test run on git commit <a href="https://github.com/diydrones/ardupilot/commit/${githash}">${githash}</a>
|
<div id="git">Test run on git commit <a href="https://github.com/ArduPilot/ardupilot/commit/${githash}">${githash}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Test Results</h2>
|
<h2>Test Results</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user