mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
[ins] remove obsolete ins update functions on baro and sonar
This commit is contained in:
@@ -64,8 +64,5 @@ void WEAK ins_reset_utm_zone(struct UtmCoor_f * utm __attribute__((unused))) {}
|
|||||||
|
|
||||||
void WEAK ins_propagate(void) {}
|
void WEAK ins_propagate(void) {}
|
||||||
|
|
||||||
void WEAK ins_update_baro(void) {}
|
|
||||||
|
|
||||||
void WEAK ins_update_gps(void) {}
|
void WEAK ins_update_gps(void) {}
|
||||||
|
|
||||||
void WEAK ins_update_sonar(void) {}
|
|
||||||
|
|||||||
@@ -86,21 +86,10 @@ extern void ins_reset_utm_zone(struct UtmCoor_f * utm);
|
|||||||
*/
|
*/
|
||||||
extern void ins_propagate(void);
|
extern void ins_propagate(void);
|
||||||
|
|
||||||
/** Update INS state with barometer measurements.
|
|
||||||
* Does nothing if not implemented by specific INS algorithm.
|
|
||||||
*/
|
|
||||||
extern void ins_update_baro(void);
|
|
||||||
|
|
||||||
/** Update INS state with GPS measurements.
|
/** Update INS state with GPS measurements.
|
||||||
* Reads the global #gps data struct.
|
* Reads the global #gps data struct.
|
||||||
* Does nothing if not implemented by specific INS algorithm.
|
* Does nothing if not implemented by specific INS algorithm.
|
||||||
*/
|
*/
|
||||||
extern void ins_update_gps(void);
|
extern void ins_update_gps(void);
|
||||||
|
|
||||||
/** Update INS state with sonar measurements.
|
|
||||||
* Does nothing if not implemented by specific INS algorithm.
|
|
||||||
*/
|
|
||||||
extern void ins_update_sonar(void);
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* INS_H */
|
#endif /* INS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user