JointAxisConfig.free constructor
- JointMotor? motor,
The axis moves freely, optionally driven by motor.
Implementation
const JointAxisConfig.free({this.motor})
: motion = JointAxisMotion.free,
lowerLimit = 0,
upperLimit = 0;
The axis moves freely, optionally driven by motor.
const JointAxisConfig.free({this.motor})
: motion = JointAxisMotion.free,
lowerLimit = 0,
upperLimit = 0;