Position Control Mode
m_controller.setSetpoint(setPoint, ControlType.kPosition);using namespace rev::spark;
m_controller.SetSetpoint(setPoint, SparkBase::ControlType::kPosition);
Last updated
Was this helpful?
m_controller.setSetpoint(setPoint, ControlType.kPosition);using namespace rev::spark;
m_controller.SetSetpoint(setPoint, SparkBase::ControlType::kPosition);
Last updated
Was this helpful?
Was this helpful?