Open
Description
For suspended creatures (hung by a string) we would need to take advantage of the multi-turn mode of the MX motors so that we can stick a pulley on the motor rolling a string like a winch.
More generally : there are three modes : joint, wheel and multiturn.
For the joint mode, all is OK
For the wheel mode, set angle limit registers to 0 (not possible in the json since angle limits are converted)
For joint mode, set angle limits to the one you want
For multi-turn mode, set angle limits to 4095.
For multi turn mode, we should add two others properties : multi-turn offset and resolution divider.
I wanted to add it by myself but it is not so simple.