Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MAVProxy
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
MAVProxy
Commits
b4cebd52
Commit
b4cebd52
authored
8 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
moved URLs to ardupilot github
parent
f3e39955
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
MAVProxy/modules/mavproxy_help.py
+2
-2
2 additions, 2 deletions
MAVProxy/modules/mavproxy_help.py
README.md
+2
-2
2 additions, 2 deletions
README.md
setup.py
+2
-2
2 additions, 2 deletions
setup.py
windows/mavproxy.iss
+2
-2
2 additions, 2 deletions
windows/mavproxy.iss
with
8 additions
and
8 deletions
MAVProxy/modules/mavproxy_help.py
+
2
−
2
View file @
b4cebd52
...
@@ -76,7 +76,7 @@ class HelpModule(mp_module.MPModule):
...
@@ -76,7 +76,7 @@ class HelpModule(mp_module.MPModule):
if
mp_util
.
has_wxpython
:
if
mp_util
.
has_wxpython
:
self
.
menu_added_console
=
False
self
.
menu_added_console
=
False
self
.
menu
=
MPMenuSubMenu
(
'
Help
'
,
self
.
menu
=
MPMenuSubMenu
(
'
Help
'
,
items
=
[
MPMenuItem
(
'
MAVProxy website
'
,
'
MAVProxy website
'
,
''
,
handler
=
MPMenuOpenWeblink
(
'
http://
dronecode
.github.io/MAVProxy/
'
)),
items
=
[
MPMenuItem
(
'
MAVProxy website
'
,
'
MAVProxy website
'
,
''
,
handler
=
MPMenuOpenWeblink
(
'
http://
ardupilot
.github.io/MAVProxy/
'
)),
MPMenuItem
(
'
Check for Updates
'
,
'
Check for Updates
'
,
''
,
handler
=
MPMenuChildMessageDialog
(
title
=
"
Updates
"
,
message
=
self
.
newversion
)),
MPMenuItem
(
'
Check for Updates
'
,
'
Check for Updates
'
,
''
,
handler
=
MPMenuChildMessageDialog
(
title
=
"
Updates
"
,
message
=
self
.
newversion
)),
MPMenuItem
(
'
About
'
,
'
About
'
,
''
,
handler
=
MPMenuChildMessageDialog
(
title
=
"
About MAVProxy
"
,
message
=
"
MAVProxy Version
"
+
self
.
version
+
"
\n
OS:
"
+
self
.
host
+
"
\n
Python
"
+
self
.
pythonversion
+
"
\n
WXPython
"
+
self
.
wxVersion
))])
MPMenuItem
(
'
About
'
,
'
About
'
,
''
,
handler
=
MPMenuChildMessageDialog
(
title
=
"
About MAVProxy
"
,
message
=
"
MAVProxy Version
"
+
self
.
version
+
"
\n
OS:
"
+
self
.
host
+
"
\n
Python
"
+
self
.
pythonversion
+
"
\n
WXPython
"
+
self
.
wxVersion
))])
...
@@ -102,7 +102,7 @@ class HelpModule(mp_module.MPModule):
...
@@ -102,7 +102,7 @@ class HelpModule(mp_module.MPModule):
if
args
[
0
]
==
"
about
"
:
if
args
[
0
]
==
"
about
"
:
print
(
"
MAVProxy Version
"
+
self
.
version
+
"
\n
OS:
"
+
self
.
host
+
"
\n
Python
"
+
self
.
pythonversion
)
print
(
"
MAVProxy Version
"
+
self
.
version
+
"
\n
OS:
"
+
self
.
host
+
"
\n
Python
"
+
self
.
pythonversion
)
elif
args
[
0
]
==
"
site
"
:
elif
args
[
0
]
==
"
site
"
:
print
(
"
See http://
dronecode
.github.io/MAVProxy/ for documentation
"
)
print
(
"
See http://
ardupilot
.github.io/MAVProxy/ for documentation
"
)
else
:
else
:
self
.
print_usage
()
self
.
print_usage
()
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
b4cebd52
...
@@ -2,7 +2,7 @@ MAVProxy
...
@@ -2,7 +2,7 @@ MAVProxy
This is a MAVLink ground station written in python.
This is a MAVLink ground station written in python.
Please see http://
Dronecode
.github.io/MAVProxy/ for more information
Please see http://
ardupilot
.github.io/MAVProxy/ for more information
This ground station was developed as part of the CanberraUAV OBC team
This ground station was developed as part of the CanberraUAV OBC team
entry
entry
...
@@ -12,4 +12,4 @@ License
...
@@ -12,4 +12,4 @@ License
MAVProxy is released under the GNU General Public License v3 or later
MAVProxy is released under the GNU General Public License v3 or later
[

](https://gitter.im/
Dronecode
/MAVProxy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[

](https://gitter.im/
ArduPilot
/MAVProxy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
b4cebd52
...
@@ -30,9 +30,9 @@ control modules. MAVProxy is extensible via a modules system - see the modules
...
@@ -30,9 +30,9 @@ control modules. MAVProxy is extensible via a modules system - see the modules
subdirectory for some example modules. MAVProxy was developed by CanberraUAV
subdirectory for some example modules. MAVProxy was developed by CanberraUAV
for use in the 2012 Outback Challenge, and includes a module for the
for use in the 2012 Outback Challenge, and includes a module for the
CanberraUAV search and rescue system. See
CanberraUAV search and rescue system. See
http://
Dronecode
.github.io/MAVProxy/ for more information
http://
ardupilot
.github.io/MAVProxy/ for more information
on how to use MAVProxy.
'''
,
on how to use MAVProxy.
'''
,
url
=
'
https://github.com/
Dronecode
/MAVProxy
'
,
url
=
'
https://github.com/
ArduPilot
/MAVProxy
'
,
author
=
'
Andrew Tridgell
'
,
author
=
'
Andrew Tridgell
'
,
author_email
=
'
andrew@tridgell.net
'
,
author_email
=
'
andrew@tridgell.net
'
,
classifiers
=
[
classifiers
=
[
...
...
This diff is collapsed.
Click to expand it.
windows/mavproxy.iss
+
2
−
2
View file @
b4cebd52
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
; Note MyAppVersion is defined in MAVProxyWinBuild.bat
; Note MyAppVersion is defined in MAVProxyWinBuild.bat
; #define MyAppVersion {code:GetVersion}
; #define MyAppVersion {code:GetVersion}
#define MyAppPublisher "Andrew Tridgell"
#define MyAppPublisher "Andrew Tridgell"
#define MyAppURL "http://
Dronecode
.github.io/MAVProxy"
#define MyAppURL "http://
ardupilot
.github.io/MAVProxy"
#define MyAppExeName "mavproxy.exe"
#define MyAppExeName "mavproxy.exe"
[Setup]
[Setup]
...
@@ -50,7 +50,7 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
...
@@ -50,7 +50,7 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\MAVExplorer"; Filename: "{app}\MAVExplorer.exe"
Name: "{group}\MAVExplorer"; Filename: "{app}\MAVExplorer.exe"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{group}\{cm:UninstallProgram, {#MyAppName}}"; Filename: "{uninstallexe}"
Name: "{group}\{cm:UninstallProgram, {#MyAppName}}"; Filename: "{uninstallexe}"
Name: "{group}\Documentation"; Filename: "http://
Dronecode
.github.io/MAVProxy/"
Name: "{group}\Documentation"; Filename: "http://
ardupilot
.github.io/MAVProxy/"
[Run]
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
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