#include <math.h>
Go to the source code of this file.
Namespaces | |
dbw_mkz_can | |
Functions | |
static float | dbw_mkz_can::brakePedalFromPercent (float percent) |
static float | dbw_mkz_can::brakePedalFromTorque (float torque) |
static float | dbw_mkz_can::brakeTorqueFromPedal (float pedal) |
static float | dbw_mkz_can::throttlePedalFromPercent (float percent) |
static float | dbw_mkz_can::throttlePercentFromPedal (float pedal) |
Variables | |
struct { | |
float dbw_mkz_can::pedal | |
float dbw_mkz_can::torque | |
} | dbw_mkz_can::BRAKE_TABLE [] |
struct { | |
float dbw_mkz_can::pedal | |
float dbw_mkz_can::percent | |
} | dbw_mkz_can::THROTTLE_TABLE [] |