ProfileParams

data class ProfileParams(val dispResolution: Double, val angResolution: Double, val angSamplingEps: Double)

Parameters for motion profile sampling and angular sampling.

Constructors

Link copied to clipboard
constructor(dispResolution: Double, angResolution: Double, angSamplingEps: Double)

Properties

Link copied to clipboard

Angular sampling resolution (radians).

Link copied to clipboard

Epsilon for angular integration (radians).

Link copied to clipboard

Linear displacement sampling resolution (inches).