-
Notifications
You must be signed in to change notification settings - Fork 315
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
RobCoGen can generate all cpp files except for jacobians for kinova 6 axis robot #196
Comments
Hi, in the version of robcogen that we are using in the CT, robcogen should generate the -impl headers rather than *.cpp files. Are you sure you are using the linked version of robcogen, please dont use the current main version. In case of further problems, I would recommend reaching out to the developer of robcogen, Marco Frigerio. |
Hi, thanks for your advice!! |
… Am 06.07.2021 um 14:28 schrieb mustang ***@***.***>:
Hi, thanks for your advice!!
I followed the RobCoGen official tutorial and used the RobCoGen-0.5.2 version, could I know what is the "linked version" that you are referring to?
Best regards
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@markusgft It turns out that since my urdf model consists of multiple links, whose centers of mass have translation and orientation offset relative to their parent links. Therefore, the kindsl format model converted from the urdf format model generate a few more intermediate link frames on top of the original number of links, which results in a kinematic chain too long to be properly handled by Maxima. |
When I was following the instructions to generate cpp code for Kinova 6-axis robot, it always fails when generating the jacobians.cpp.
I wander is this caused by the long processing time? If so, where should I change the Maxima timeout parameter and give it a try?
I would be very thankful to any suggestions because I have been stuck here for quite a while haha!
Best regards
The text was updated successfully, but these errors were encountered: