日常更新

This commit is contained in:
Glz
2024-06-16 21:52:42 +08:00
parent 3fe85dc7db
commit b155d3ce14
18 changed files with 205 additions and 108 deletions

View File

@@ -2,8 +2,12 @@
#include "gl_headfile.h"
enum state_type_e state_type =0;
enum state_type_e last_state =0;
float cricle_aim=0.2f;
float cross_aim=0.49f;
float common_aim=0.35f;
float common_aim=0.35f;
float straight_aim=0.35f;
float turn_aim=0.35f;
float mid_aim=0.5f;
float barrier_aim=0.5f;
float barrier_offset=17.0f;