Errors in kinematics

More
19 Oct 2019 21:51 #148369 by khaled
Replied by khaled on topic Errors in kinematics
well , i read the documentation and i knew that i have to implement forward and inverse kinematics with those functions
int kinematicsForward(const double *joint, EmcPose *world,
const KINEMATICS_FORWARD_FLAGS *fflags,
KINEMATICS_INVERSE_FLAGS *iflags)

int kinematicsInverse(const EmcPose * world, double *joints,
const KINEMATICS_INVERSE_FLAGS *iflags,
KINEMATICS_FORWARD_FLAGS *fflags)

and to avoid any problems i took the (c code ) of bi pod that was in the documentation and i added the functions but i still have problems"(
i will attach the code and the errors

thanks again for helping

File Attachment:

File Name: klinux.txt
File Size:1 KB

File Attachment:

File Name: klinux.txt
File Size:1 KB
Attachments:

Please Log in or Create an account to join the conversation.

More
23 Oct 2019 23:02 #148649 by andypugh
Replied by andypugh on topic Errors in kinematics
You don't say what the error is that you see, but I think that perhaps your kins file fails to return a kinematics_type.

Have a look at trivkins for an example, there is a definied function that returns the kinematics type.

github.com/LinuxCNC/linuxcnc/blob/master...inematics/trivkins.c

Please Log in or Create an account to join the conversation.

Time to create page: 0.073 seconds
Powered by Kunena Forum