init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
*.fig binary
|
||||
*.mat binary
|
||||
*.mdl binary diff merge=mlAutoMerge
|
||||
*.mdlp binary
|
||||
*.mexa64 binary
|
||||
*.mexw64 binary
|
||||
*.mexmaci64 binary
|
||||
*.mlapp binary
|
||||
*.mldatx binary
|
||||
*.mlproj binary
|
||||
*.mlx binary
|
||||
*.p binary
|
||||
*.sfx binary
|
||||
*.sldd binary
|
||||
*.slreqx binary merge=mlAutoMerge
|
||||
*.slmx binary merge=mlAutoMerge
|
||||
*.sltx binary
|
||||
*.slxc binary
|
||||
*.slx binary merge=mlAutoMerge
|
||||
*.slxp binary
|
||||
|
||||
## Other common binary file types
|
||||
*.docx binary
|
||||
*.exe binary
|
||||
*.jpg binary
|
||||
*.pdf binary
|
||||
*.png binary
|
||||
*.xlsx binary
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
work/
|
||||
docs/
|
||||
*.asv
|
||||
*~
|
||||
*.autosave/
|
||||
*.slxc/
|
||||
*.slx.*/
|
||||
.vscode/.cortex-debug.*/
|
||||
.vscode/settings.json/
|
||||
.doc/recording/*.DAT/
|
||||
.doc/recording/*.DAT.mat/
|
||||
*.qmlc/
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
[submodule "libraries/ap_comm"]
|
||||
path = libraries/ap_comm
|
||||
url = git@sh.matthewgong.com:matt/ap_comm.git
|
||||
[submodule "libraries/xml2mdl"]
|
||||
path = libraries/xml2mdl
|
||||
url = git@sh.matthewgong.com:matt/xml2mdl.git
|
||||
[submodule "libraries/trimmingflight"]
|
||||
path = libraries/trimmingflight
|
||||
url = git@sh.matthewgong.com:matt/trimmingflight.git
|
||||
[submodule "libraries/param"]
|
||||
path = libraries/param
|
||||
url = git@sh.matthewgong.com:matt/slparam.git
|
||||
[submodule "libraries/mission"]
|
||||
path = libraries/mission
|
||||
url = git@sh.matthewgong.com:matt/slmission.git
|
||||
[submodule "libraries/hpm6750ap_tsp"]
|
||||
path = libraries/hpm6750ap_tsp
|
||||
url = git@sh.matthewgong.com:matt/hpm6750ap_tsp.git
|
||||
[submodule "libraries/slmavlink"]
|
||||
path = libraries/slmavlink
|
||||
url = git@sh.matthewgong.com:matt/slmavlink.git
|
||||
[submodule "libraries/ins"]
|
||||
path = libraries/ins
|
||||
url = git@sh.matthewgong.com:matt/ins.git
|
||||
[submodule "libraries/tqhk_common"]
|
||||
path = libraries/tqhk_common
|
||||
url = git@sh.matthewgong.com:matt/tqhk_common.git
|
||||
@@ -1,93 +1,5 @@
|
||||
# sunny360vfe_proj
|
||||
# sunny360vfe from template
|
||||
|
||||
|
||||
|
||||
## Getting started
|
||||
|
||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||
|
||||
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
||||
|
||||
## Add your files
|
||||
|
||||
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||
- [ ] [Add files using the command line](https://docs.gitlab.com/topics/git/add_files/#add-files-to-a-git-repository) or push an existing Git repository with the following command:
|
||||
|
||||
```
|
||||
cd existing_repo
|
||||
git remote add origin https://sh.matthewgong.com/LyuWeiye/sunny360vfe_proj.git
|
||||
git branch -M main
|
||||
git push -uf origin main
|
||||
```
|
||||
|
||||
## Integrate with your tools
|
||||
|
||||
- [ ] [Set up project integrations](https://sh.matthewgong.com/LyuWeiye/sunny360vfe_proj/-/settings/integrations)
|
||||
|
||||
## Collaborate with your team
|
||||
|
||||
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
||||
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
||||
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
||||
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
||||
- [ ] [Set auto-merge](https://docs.gitlab.com/user/project/merge_requests/auto_merge/)
|
||||
|
||||
## Test and Deploy
|
||||
|
||||
Use the built-in continuous integration in GitLab.
|
||||
|
||||
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/)
|
||||
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
||||
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
||||
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
||||
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
||||
|
||||
***
|
||||
|
||||
# Editing this README
|
||||
|
||||
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
||||
|
||||
## Suggestions for a good README
|
||||
|
||||
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
||||
|
||||
## Name
|
||||
Choose a self-explaining name for your project.
|
||||
|
||||
## Description
|
||||
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
||||
|
||||
## Badges
|
||||
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
||||
|
||||
## Visuals
|
||||
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
||||
|
||||
## Installation
|
||||
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
||||
|
||||
## Usage
|
||||
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
||||
|
||||
## Support
|
||||
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
||||
|
||||
## Roadmap
|
||||
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
||||
|
||||
## Contributing
|
||||
State if you are open to contributions and what your requirements are for accepting them.
|
||||
|
||||
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
||||
|
||||
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
||||
|
||||
## Authors and acknowledgment
|
||||
Show your appreciation to those who have contributed to the project.
|
||||
|
||||
## License
|
||||
For open source projects, say how it is licensed.
|
||||
|
||||
## Project status
|
||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
||||
Please change on demand.
|
||||
------------------------
|
||||
copyright@2020 matt@matthewgong.com
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
classdef ENUM_AFCS_LAT < Simulink.IntEnumType
|
||||
enumeration
|
||||
OFF (0)
|
||||
LNAV2PHI (1)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'AFCS lateral type';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_AFCS_LAT.OFF;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
classdef ENUM_AFCS_VERT < Simulink.IntEnumType
|
||||
enumeration
|
||||
OFF (0)
|
||||
VNAV2THT (1)
|
||||
HDOT2THT (2)
|
||||
GAMMA2THT (3)
|
||||
AS2THT (4)
|
||||
H2THT (5)
|
||||
AGL2THT (6)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'AFCS vertical type';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_AFCS_VERT.OFF;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
classdef ENUM_AS_SEL < Simulink.IntEnumType
|
||||
enumeration
|
||||
IAS (0)
|
||||
TAS (1)
|
||||
MACH (2)
|
||||
QC_TAS (3)
|
||||
GLIDE_TAS (4)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'Air Spped selection for Autopilot';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_AS_SEL.IAS;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
classdef ENUM_AT < Simulink.IntEnumType
|
||||
enumeration
|
||||
OFF (0)
|
||||
MANUAL (1)
|
||||
COMMAND(2)
|
||||
AS (3)
|
||||
GS (4)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'Auto throttle type';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_AT.OFF;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
classdef ENUM_CSAS_PITCH < Simulink.IntEnumType
|
||||
enumeration
|
||||
OFF (0)
|
||||
COMMAND(1)
|
||||
THT_CTRL (2)
|
||||
Q_CTRL (3)
|
||||
DAMPING (4)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'CSAS Pitch type';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_CSAS_PITCH.OFF;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
classdef ENUM_CSAS_ROLL < Simulink.IntEnumType
|
||||
enumeration
|
||||
OFF (0)
|
||||
COMMAND(1)
|
||||
ROLL_CTRL (2)
|
||||
ROLLRATE_CTRL (3)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'CSAS roll type';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_CSAS_ROLL.OFF;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
classdef ENUM_CSAS_YAW < Simulink.IntEnumType
|
||||
enumeration
|
||||
OFF (0)
|
||||
COMMAND (1)
|
||||
DAMPING (2)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'CSAS Yaw type';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_CSAS_YAW.OFF;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
classdef ENUM_auto_level3 < Simulink.IntEnumType
|
||||
enumeration
|
||||
mission (0)
|
||||
loiter (1)
|
||||
RTL (2)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'auto level3';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_auto_level3.mission;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
classdef ENUM_mission_level4 < Simulink.IntEnumType
|
||||
enumeration
|
||||
IDLE (0)
|
||||
WAYPOINT (MAV.MAV_CMD_NAV_WAYPOINT)
|
||||
LOITER (MAV.MAV_CMD_NAV_LOITER_UNLIM)
|
||||
RTL (MAV.MAV_CMD_NAV_RETURN_TO_LAUNCH)
|
||||
TAKEOFF (MAV.MAV_CMD_NAV_TAKEOFF)
|
||||
LANDING (MAV.MAV_CMD_NAV_LAND)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'Nav Modes';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_mission_level4.IDLE;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
classdef ENUM_mode < Simulink.IntEnumType
|
||||
enumeration
|
||||
MANUAL (bitshift(uint32(1),16))
|
||||
ALTCTL (bitshift(uint32(2),16))
|
||||
POSCTL (bitshift(uint32(3),16))
|
||||
AUTO (bitshift(uint32(4),16))
|
||||
ACRO (bitshift(uint32(5),16))
|
||||
OFFBOARD (bitshift(uint32(6),16))
|
||||
STABILIZED (bitshift(uint32(7),16))
|
||||
RATTITUDE (bitshift(uint32(8),16))
|
||||
SIMPLE (bitshift(uint32(8),16))
|
||||
STANDBY (bitshift(uint32(9),16))
|
||||
BIT (bitshift(uint32(10),16))
|
||||
AUTO_READY (bitshift(uint32(4),16)+bitshift(uint32(1),24))
|
||||
AUTO_TAKEOFF (bitshift(uint32(4),16)+bitshift(uint32(2),24))
|
||||
AUTO_LOITER (bitshift(uint32(4),16)+bitshift(uint32(3),24))
|
||||
AUTO_MISSION (bitshift(uint32(4),16)+bitshift(uint32(4),24))
|
||||
AUTO_RTL (bitshift(uint32(4),16)+bitshift(uint32(5),24))
|
||||
AUTO_LAND (bitshift(uint32(4),16)+bitshift(uint32(6),24))
|
||||
AUTO_RTGS (bitshift(uint32(4),16)+bitshift(uint32(7),24))
|
||||
AUTO_FOLLOW_TARGET (bitshift(uint32(4),16)+bitshift(uint32(8),24))
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'System Automation Modes';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_mode.MANUAL;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
classdef ENUM_operational_level2 < Simulink.IntEnumType
|
||||
enumeration
|
||||
AUTO (0)
|
||||
SEMI_AUTO (1)
|
||||
MANUAL (2)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
classdef ENUM_semiauto_level3 < Simulink.IntEnumType
|
||||
enumeration
|
||||
attitude (0)
|
||||
rattitude (1)
|
||||
alt_hold (2)
|
||||
end
|
||||
methods (Static = true)
|
||||
function retVal = getDescription()
|
||||
retVal = 'semiauto level3';
|
||||
end
|
||||
function retVal = getDefaultValue()
|
||||
retVal = ENUM_semiauto_level3.attitude;
|
||||
end
|
||||
function retVal = addClassNameToEnumNames()
|
||||
retVal = true;
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
classdef ENUM_sysauto_level1 < Simulink.IntEnumType
|
||||
enumeration
|
||||
operational (0)
|
||||
xbit(1)
|
||||
standby (2)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,81 @@
|
||||
|
||||
/*
|
||||
* Include Files
|
||||
*
|
||||
*/
|
||||
#if defined(MATLAB_MEX_FILE)
|
||||
#include "tmwtypes.h"
|
||||
#include "simstruc_types.h"
|
||||
#else
|
||||
#include "rtwtypes.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* %%%-SFUNWIZ_wrapper_includes_Changes_BEGIN --- EDIT HERE TO _END */
|
||||
#include <stddef.h>
|
||||
#ifdef HAL_IMPL
|
||||
#include "param_pre.h"
|
||||
#endif
|
||||
|
||||
/* %%%-SFUNWIZ_wrapper_includes_Changes_END --- EDIT HERE TO _BEGIN */
|
||||
#define u_width 1
|
||||
|
||||
/*
|
||||
* Create external references here.
|
||||
*
|
||||
*/
|
||||
/* %%%-SFUNWIZ_wrapper_externs_Changes_BEGIN --- EDIT HERE TO _END */
|
||||
static void pack(uint8_T *pkg, uint16_T *len, const int_T y_width, uint8_T *ts, uint8_T *src, uint16_T length)
|
||||
{
|
||||
uint8_T sum;
|
||||
int16_T i,j;
|
||||
sum = 0;
|
||||
for (i = 0; i < 4; ++i)
|
||||
{
|
||||
pkg[i] = ts[i];
|
||||
sum += ts[i];
|
||||
}
|
||||
if (length > y_width - 5)
|
||||
{
|
||||
length = y_width - 5;
|
||||
}
|
||||
for (i = 0, j = 4; i < length; ++i,++j)
|
||||
{
|
||||
pkg[j] = src[i];
|
||||
sum += src[i];
|
||||
}
|
||||
pkg[j] = sum;
|
||||
len[0] = length+4;
|
||||
}
|
||||
|
||||
|
||||
/* %%%-SFUNWIZ_wrapper_externs_Changes_END --- EDIT HERE TO _BEGIN */
|
||||
|
||||
/*
|
||||
* Output function
|
||||
*
|
||||
*/
|
||||
void hal_rec_Outputs_wrapper(const uint8_T *id,
|
||||
const uint32_T *time_stamp,
|
||||
uint8_T *pkg,
|
||||
uint16_T *len,
|
||||
const int_T y_width)
|
||||
{
|
||||
/* %%%-SFUNWIZ_wrapper_Outputs_Changes_BEGIN --- EDIT HERE TO _END */
|
||||
switch (id[0])
|
||||
{
|
||||
#ifdef HAL_IMPL
|
||||
case 1:
|
||||
pack(pkg, len, y_width, (uint8_T *)time_stamp, (uint8_T *)&rec_hi, sizeof(rec_hi));
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
pack(pkg, len, y_width, (uint8_T *)time_stamp, NULL, 0u);
|
||||
}
|
||||
|
||||
|
||||
/* %%%-SFUNWIZ_wrapper_Outputs_Changes_END --- EDIT HERE TO _BEGIN */
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,370 @@
|
||||
{
|
||||
"fileType": "Plan",
|
||||
"geoFence": {
|
||||
"circles": [
|
||||
],
|
||||
"polygons": [
|
||||
],
|
||||
"version": 2
|
||||
},
|
||||
"groundStation": "QGroundControl",
|
||||
"mission": {
|
||||
"cruiseSpeed": 15,
|
||||
"firmwareType": 0,
|
||||
"hoverSpeed": 5,
|
||||
"items": [
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 3000,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 22,
|
||||
"doJumpId": 1,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
-15,
|
||||
0,
|
||||
0,
|
||||
null,
|
||||
34.95555856595012,
|
||||
113.27424967403857,
|
||||
3000
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 2500,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 2,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.93641389396062,
|
||||
113.228348781644,
|
||||
2500
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 2200,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 3,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.96023132019917,
|
||||
113.21522283630821,
|
||||
2200
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 1900,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 4,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.973157843453336,
|
||||
113.24637337260594,
|
||||
1900
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 1600,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 5,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.950129827882954,
|
||||
113.26122692488633,
|
||||
1600
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 1300,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 6,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.93675907333578,
|
||||
113.22918426423394,
|
||||
1300
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 1000,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 7,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.96053018154985,
|
||||
113.21596096241382,
|
||||
1000
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 700,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 8,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.973647489904025,
|
||||
113.24755674144262,
|
||||
700
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": null,
|
||||
"Altitude": 400,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 9,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.950663167045924,
|
||||
113.26250895797244,
|
||||
400
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"autoContinue": true,
|
||||
"command": 178,
|
||||
"doJumpId": 10,
|
||||
"frame": 2,
|
||||
"params": [
|
||||
0,
|
||||
65,
|
||||
-1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 403,
|
||||
"Altitude": 300,
|
||||
"AltitudeMode": 3,
|
||||
"autoContinue": true,
|
||||
"command": 21,
|
||||
"doJumpId": 11,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
null,
|
||||
34.94217527694478,
|
||||
113.24217011944279,
|
||||
403
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 399,
|
||||
"Altitude": 300,
|
||||
"AltitudeMode": 3,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 12,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
null,
|
||||
34.93579014463189,
|
||||
113.22687673124824,
|
||||
399
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 3099,
|
||||
"Altitude": 3000,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 13,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
null,
|
||||
34.95493578573956,
|
||||
113.27275636718281,
|
||||
3000
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 2299,
|
||||
"Altitude": 2200,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 14,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.936109689355554,
|
||||
113.2276220003443,
|
||||
2200
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 1701,
|
||||
"Altitude": 1600,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 15,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.95982543,
|
||||
113.21425463,
|
||||
1600
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 1902,
|
||||
"Altitude": 1000,
|
||||
"AltitudeMode": 2,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 16,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.97278824307094,
|
||||
113.24547240412778,
|
||||
1000
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 399,
|
||||
"Altitude": 300,
|
||||
"AltitudeMode": 3,
|
||||
"autoContinue": true,
|
||||
"command": 16,
|
||||
"doJumpId": 17,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
200,
|
||||
1400,
|
||||
null,
|
||||
34.94966012587912,
|
||||
113.26011368996836,
|
||||
399
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
},
|
||||
{
|
||||
"AMSLAltAboveTerrain": 402,
|
||||
"Altitude": 300,
|
||||
"AltitudeMode": 3,
|
||||
"autoContinue": true,
|
||||
"command": 21,
|
||||
"doJumpId": 18,
|
||||
"frame": 0,
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
null,
|
||||
34.94177885894797,
|
||||
113.24121878924217,
|
||||
402
|
||||
],
|
||||
"type": "SimpleItem"
|
||||
}
|
||||
],
|
||||
"plannedHomePosition": [
|
||||
36.120728506176874,
|
||||
114.08166794,
|
||||
161
|
||||
],
|
||||
"vehicleType": 1,
|
||||
"version": 2
|
||||
},
|
||||
"rallyPoints": {
|
||||
"points": [
|
||||
],
|
||||
"version": 2
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule
+1
Submodule libraries/ap_comm added at 809fd72376
Submodule
+1
Submodule libraries/hpm6750ap_tsp added at 71a0d4de70
Submodule
+1
Submodule libraries/ins added at 175923e145
Submodule
+1
Submodule libraries/mission added at f8b62d59b9
Submodule
+1
Submodule libraries/param added at a493179968
Submodule
+1
Submodule libraries/slmavlink added at e3137db77c
Submodule
+1
Submodule libraries/tqhk_common added at 395a5cd3f5
Submodule
+1
Submodule libraries/trimmingflight added at 3d611de881
Submodule
+1
Submodule libraries/xml2mdl added at 408f19acd6
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="1" type="DIR_SIGNIFIER"/>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info>
|
||||
<Category UUID="FileClassCategory">
|
||||
<Label UUID="design"/>
|
||||
</Category>
|
||||
</Info>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="shutdown.m" type="File"/>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info>
|
||||
<Category UUID="FileClassCategory">
|
||||
<Label UUID="design"/>
|
||||
</Category>
|
||||
</Info>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="startVars.m" type="File"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="1" type="DIR_SIGNIFIER"/>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info>
|
||||
<Category UUID="FileClassCategory">
|
||||
<Label UUID="design"/>
|
||||
</Category>
|
||||
</Info>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="startup.m" type="File"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="utilities" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="50613664-ee53-49ba-b314-5a21bf567dd4" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/hpm6750ap_tsp" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="dc9b7293-8645-4f40-96e0-cccf2347713b" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="tasks" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="66015d65-e81e-40bd-aeff-94220c3946e3" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/xml2mdl" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="94764128-9fd1-4b01-ab72-512ea10d424a" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/mission" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="730eb633-c5bd-42f8-88f7-91f174b26af2" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/trimmingflight" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="c02589f2-42f2-4eb6-8945-fce583dfcbdb" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/slmavlink" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="c6fb3e3f-e8b8-4287-8948-63fce5b5ee77" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/ap_comm/models" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="d99c0247-b62a-456e-a174-c2ed0ace5d9f" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/ap_comm/mainModels" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="e67ab8a0-930e-476a-9ceb-f711611dca33" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/ap_comm/tasks" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="8717b0d2-34bc-4ce8-9841-97d1a6bd5e09" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="models" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="2f6e9255-d21e-4f81-88d5-a44385a11f96" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/ap_comm/controllers" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="62ba3b63-26f0-48f0-bbd5-0358ff7418f3" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/param" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="4e05a2af-e058-42b4-a1f2-4673b5b1ea8d" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="test" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="253388cf-0e46-4019-b7f2-77d3107eef41" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/tqhk_common" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="aefe166a-8fb6-4df9-844b-0d11ec237891" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/ap_comm/utilities" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="ffd82e83-08fb-4b53-a48c-90472aeccc61" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="mainModels" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="3c1f4c52-7e25-4de7-862c-5f61dd99f4bd" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="controllers" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="a70439b1-e8f7-4768-93dc-36355c5bc99e" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="libraries/ins" Type="Relative"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="b7ffced3-8253-4c8c-8783-46080abf0e23" type="Reference"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="1" type="DIR_SIGNIFIER"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="1" type="DIR_SIGNIFIER"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Type="Shutdown" Visible="0" Icon="" File="utilities/shutdown.m" Name="shutdown"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="cd5d785e-872b-438f-abca-8389feac36af" type="EntryPoint"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Type="StartUp" Visible="0" Icon="" File="utilities/startup.m" Name="startup"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="fc6e16c1-1f30-4d0d-a016-7c0223ebd0c1" type="EntryPoint"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info ReadOnly="READ_ONLY" Name="Test"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="test" type="Label"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info ReadOnly="READ_ONLY" Name="Other"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="other" type="Label"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info ReadOnly="READ_ONLY" Name="Convenience"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="convenience" type="Label"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info ReadOnly="READ_ONLY" Name="None"/>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info location="none" type="Label"/>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user