Tiny Yolo2 icon Tiny Yolo2 Real-time TinyYolo object detection for ARC Camera Device: tracks 20 classes, populates camera variables, triggers tracking scripts, 30+ FPS in HD. Try it →
 

Setminpositionlimit

Servo.setMinPositionLimit(port, position, [ezbIndex])

Parameters

port Servo port to set min position limit of.
position Min position limit.
ezbIndex (optional) Board index of the EZB to use.

Returns

Nothing

Description

Sets the global minimum position that the servo at the specified port can move to the position. The position is a value between 0 and 180 (or the global max servo position if overridden).

While robot skills may have their own Min/Max servo options, this sets the global value. This is used for safety to ensure servos don't move outside the specified range.