Trajectory Planner using Ruckig Lib

More
13 Jul 2024 13:33 #305081 by Aciera

If you still keep core dump, i can edit the appimage to run Using POSIX non realtime


How do I do that?
The following user(s) said Thank You: Lcvette, Grotius

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

More
13 Jul 2024 13:56 #305083 by tommylight
Yup, this is non RT kernel, will try on a RT kernel later.
The following user(s) said Thank You: Lcvette, Grotius

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

More
13 Jul 2024 14:50 - 13 Jul 2024 14:52 #305085 by tiagounderground
same here on the rt kernel on debian 12, try to start the AppImage the terminal just hangs there, no output at all
Last edit: 13 Jul 2024 14:52 by tiagounderground.
The following user(s) said Thank You: Lcvette, Grotius

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

More
13 Jul 2024 14:54 #305086 by Grotius
@Arciera,

How do I do that?
Using the cmake system, compile everything and then run it. When u use no sudo for the "cmake make install" step,
it will run non-realtime. I will do that, but now i have no time to do that. Family visit.

 
The following user(s) said Thank You: Lcvette

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

More
13 Jul 2024 14:58 #305087 by Grotius
@Tommy,
I think it's not related to rtai or something like that.

@Tia,
same here on the rt kernel on debian 12, try to start the AppImage the terminal just hangs there, no output at all
Maybe i will try it myself on a virtual machine. If this works, then it supposed to work at other places.
The following user(s) said Thank You: tommylight, Lcvette, tiagounderground

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

More
15 Jul 2024 10:58 #305223 by Grotius
Hi,

I found a paper that has the info to create a 3d clothoid 4 segment spline. Ideal to create 3d fillets for gcode.

Now is anyone able to help convert this paper into c or c++ code?

clothoid_3d_paper
The following user(s) said Thank You: Lcvette, Darium

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

More
15 Jul 2024 15:00 - 15 Jul 2024 15:03 #305236 by Grotius
Hi,

Today i was creating the G5 for spline.

Here it tells us to use incremental offset's for i,j in g17 plane. It seems to lcnc uses a 2d spline.
g5 linuxcnc

Then i thought why not use absolute point values for a spline?
Here is my proposal to use a spline in gcode.

It start with a G5. Then every line has a x,y,z point, until another gcode appears.

And the result :
Attachments:
Last edit: 15 Jul 2024 15:03 by Grotius.
The following user(s) said Thank You: Lcvette, Darium

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

More
15 Jul 2024 15:52 #305246 by Aciera

Here is my proposal to use a spline in gcode.

You probably know how it is with GCode and Splines. Decades ago, when memory was expensive, they were interesting because they reduce file size (as do arcs). As discussed a few pages back on this thread, modern multiaxis CAM/ Postprocessors produce G1 line segments only, they don't even bother with G2/G3 arcs (R vs IJK, Absolute vs Relative). Since processing power and memory have become so cheap the interest in splines has all but disappeared. That is why nobody really uses them. If you asked somebody to create a postprocessor that uses splines, I guarantee the question would be: WHY?
So, unless you have found a new and compelling reason for using splines instead of lines (and arcs) you are flogging a dead horse.     
The following user(s) said Thank You: Lcvette, Grotius

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

More
15 Jul 2024 17:49 #305255 by Grotius
Hi Arciera,

That's the case. Flogging a dead horse.

I also never used splines in gcode.
However we need a 4pnt spline to do the exotic path blending fillets where the clothoids are out of plane, or invalid.

Integrating the spline is not that much work.

 
The following user(s) said Thank You: Aciera, Darium

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

More
15 Jul 2024 18:14 #305257 by Aciera

However we need a 4pnt spline to do the exotic path blending fillets where the clothoids are out of plane, or invalid.


That is what I suspected. I don't think there would be many objections to modifying spline syntax if it helped getting jolt limiting path blending for multi axis gcode working.

I'm afraid I can't help you with implementing the linked 3d clothoid algorithm.
The following user(s) said Thank You: Grotius

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

Time to create page: 1.299 seconds
Powered by Kunena Forum