We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075e985 commit 2314021Copy full SHA for 2314021
src/lib.rs
@@ -245,7 +245,6 @@ impl Kinematics {
245
let current_yaw = t_world_platform[(0, 1)].atan2(t_world_platform[(0, 0)]);
246
let relative_yaw = body_yaw_target - current_yaw;
247
body_yaw_target = current_yaw + relative_yaw.clamp(-max_rel_yaw, max_rel_yaw);
248
- body_yaw_target = body_yaw_target;
249
}
250
// then clamp the body yaw within +/- max_body_yaw
251
// this is physically limited by the mechanical design
0 commit comments