24 std::shared_ptr<AbstractMotor> irightSideMotor,
25 std::shared_ptr<ContinuousRotarySensor> ileftEnc,
26 std::shared_ptr<ContinuousRotarySensor> irightEnc,
27 std::shared_ptr<ContinuousRotarySensor> imiddleEnc,
ThreeEncoderSkidSteerModel(std::shared_ptr< AbstractMotor > ileftSideMotor, std::shared_ptr< AbstractMotor > irightSideMotor, std::shared_ptr< ContinuousRotarySensor > ileftEnc, std::shared_ptr< ContinuousRotarySensor > irightEnc, std::shared_ptr< ContinuousRotarySensor > imiddleEnc, double imaxVelocity, double imaxVoltage)
Model for a skid steer drive (wheels parallel with robot's direction of motion).