frankx icon indicating copy to clipboard operation
frankx copied to clipboard

Waypoint stop

Open guenhael opened this issue 3 years ago • 2 comments

Hello,

In the following example, the robot still stop at each waypoint while I added "Waypoint(False)" that should tell the robot to not stop at the next waypoint. I don't know if this problem is due to frankx or libfranka.

Thanks for your help.

m0 = WaypointMotion([ Waypoint(False), Waypoint(Affine(0.45, 0.0, 0.2, 0., 0., 0.)), Waypoint(False), Waypoint(Affine(0.5, 0.0, 0.2, 0., 0., 0.)), Waypoint(False), Waypoint(Affine(0.55, 0.0, 0.2, 0., 0., 0.)), ]) robot = Robot(fci_ip, 0.05) robot.move(m0)

guenhael avatar Jan 11 '22 13:01 guenhael

@guenhael Did you find the solution to this problem at all? Thanks!

trannguyenle95 avatar Jan 13 '23 09:01 trannguyenle95

@trannguyenle95, I had no opportunity to test this function again so I don't know if it has been solved already or not.

guenhael avatar Jan 13 '23 15:01 guenhael