同步步兵代码,暂时关闭底盘跟随
This commit is contained in:
9
云台/云台-old/Function/AttitudeAlgorithms.h
Normal file
9
云台/云台-old/Function/AttitudeAlgorithms.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __ATTITUDEALGORITHMS_H
|
||||
#define __ATTITUDEALGORITHMS_H
|
||||
|
||||
extern float AttitudeAlgorithms_RadYaw,AttitudeAlgorithms_RadPitch,AttitudeAlgorithms_RadRoll;//弧度制角度
|
||||
extern float AttitudeAlgorithms_DegYaw,AttitudeAlgorithms_DegPitch,AttitudeAlgorithms_DegRoll;//角度制角度
|
||||
|
||||
void AttitudeAlgorithms_Init(void);//姿态解算初始化
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user