how do I override the default bounds (max and min) for my payload in ur_driver (and/or ur_modern_driver)?
I'm very very new to ur_driver (urd, for short) and ur_modern_driver (urMd, for short) and I really do not understand how they work. I thought urMd was advertised as a drop in replacement for urd, but when I try to build my workspace with only urMD without urd there, it fails. So apparently there are some dependencies or assumptions there that I don't understand.
So I've got both cloned from github and built on Ubuntu 16.04 and ROS kinetic. And I'm able to control my UR10 arm using the sample test_move.py script, which is completely awesome! But I am needing to pick up a 16kg payload, so I'm calling the SetPayload service (which appears to be in urd, not urMd) and it won't let me change the value above 9.9999
So where is the limit of 10kg set and how do I go about changing that limit? I saw a reference in the urMd code to the parameter server so I changed the value on the parameter server, but for some reason I am still unable to set the value using the service above 9.9999
So I'm not sure where that value is actually being limited.
Thanks for any help you can give.