MyRobotLab/pyrobotlab

Right Hand py

juergmaier opened this issue · 1 comments

Hi Christian
Your iniRightHand.py still uses setMinMax which IMHO is replaced by map now?

the setMinMax(min, max) is doing the same as map(min,max,min,max)

doing it one way or the other is fine and will result in the same behavior