Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waypoint stop #33

Open
guenhael opened this issue Jan 11, 2022 · 2 comments
Open

Waypoint stop #33

guenhael opened this issue Jan 11, 2022 · 2 comments

Comments

@guenhael
Copy link

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)

@trannguyenle95
Copy link

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

@guenhael
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants