Go to the source code of this file.
Functions | |
void | loop () |
void | setup () |
Variables | |
diffbot::Encoder | encoderLeft (nh, ENCODER_LEFT_H1, ENCODER_LEFT_H2, ENCODER_RESOLUTION) |
diffbot::Encoder | encoderRight (nh, ENCODER_RIGHT_H1, ENCODER_RIGHT_H2, ENCODER_RESOLUTION) |
ros::NodeHandle | nh |
long | positionLeft = -999 |
long | positionRight = -999 |
int | test_max_time = 8000 |
int | test_start_time = millis() |
void loop | ( | ) |
Definition at line 41 of file test_encoders.cpp.
void setup | ( | ) |
Definition at line 29 of file test_encoders.cpp.
diffbot::Encoder encoderLeft(nh, ENCODER_LEFT_H1, ENCODER_LEFT_H2, ENCODER_RESOLUTION) |
diffbot::Encoder encoderRight(nh, ENCODER_RIGHT_H1, ENCODER_RIGHT_H2, ENCODER_RESOLUTION) |
Definition at line 18 of file test_encoders.cpp.
long positionLeft = -999 |
Definition at line 35 of file test_encoders.cpp.
long positionRight = -999 |
Definition at line 36 of file test_encoders.cpp.
int test_max_time = 8000 |
Definition at line 39 of file test_encoders.cpp.
int test_start_time = millis() |
Definition at line 38 of file test_encoders.cpp.