-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
Hey Sang! |
and reading the state from it like this https://github.com/frankaemika/libfranka/blob/master/examples/echo_robot_state.cpp#L23 |
I really don't like the way they structure libFranka its all C++ lambdas which just makes things a little complicated |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"Malgun Gothic";
panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
***@***.*** Gothic";}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Got it. Thanks! I have had added libfranka to the ofxRobotArm beta (unssure, where I am a step away from building it due to these libs: libyaml-cpp.a, libprotobuf.a, ik_lib.aSaying it is not built for maxOS-x86_64. Any insight on this? Using v0.11 on Catalina. Not sure Poco issue will arise after this though. From: Dan MooreSent: Friday, August 20, 2021 11:27 AMTo: CreativeInquiry/ofxRobotArmCc: Sang; AuthorSubject: Re: [CreativeInquiry/ofxRobotArm] Franka driver (#33) I really don't like the way they structure libFranka its all C++ lambdas which just makes things a little complicated—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
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.
The text was updated successfully, but these errors were encountered: