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 driver #33

Open
sangww opened this issue Aug 20, 2021 · 5 comments
Open

Franka driver #33

sangww opened this issue Aug 20, 2021 · 5 comments

Comments

@sangww
Copy link

sangww commented Aug 20, 2021

From Sang from the workshop. I am happy to help with the Franka implementing/testing. I have been looking into libFranka and trying to understand what the drivers should look. No idea about URDF stuff. Are those two basically the only things that are needed? Once these are done I can test it on Franka as well.

@danzeeeman
Copy link
Member

Hey Sang!
I briefly looked into libFranka and there might be some dependency issues with Poco. I'm going to look at it and see if I can't compile it with the poco that OF ships. As for the driver I would look at the https://github.com/frankaemika/libfranka/blob/master/examples/generate_joint_position_motion.cpp example connects to the bot and sends joint positions https://github.com/frankaemika/libfranka/blob/master/examples/examples_common.cpp#L114 via callbacks

@danzeeeman
Copy link
Member

@danzeeeman
Copy link
Member

I really don't like the way they structure libFranka its all C++ lambdas which just makes things a little complicated

@sangww
Copy link
Author

sangww commented Aug 20, 2021 via email

@danzeeeman
Copy link
Member

weird....I'll look into it...I also need to look into this bug with the URDF loader it does the same thing for the xArm series so I think there is something up with how I'm parsing URDFs
Screen Shot 2021-08-20 at 11 34 13 AM

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