📙
MyBotSDK
  • Introduction
  • Start Moving
    • setPower()
    • goToPoint()
    • setGoToPointPIDCoeff()
  • Debugging
  • Utilizing Time in your code
  • Utilizing Sensor Input
  • Other Useful Classes
  • Using Gradle Scripts
  • Track Width and Aux Width
  • Contact
  • Community
  • Robot.RangeClip
  • No Wifi card?
Powered by GitBook
On this page
  • setGoToPointPIDCoeff(...)
  • Learn More About PID Controllers:

Was this helpful?

  1. Start Moving

setGoToPointPIDCoeff()

Allows you to customize the goToPoint function by giving you access to the values. You can set these value in the beginning of your OpMode in Init().

PreviousgoToPoint()NextDebugging

Last updated 4 years ago

Was this helpful?

setGoToPointPIDCoeff(...)

Parameter Type

Parameter

double

kp for translations

double

ki for translations

double

kd for translations

double

kp for rotations

double

ki for rotations

double

kd for rotations

Learn More About PID Controllers:

Matlab PID Controller Youtube Series
PID Controller Diagram For Refrence