Lines Matching refs:f32
73 f32 pos_play_radius ; // Tolerance radius (size at pos coordinate system)
74 f32 pos_sensitivity ; // Tracking sensitivity (0: slow -> 1: sensitive)
76 f32 hori_play_radius ; // Adjust response of the 'horizon'
77 f32 hori_sensitivity ; //
79 f32 dist_play_radius ; // Adjust response of the 'dist'
80 f32 dist_sensitivity ; //
82 f32 acc_play_radius ; // Adjust the response of 'acc'
83 f32 acc_sensitivity ; //
86 f32 dist_org ; // Distance after calibration
90 …f32 dpd2pos_scale ; // Scale value where the left and right pointing edge in the shooting …
104 f32 sec_length ; // Distance between left and right marks
106 f32 sec_dist ; // Raw distance from the TV (meter)
107 f32 trust_sec_length ; // Trusted interval distance stored here
131 f32 acc_scale_x ;
132 f32 acc_scale_y ;
133 f32 acc_scale_z ;
134 f32 fs_acc_scale_x ;
135 f32 fs_acc_scale_y ;
136 f32 fs_acc_scale_z ;
140 f32 err_dist_speed_1 ; // Reciprocal
141 f32 err_dist_speedM_1 ; // Reciprocal of negative value
142 f32 ah_circle_radius2 ; // Second power
143 f32 dist_vv1 ; // Constant
144 f32 err_dist_min ; // Automatic calculation of minimum operational distance (in meters)
195 extern f32 kp_obj_interval ; // Separation between marks at each extremes (in meters)
196 extern f32 kp_acc_horizon_pw ; // Calculating twist from acceleration
197 extern f32 kp_ah_circle_radius ; // Stationary state determination radius
198 extern f32 kp_ah_circle_pw ; // Stationary state determination tracking level
204 extern f32 kp_err_outside_frame ; // Surrounding area width where center of mass coordinate will …
205 extern f32 kp_err_dist_min ; // Minimum operational distance (in meters)
206 extern f32 kp_err_dist_max ; // Maximum operational distance (in meters)
207 extern f32 kp_err_dist_speed ; // Accepted range of distance change (in meters)
208 extern f32 kp_err_first_inpr ; // Internal product of acceleration tilt and object tilt when s…
209 extern f32 kp_err_next_inpr ; // Accepted range of tilt change (internal product value)
210 extern f32 kp_err_acc_inpr ; // Accepted range of acceleration tilt and internal product val…
211 extern f32 kp_err_up_inpr ; // Accepted internal product range with controller pointed upwa…
212 extern f32 kp_err_near_pos ; // Distance from the previous point when selecting one point as…