Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <SteeringColumn.h>
Public Attributes | |
AnalogSensor | base |
float | rotation_angle |
float | zero_offset |
Definition at line 6 of file SteeringColumn.h.
AnalogSensor SteeringColumn::base |
Definition at line 7 of file SteeringColumn.h.
float SteeringColumn::rotation_angle |
Definition at line 8 of file SteeringColumn.h.
float SteeringColumn::zero_offset |
Definition at line 9 of file SteeringColumn.h.