paparazzi-builds
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-builds] [Paparazzi Bamboo] Paparazzi > CI Master > #167 has F


From: Paparazzi build server
Subject: [paparazzi-builds] [Paparazzi Bamboo] Paparazzi > CI Master > #167 has FAILED (9 tests failed, no failures were new). Change made by Felix Ruess.
Date: Mon, 18 Jun 2012 22:54:22 +1000 (EST)

Failed PaparazziCI Master#167 failed

Code has been updated by Felix Ruess.

3/4 jobs failed with 9 failing tests.

Failing Jobs

Job Duration Tests
Failed Build on Mac OS Lion (Build) 15 minutes 2 of 74 failed Logs | Artifacts
Failed Build on Mac OS Snow Leopard (Build) 6 minutes 2 of 58 failed Logs | Artifacts
Failed Build on Ubuntu 10.04 (Build) 8 minutes 5 of 62 failed Logs | Artifacts

Code Changes

View all 8 code changes
Felix Ruess
Merge pull request #209 'fixedwing_ins'
tried to clean ins xsens subsystem up a little for fixedwings

* removed the AhrsEvent
* removed all ahrs things from ins_xsens
* added an InsEvent for fixedwings
* removed some gps stuff from ins_xsens and used the normal gps callbacks instead
* made baud rate for xsens configurable

To use the XSens MTi-G as a full INS (with the xsens GPS):
```xml
<subsystem name="ins" type="xsens">
    <configure name="XSENS_UART_NR" value="3"/>
    <configure name="XSENS_UART_BAUD" value="B115200"/>
</subsystem>
```
to use it only as an IMU (still need to add an AHRS algorithm and other GPS as usual)
```xml
<subsystem name="imu" type="xsens">
    <configure name="XSENS_UART_NR" value="3"/>
    <configure name="XSENS_UART_BAUD" value="B115200"/>
</subsystem>
```
fa1f65c73c3d525b112465ebd0110a975021b330
Felix Ruess
[xsens] new imu xsens subsystem
* use the Xsens to only provide imu measurements
* use an external AHRS algorithm with it
9884442f58b47ae6d324629ff13212b6eb1f7989
Felix Ruess
[xsens] make a struct for the xsens time
2440139fc3d593e8e4ea6e56a44151770dc0a7ae
5 more changes…

Tests

View full test details

9 Existing Test Failures

Test Job
examples_01_compile_all_example_targets_t 22 - The make output for the Microjet target jsbsim does not contain the word "Error" Build on Mac OS Lion
examples_01_compile_all_example_targets_t unknownTestCase Build on Mac OS Lion
examples_01_compile_all_example_targets_t 22 - The make output for the Microjet target jsbsim does not contain the word "Error" Build on Mac OS Snow Leopard
examples_01_compile_all_example_targets_t unknownTestCase Build on Mac OS Snow Leopard
examples_01_compile_all_example_targets_t unknownTestCase Build on Ubuntu 10.04
examples_01_compile_all_example_targets_t 31 - The make output for the Quad_LisaM_2 target nps does not contain the word "Error" Build on Ubuntu 10.04
examples_01_compile_all_example_targets_t 21 - The make output for the LisaLv11_Aspirinv15_Overo_RC target nps does not contain the word "Error" Build on Ubuntu 10.04
examples_01_compile_all_example_targets_t 3 - The make output for the BOOZ2 target nps does not contain the word "Error" Build on Ubuntu 10.04
examples_01_compile_all_example_targets_t 23 - The make output for the LisaLv11_Booz2v12_RC target nps does not contain the word "Error" Build on Ubuntu 10.04

reply via email to

[Prev in Thread] Current Thread [Next in Thread]