scurve trajectory planner
- Grotius
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 2419
- Thank you received: 2342
26 May 2025 13:19 #329159
by Grotius
Replied by Grotius on topic scurve trajectory planner
Hi,
i think you need to update local git clone first. It needs latest updates.
Then build_cmake.
i think you need to update local git clone first. It needs latest updates.
Then build_cmake.
The following user(s) said Thank You: HalaszAttila
Please Log in or Create an account to join the conversation.
- ihavenofish
- Offline
- Platinum Member
-
Less
More
- Posts: 856
- Thank you received: 208
26 May 2025 16:37 #329168
by ihavenofish
Replied by ihavenofish on topic scurve trajectory planner
S curves. I neeeds it.
So how stable is this at this point for "real work"? I have not been paying attention the last 2-3 months much.
So how stable is this at this point for "real work"? I have not been paying attention the last 2-3 months much.
Please Log in or Create an account to join the conversation.
- grandixximo
-
- Offline
- Premium Member
-
Less
More
- Posts: 134
- Thank you received: 10
29 May 2025 03:30 #329345
by grandixximo
Replied by grandixximo on topic scurve trajectory planner
The best way to know is testing for yourself, it all depends on what you mean by "real work", if you find issues for your use case politely post them here.
I did my own testing, and it is getting closer to my "real work", it is very exciting, but there is still a lot of work, and I'm extremely impressed and grateful to Grotius and co to be tackling this, much appreciated...
I did my own testing, and it is getting closer to my "real work", it is very exciting, but there is still a lot of work, and I'm extremely impressed and grateful to Grotius and co to be tackling this, much appreciated...
The following user(s) said Thank You: HalaszAttila
Please Log in or Create an account to join the conversation.
- ruediger123
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 6
31 May 2025 10:23 - 02 Jun 2025 06:37 #329438
by ruediger123
Replied by ruediger123 on topic scurve trajectory planner
Hallo,
I tested the new version today and noticed that when I round the corners P64 P10.0 the speed of the axis (joint) does not behave as expected (yellow circle).
The acceleration (green circles) is interrupted by (blue circles) whereby the change in acceleration (jerk) appears to be too large.
At P64 P0.0 the axis (joint) behaves as expected.
Can this behavior be set via parameters?
Gruß
Rüdiger
I tested the new version today and noticed that when I round the corners P64 P10.0 the speed of the axis (joint) does not behave as expected (yellow circle).
The acceleration (green circles) is interrupted by (blue circles) whereby the change in acceleration (jerk) appears to be too large.
At P64 P0.0 the axis (joint) behaves as expected.
Can this behavior be set via parameters?
Gruß
Rüdiger
Attachments:
Last edit: 02 Jun 2025 06:37 by ruediger123.
The following user(s) said Thank You: HalaszAttila
Please Log in or Create an account to join the conversation.
- automata
- Offline
- Premium Member
-
Less
More
- Posts: 87
- Thank you received: 65
08 Aug 2025 07:05 #333033
by automata
Replied by automata on topic scurve trajectory planner
Hi, is there any more testing and progress on the scurve planner to report?
-automata
-automata
Please Log in or Create an account to join the conversation.
- konrad
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 3
09 Aug 2025 11:54 #333114
by konrad
Replied by konrad on topic scurve trajectory planner
@Rüdiger
May this be a result of the missing (?, the screenshot is hard to read) Q parameter? From the readme :
May this be a result of the missing (?, the screenshot is hard to read) Q parameter? From the readme :
Important Runtime NotesWhen using the S-curve trajectory planner, always use the
command combination. IfG64 P[x] Q[x]is not specified, the interpreter may:Q[x]A standard input should look like this:
- Remove or filter out small segments.
- Convert arc segments into line segments.
G64 P0.01 Q0.0
Please Log in or Create an account to join the conversation.
- ruediger123
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 6
12 Aug 2025 06:09 #333260
by ruediger123
Replied by ruediger123 on topic scurve trajectory planner
As far as I know, the Scurve Trajectory Planner plans the tool's trajectory using jerk, acceleration, and speed, which works very well, but doesn't take the constraints of the individual axes into account.
For example, the trajectory speed is constant in a 90° corner, while the axis speeds change without considering constraints.
This can be seen in my previous post.
I hope I explained the connections correctly.
gruss
Rüdiger
For example, the trajectory speed is constant in a 90° corner, while the axis speeds change without considering constraints.
This can be seen in my previous post.
I hope I explained the connections correctly.
gruss
Rüdiger
Please Log in or Create an account to join the conversation.
- Grotius
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 2419
- Thank you received: 2342
13 Aug 2025 19:03 #333360
by Grotius
Replied by Grotius on topic scurve trajectory planner
but doesn't take the constraints of the individual axes into account.
This is correct. In the source code the trajectory path is used to calculate xyz coordinates.
There it doesn't apply any calculation to reduce any speed for x or y or z. So if Z maxvel is very low, it does not reduce
speed for z.
This is correct. In the source code the trajectory path is used to calculate xyz coordinates.
There it doesn't apply any calculation to reduce any speed for x or y or z. So if Z maxvel is very low, it does not reduce
speed for z.
The following user(s) said Thank You: Darium
Please Log in or Create an account to join the conversation.
- Darium
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
18 Aug 2025 05:26 #333603
by Darium
Replied by Darium on topic scurve trajectory planner
Hi,
Any update on the project?
Any update on the project?
Please Log in or Create an account to join the conversation.
- Grotius
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 2419
- Thank you received: 2342
20 Aug 2025 20:10 #333739
by Grotius
Replied by Grotius on topic scurve trajectory planner
No, not any news.
Maybe coming winter time.
Maybe coming winter time.
The following user(s) said Thank You: yrsiddhapura
Please Log in or Create an account to join the conversation.
Time to create page: 0.129 seconds