You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: