PDR/1.Software/Simualator/Src/Location.h

27 lines
938 B
C
Raw Permalink Normal View History

2023-12-02 22:46:06 +08:00
#ifndef _PDR_LOCATION_H_
#define _PDR_LOCATION_H_
#include "PDRBase.h"
/**---------------------------------------------------------------------
* Function : PDRNav_Init
* Description : PDR<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ<EFBFBD><EFBFBD>ʼ<EFBFBD><EFBFBD>
* Date : 2022/09/21 logzhan
*---------------------------------------------------------------------**/
void PDRNav_Init(void);
/**----------------------------------------------------------------------
* Function : InsLocation
* Description : PDR<EFBFBD>ߵ<EFBFBD>λ<EFBFBD>ø<EFBFBD><EFBFBD><EFBFBD>
* Date : 2022-09-21 logzhan
*---------------------------------------------------------------------**/
void InsLocationUpdate(IMU_t* ImuData, EKFPara_t* Ekf);
/**----------------------------------------------------------------------
* Function : GnssInsLocFusion
* Description : PDR<EFBFBD><EFBFBD>GNSS<EFBFBD><EFBFBD>INS<EFBFBD>ں϶<EFBFBD>λ
* Date : 2022/09/21 logzhan
*---------------------------------------------------------------------**/
void GnssInsLocationUpdate(void);
#endif