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