mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
4266e924d0
This unit test already shows that rotation is wrong for ROTATION_YAW_293_PITCH_68_ROLL_90.
11 lines
144 B
Python
11 lines
144 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
import ardupilotwaf
|
|
|
|
def build(bld):
|
|
ardupilotwaf.find_tests(
|
|
bld,
|
|
use='ap',
|
|
)
|