mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 01:33:56 -04:00
AP_NavEKF3: fix python files exec permissions
This commit is contained in:
parent
58ceecc4bf
commit
21890000f7
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# Taken from https://github.com/PX4/ecl/commit/264c8c4e8681704e4719d0a03b848df8617c0863
|
||||
# and modified for ArduPilot
|
||||
|
1
libraries/AP_NavEKF3/derivation/main.py
Normal file → Executable file
1
libraries/AP_NavEKF3/derivation/main.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copied from https://github.com/PX4/ecl/commit/264c8c4e8681704e4719d0a03b848df8617c0863
|
||||
# and modified for ArduPilot
|
||||
from sympy import *
|
||||
|
Loading…
Reference in New Issue
Block a user