-
Notifications
You must be signed in to change notification settings - Fork 319
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 unexpected number of elements in matrix + J #193
Comments
I get the same problem,have you solved it? |
I have a similar error, but its in matrix + trigsimp. |
How many joints does the robot have?
… Am 27.07.2021 um 17:39 schrieb Julius Sustarevas ***@***.***>:
I have a similar error, but its in matrix + trigsimp.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
More than 6 :) was using wrong description, my bad. Ended up generating
fine.
…On Thu, Jul 29, 2021, 06:31 Markus Giftthaler ***@***.***> wrote:
How many joints does the robot have?
> Am 27.07.2021 um 17:39 schrieb Julius Sustarevas ***@***.***>:
>
>
> I have a similar error, but its in matrix + trigsimp.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#193 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7P7DGYOROYPA5VVWGYWB3T2DRTHANCNFSM44QOOW4A>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I've hit a problem trying to generate the RobCoGen files. At first I got everything to generate fine, but I was using 0.5.2, which caused issues as the tpl namespace didn't exist.
Switching to the expected 0.4ad.0 and readjusting config parameters (including the fix in issue #166 ), I can generate everything except the Jacobians. This issue persists whether I try to generate full Jacobians from e.g. my world frame to my end effector, or whether I split them up (the way I have the transforms split up - world_x_a and a_x_end_effector etc.)
The exception I'm getting after running 0, 1, 4 (or 0, 1, 5, 6, 7) is:
Any ideas what is causing this and how to fix it? My robot is kind of a 2 branched tree if that helps.
The text was updated successfully, but these errors were encountered: