Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ardupilot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SASC
ardupilot
Commits
fa150577
Commit
fa150577
authored
9 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
Tools: update URLs
parent
012abb28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Tools/ArdupilotMegaPlanner/readme.md
+2
-2
2 additions, 2 deletions
Tools/ArdupilotMegaPlanner/readme.md
Tools/autotest/web-firmware/index.html
+3
-3
3 additions, 3 deletions
Tools/autotest/web-firmware/index.html
Tools/autotest/web/index.html
+1
-1
1 addition, 1 deletion
Tools/autotest/web/index.html
with
6 additions
and
6 deletions
Tools/ArdupilotMegaPlanner/readme.md
+
2
−
2
View file @
fa150577
Mission Planner source code has moved.
Please goto
https://github.com/
diydrones
/MissionPlanner
https://github.com/
ArduPilot
/MissionPlanner
or for those git inclined
https://github.com/
diydrones
/MissionPlanner.git
https://github.com/
ArduPilot
/MissionPlanner.git
This diff is collapsed.
Click to expand it.
Tools/autotest/web-firmware/index.html
+
3
−
3
View file @
fa150577
...
...
@@ -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>
<a
href=
"devbuild"
><img
src=
"images/tools.png"
width=
"80"
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>
<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
version. Note that during some development times the beta release
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
may have unknown bugs and extreme care should be taken by anyone
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
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:
<pre>
...
...
This diff is collapsed.
Click to expand it.
Tools/autotest/web/index.html
+
1
−
1
View file @
fa150577
...
...
@@ -16,7 +16,7 @@
<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>
<h2>
Test Results
</h2>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment