get_pos_cmds()
17 Mar 2015 17:43 - 18 Mar 2015 07:01 #56932
by socrassi
get_pos_cmds() was created by socrassi
Last edit: 18 Mar 2015 07:01 by socrassi.
Please Log in or Create an account to join the conversation.
18 Mar 2015 14:16 #56974
by socrassi
Replied by socrassi on topic get_pos_cmds()
Now,i can conclude that the value of vel_req is the root of the quadratic equation.
which is : vel_req^2+ 2*max_dv*vel_req - 2*(joint->acc_limit)*pos_err =0
But i don‘t konw how can we get the equation?
which is : vel_req^2+ 2*max_dv*vel_req - 2*(joint->acc_limit)*pos_err =0
But i don‘t konw how can we get the equation?
Please Log in or Create an account to join the conversation.
18 Mar 2015 21:39 #56986
by andypugh
Replied by andypugh on topic get_pos_cmds()
I don't think anyone here wrote that code.
You would have to try this question on the developers mailing list.
Do you have some reason to believe that the equation is wrong?
Bear in mind that there has been a recent upgrade to the trajectory planner, that code might not even be used any more in 2.7 +
You would have to try this question on the developers mailing list.
Do you have some reason to believe that the equation is wrong?
Bear in mind that there has been a recent upgrade to the trajectory planner, that code might not even be used any more in 2.7 +
The following user(s) said Thank You: socrassi
Please Log in or Create an account to join the conversation.
19 Mar 2015 07:56 #56996
by socrassi
Replied by socrassi on topic get_pos_cmds()
Thank you.
Can you give me a link to download the source code of linuxCNC in version 2.7?
Can you give me a link to download the source code of linuxCNC in version 2.7?
Please Log in or Create an account to join the conversation.
19 Mar 2015 17:20 #57005
by andypugh
git.linuxcnc.org/gitweb?p=linuxcnc.git;a=heads
"tree" for each of master, 2.6 and 2.7 should let you explore each branch.
But really you probably need to git clone the repository and check out the various branches locally.
Replied by andypugh on topic get_pos_cmds()
Thank you.
Can you give me a link to download the source code of linuxCNC in version 2.7?
git.linuxcnc.org/gitweb?p=linuxcnc.git;a=heads
"tree" for each of master, 2.6 and 2.7 should let you explore each branch.
But really you probably need to git clone the repository and check out the various branches locally.
The following user(s) said Thank You: socrassi
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds