Unit for the bounds of the IK call in trac_ik_python
I am using the get_ik
function provided by trac_ik_python in the following way-
sol = ik_solver.get_ik(qinit,
x, y, z,
rx, ry, rz, rw,
bx, by, bz,
brx, bry, brz)
Regarding the above IK call, I have following two questions-
- What is the meaning of bound here? Is it allowed error/ tolerance?
- What is the unit for the bounds? I assume that for the position it is in meter, and for orientation, it is in degree.
PS: I am operating Baxter robot in ROS Indigo on Ubuntu 14.04 LTS 64 Bit PC.
Why? 'degree' is not an SI unit.