Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/angular-direction' into angular-…
Browse files Browse the repository at this point in the history
…direction
  • Loading branch information
Rocky14683 committed Feb 14, 2024
2 parents 5aaabb1 + c86ffa7 commit 0579496
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/VOSS/controller/SwingController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ SwingController::get_angular_command(bool reverse, bool thru,
can_reverse = !can_reverse;
}


if (!this->can_reverse) {
if (reverse) {
command = std::signbit(ang_speed) ? chassis::Swing{-ang_speed, 0}
Expand Down

0 comments on commit 0579496

Please sign in to comment.