forked from ArduPilot/apm_planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apm_planner_version.json
60 lines (60 loc) · 2.15 KB
/
apm_planner_version.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"version": "1.0",
"encoding": "UTF-8",
"releases": [
{
"platform": "osx",
"type": "stable",
"url": "https://firmware.ardupilot.org/Tools/APMPlanner/v2.0/apm_planner_2.0.26_osx.dmg",
"name" : "apm_planner_2.0.26_osx.dmg",
"version" : "2.0.26",
"sha" : "",
"date" : "2018-07-09"
},
{
"platform": "win",
"type": "stable",
"url": "https://github.com/ArduPilot/apm_planner/releases/download/2.0.28-rc1/apm_planner_2.0.28-rc1_win64.exe",
"name" : "apm_planner_2.0.28-rc1_win64.exe",
"version": "2.0.28",
"sha" : "",
"date" : "2020-05-16"
},
{
"platform": "ubuntu64",
"type": "stable",
"url": "https://github.com/ArduPilot/apm_planner/releases/download/2.0.29-rc1/APM-Planner_2-2.0.29-rc1-x86_64.AppImage",
"name" : "APM-Planner_2-2.0.29-rc1-x86_64.AppImage",
"version": "2.0.29",
"sha" : "",
"date" : "2021-04-11"
},
{
"platform": "osx",
"type": "beta",
"url": "https://firmware.ardupilot.org/Tools/APMPlanner/v2.0/apm_planner_2.0.30-rc1_osx.dmg",
"name" : "apm_planner_2.0.30-rc1_osx.dmg",
"version" : "2.0.30-rc1",
"sha" : "",
"date" : "2021-10-31"
},
{
"platform": "win",
"type": "beta",
"url": "https://github.com/ArduPilot/apm_planner/releases/download/2.0.28-rc1/apm_planner_2.0.28-rc1_win64.exe",
"name" : "apm_planner_2.0.28-rc1_win64.exe",
"version": "2.0.28",
"sha" : "",
"date" : "2020-05-16"
},
{
"platform": "ubuntu64",
"type": "beta",
"url": "https://github.com/ArduPilot/apm_planner/releases/download/2.0.30-rc3/APM-Planner_2-2.0.30-rc3-x86_64.AppImage",
"name" : "APM-Planner_2-2.0.30-rc3-x86_64.AppImage",
"version": "2.0.30-rc3",
"sha" : "",
"date" : "2023-03-11"
}
]
}