EEEN21000
GROUP 30 Line Following Buggy
|
Go to the source code of this file.
Classes | |
class | WheelControl |
Controller class to handle speed and steering of the buggy. More... | |
Macros | |
#define | ENCODER_LIMIT 4000.0f |
Maximum speed in pps that the robot can go. More... | |
Typedefs | |
typedef pair< int, float > | pif |
Pair<int,float> as pair<direction,PWMOut>. More... | |
#define ENCODER_LIMIT 4000.0f |
Maximum speed in pps that the robot can go.
typedef pair<int, float> pif |
Pair<int,float> as pair<direction,PWMOut>.