mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Fixed FRCSim artf2609 - double ports handled wrong.
Change-Id: I2dc59c8d3113f3024d237763eb4e2f94bb85ff1a
This commit is contained in:
@@ -70,7 +70,7 @@ private:
|
||||
double m_distancePerPulse; // distance of travel for each encoder tick
|
||||
EncodingType m_encodingType; // Encoding type
|
||||
PIDSourceParameter m_pidSource; // Encoder parameter that sources a PID controller
|
||||
bool reversed;
|
||||
bool m_reverseDirection;
|
||||
SimEncoder* impl;
|
||||
|
||||
ITable *m_table;
|
||||
|
||||
Reference in New Issue
Block a user