PilzDE / pilz_teach

Jogging a manipulator and defining poses as you are used to in robotics controllers, but using native ROS functionality
GNU General Public License v3.0
3 stars 2 forks source link

If plane or axis is toggled the standard jogging by x,y,z or rx, ry, rz is also changed. #48

Open DamKoVosh opened 4 years ago

DamKoVosh commented 4 years ago

When another plane/axis is toggled the standard jogging by x,y,z or rx, ry, rz is also changed. This can resolve in unexprected behaviour.

There is no easy fix for this, since the jogging request is only a twist msg. The driver is not able to know if this is supposed to be projected to a plane or not.

Solutions:

_Originally posted by @DamKoVosh in https://github.com/PilzDE/pilz_teach/pull/46_

DamKoVosh commented 4 years ago

problem:

another solution: