Follower

object Follower

Properties

Link copied to clipboard

The maximum angular acceleration in rad per second squared.

Link copied to clipboard
const val MAX_ANGULAR_VELOCITY: Double = 1.0

The maximum angular velocity in rad per second.

Link copied to clipboard

The maximum centripetal acceleration that the robot can handle in cm/s^2.

Link copied to clipboard
const val MAX_DRIVE_ACCELERATION: Double = 50.0

The maximum drive acceleration in cm per second squared.

Link copied to clipboard
const val MAX_DRIVE_VELOCITY: Double = 100.0

The maximum drive velocity in cm per second.

Link copied to clipboard
const val POSITION_THRESHOLD: Double = 0.5

The threshold in cm to consider the target reached.

Link copied to clipboard
const val ROTATION_THRESHOLD: Double = 0.05

The threshold in radians to consider the target heading reached.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard