-
Notifications
You must be signed in to change notification settings - Fork 9
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
Change to guiding mode #17
Comments
maybe good to know: i am using the Franka Emika Robot with libfranka 0.8.0 |
Did you press and hold the two buttons on the robots gripper? |
yes, then a kind of purple light appears and it says "Multiple conflicting safe inputs" in the Franka Desk. Guiding mode some how only works if i press the black stop button before and then press the buttons for driving mode |
Maybe you have to press the button to move it? I think the |
okay, so there is no way to change the RobotMode from 'Idle' to either 'UserStopped' or 'Guiding' using only code? |
To be honest, I am not a 100% sure how it works. I remember playing around with the function once and being able to lock rotation but not translation. I think I still had to press the stop button. Maybe it is best to ask in the Franka forum. |
alright, thank you for your help :) |
Hello, I am wondering why i am not able to change the RobotMode?
I tried using the set_guiding_mode() function from the Robot class but my RobotMode after checking was still in Idle. Same also for the stop() function.
The text was updated successfully, but these errors were encountered: