Skip to content

Commit

Permalink
simple tests and outline of testing structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Comerm28 committed Sep 21, 2024
1 parent 055792e commit 09bfe8a
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 82 deletions.
1 change: 0 additions & 1 deletion lib/systems/include/TorqueControllerMux.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class TorqueControllerMux
TorqueControllerMuxError can_switch_controller_(DrivetrainDynamicReport_s current_drivetrain_data,
DrivetrainCommand_s previous_controller_command,
DrivetrainCommand_s desired_controller_out);

DrivetrainCommand_s apply_positive_speed_limit_(const DrivetrainCommand_s &command);
DrivetrainCommand_s apply_torque_limit_(const DrivetrainCommand_s &command, float max_torque);
DrivetrainCommand_s apply_power_limit_(const DrivetrainCommand_s &command, const DrivetrainDynamicReport_s &drivetrain, float power_limit, float max_torque);
Expand Down
Loading

0 comments on commit 09bfe8a

Please sign in to comment.