This commit is contained in:
JiatongSun
2019-05-07 09:33:28 +08:00
parent 7fcd8e6c84
commit 508004c548
9 changed files with 191 additions and 120 deletions

View File

@@ -60,6 +60,8 @@ private:
double phi;//电机yaw轴应旋转的角度
float yaw_rotation;
float pitch_rotation;
int position_mode;
int last_position_mode;
int isLeftVertexFound, isTopVertexFound, isRightVertexFound, isBottomVertexFound;
std::vector<EnergyPart> fans;