energy change

This commit is contained in:
sun
2019-07-20 10:03:07 +08:00
parent 6453a977e1
commit ccb87882f3
4 changed files with 7 additions and 17 deletions

View File

@@ -80,6 +80,7 @@ private:
float yaw_rotation, pitch_rotation;//云台yaw轴和pitch轴应该转到的角度
float origin_yaw, origin_pitch;//初始的云台角度设定值
float shoot;//若为2则要求主控板发弹
float sum_yaw, sum_pitch;//yaw和pitch的累计误差即PID中积分项
timeval time_start_guess;