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

Franka Research 3 Support #5

Open
EricMittag opened this issue Jul 14, 2023 · 4 comments
Open

Franka Research 3 Support #5

EricMittag opened this issue Jul 14, 2023 · 4 comments

Comments

@EricMittag
Copy link

Is the Franka Research 3 supported?
Login and requesting / getting control does work but unlocking ends with error: No handler accepted "/api/robot/open-brakes"

Thanks for the package and further help!

@jk-ethz
Copy link
Owner

jk-ethz commented Jul 14, 2023

Can you check if the changes in this fork work for the FR3:
f3a62c5

@EricMittag
Copy link
Author

They work! :)

@calebescobedo
Copy link

I needed to change the FR3 '_lock_unlock' function to have the following line for it to work for me

 action = self._session.post(urljoin(self._hostname, f'/desk/api/joints/{"unlock" if unlock else "lock"}'), \
                                                        files={'force': force},
                                                        headers={'X-Control-Token': self._token})

@jk-ethz
Copy link
Owner

jk-ethz commented Feb 27, 2024

I needed to change the FR3 '_lock_unlock' function to have the following line for it to work for me

 action = self._session.post(urljoin(self._hostname, f'/desk/api/joints/{"unlock" if unlock else "lock"}'), \
                                                        files={'force': force},
                                                        headers={'X-Control-Token': self._token})

Interesting, so they changed the API calls once again.
Which Franka system version are you on?

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

3 participants