mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +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_update_baro(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);
|
||||
|
||||
/** 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.
|
||||
* Reads the global #gps data struct.
|
||||
* Does nothing if not implemented by specific INS algorithm.
|
||||
*/
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user