Skip to content

Commit

Permalink
two more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Comerm28 committed Oct 3, 2024
1 parent f95e0e6 commit 997f1f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_systems/tc_mux_v2_testing.h
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,8 @@ TEST(TorqueControllerMuxTesting, test_state_machine_progression_launch_controlle

//ensures during launch that speed target increases and torque is requested
expected = DrivetrainCommand_s
{
{
//calculated values for rpm based on time elapsed + algo
.speeds_rpm = { 7989 , 7989 , 7989 , 7989 },
.torqueSetpoints = { PhysicalParameters::AMK_MAX_TORQUE , PhysicalParameters::AMK_MAX_TORQUE , PhysicalParameters::AMK_MAX_TORQUE , PhysicalParameters::AMK_MAX_TORQUE}
};
Expand All @@ -776,6 +777,7 @@ TEST(TorqueControllerMuxTesting, test_state_machine_progression_launch_controlle
//again
expected = DrivetrainCommand_s
{
//calculated values for rpm based on time elapsed + algo
.speeds_rpm = { 14543 , 14543 , 14543 , 14543 },
.torqueSetpoints = { PhysicalParameters::AMK_MAX_TORQUE , PhysicalParameters::AMK_MAX_TORQUE , PhysicalParameters::AMK_MAX_TORQUE , PhysicalParameters::AMK_MAX_TORQUE}
};
Expand Down

0 comments on commit 997f1f2

Please sign in to comment.