09-01-2020, 02:50 PM
Is there a way to change the robots joints limits from the C++ API ?
The robot from the library doesn't have the same limits as the one I have, which cause some position to be marked as "impossible" but my robot can reach them. I first thought thatrobot.JointLimits(&lowLimits, &upLimits);was for the input, but it's just to get them. I didn't see any other function about that.
The robot from the library doesn't have the same limits as the one I have, which cause some position to be marked as "impossible" but my robot can reach them. I first thought thatrobot.JointLimits(&lowLimits, &upLimits);was for the input, but it's just to get them. I didn't see any other function about that.