ARMS
3.1.1
Documentation for ARMS movement library
|
#include <odom.h>
Public Attributes | |
int | expanderPort = 0 |
int | rightEncoderPort = 0 |
int | leftEncoderPort = 0 |
int | middleEncoderPort = 0 |
int | imuPort = 0 |
EncoderType_e_t | encoderType |
This struct is used to store the configuration data for the odometry system.
arms::odom::config_data_s_t::encoderType |
The type of encoder used. This is used to determine how to read the encoder values
arms::odom::config_data_s_t::expanderPort = 0 |
The port that the expander is plugged into
arms::odom::config_data_s_t::imuPort = 0 |
The port that the IMU is plugged into
arms::odom::config_data_s_t::leftEncoderPort = 0 |
The port that the left encoder is plugged into
arms::odom::config_data_s_t::middleEncoderPort = 0 |
The port that the middle encoder is plugged into
arms::odom::config_data_s_t::rightEncoderPort = 0 |
The port that the right encoder is plugged into