moveit_servo pose tracking only works with Panda arm?
I'm trying to follow along with the pose tracking example provided in moveit_servo on a UR10e and am having difficulty in understanding how to use this with an arm other than the panda arm.
Looking at the example, moveit_servo::PoseTracking
takes a moveit_servo::ServoParameters
object as a parameter(ref). It seems this object can only be made with moveit_servo::ServoParameters::makeServoParameters
(ref) which makes all the parameters constant...
So how do I go about using this example with UR10e? Do I need to recompile moveit_servo
to change ServoParameters
? There are multiple parameters in this struct hardcoded to "panda" and I'd rather not compile from source.
Thanks for the help.