Smartcar Shield
|
Variables | |
const int | kMinControlAngle = -90 |
const int | kIdleControlAngle = 0 |
const int | kMaxControlAngle = 90 |
const int | kMinControlSpeed = -100 |
const int | kIdleControlSpeed = 0 |
const int | kMaxControlSpeed = 100 |
const int smartcarlib::constants::control::kIdleControlAngle = 0 |
Definition at line 14 of file Control.hpp.
const int smartcarlib::constants::control::kIdleControlSpeed = 0 |
Definition at line 17 of file Control.hpp.
const int smartcarlib::constants::control::kMaxControlAngle = 90 |
Definition at line 15 of file Control.hpp.
const int smartcarlib::constants::control::kMaxControlSpeed = 100 |
Definition at line 18 of file Control.hpp.
const int smartcarlib::constants::control::kMinControlAngle = -90 |
Definition at line 13 of file Control.hpp.
const int smartcarlib::constants::control::kMinControlSpeed = -100 |
Definition at line 16 of file Control.hpp.