5 #include <gtest/gtest.h> 64 TEST(pedal_lut, brakePedalFromPercent) 133 int main(
int argc,
char **argv)
135 testing::InitGoogleTest(&argc, argv);
136 return RUN_ALL_TESTS();
int main(int argc, char **argv)
static float brakePedalFromPercent(float percent)
static float brakeTorqueFromPedal(float pedal)
TEST(pedal_lut, brakeTorqueFromPedal)
static float brakePedalFromTorque(float torque)
static float throttlePedalFromPercent(float percent)
static float throttlePercentFromPedal(float pedal)