[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 24143d: [state interface] upda
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 24143d: [state interface] update stateCalcPositionLla_i |
Date: |
Fri, 05 Dec 2014 10:31:50 -0800 |
Branch: refs/heads/state_calc_lla_i
Home: https://github.com/paparazzi/paparazzi
Commit: 24143d33292856b26100579ec9ab91cec646439c
https://github.com/paparazzi/paparazzi/commit/24143d33292856b26100579ec9ab91cec646439c
Author: Felix Ruess <address@hidden>
Date: 2014-12-05 (Fri, 05 Dec 2014)
Changed paths:
M sw/airborne/state.c
Log Message:
-----------
[state interface] update stateCalcPositionLla_i
Since LLA in float has bad precision, make this the last choice...
So we mostly first convert to ECEF and then use lla_of_ecef_i
which provides higher precision but is currently using the double function
internally.
Also add mission conversions from ENU.
Commit: 7297617e491dcdbd362b015effc14e15decc159a
https://github.com/paparazzi/paparazzi/commit/7297617e491dcdbd362b015effc14e15decc159a
Author: Felix Ruess <address@hidden>
Date: 2014-12-05 (Fri, 05 Dec 2014)
Changed paths:
M sw/airborne/math/Makefile
M tests/math/.gitignore
M tests/math/Makefile
A tests/math/test_state_interface.c
Log Message:
-----------
[tests] add first tests for state interface
and quiet some build output
Compare:
https://github.com/paparazzi/paparazzi/compare/0b307ec17901...7297617e491d
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 24143d: [state interface] update stateCalcPositionLla_i,
GitHub <=