Right now we can set the position of the wrist via the controller, however sometimes we will need to change its position manually. So a new method, setWristPosition needs to be created. It takes one parameter which should just be a double value for the different constants containing the encoder position for each possible wrist position.
Right now we can set the position of the wrist via the controller, however sometimes we will need to change its position manually. So a new method,
setWristPosition
needs to be created. It takes one parameter which should just be a double value for the different constants containing the encoder position for each possible wrist position.