Skip to content

Commit

Permalink
refactor: return to previous style
Browse files Browse the repository at this point in the history
  • Loading branch information
hiikariri committed Jun 30, 2024
1 parent 2bfb923 commit d2ff8e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suiryoku/locomotion/process/locomotion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ bool Locomotion::position_kick_range_pan_tilt(const keisan::Angle<double> & dire
}

// y movement
left_kick = precise_kick ? left_kick : (pan > 0.0_deg);
if (!precise_kick) left_kick = pan > 0.0_deg;
auto target_pan = left_kick ? left_kick_target_pan : right_kick_target_pan;

double delta_pan = (target_pan - pan).degree();
Expand Down
Empty file added wget-log
Empty file.

0 comments on commit d2ff8e6

Please sign in to comment.