Replies: 1 comment 2 replies
-
This library contains only one solver: FromPoseAndPoint, where If I understand your problem correcty, you need to calculate the clothoid parameter This way a straight line can be defined as a curve with zero curvature instead of unlimited radius, which is numerically more handy. In a clothoid the curvature changes proportionally with its length: You have given, Given are: I don't know if the problem was given to you without out the initial orientation of the curve. For this you would check intervals of Then you plug in all the values you found in the class and use the GetPoints Method to calculate the points on the curve. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hello!
Ive been checking your code here and im quite new to calculating curves.
I need to calculate points on a clothoid on road/railway and im wondering if your code would fit my situation.
I got length, start/end coordinate and start/end radius in meter
Not quite sure what every parameter means and can be translated into
Thank you
Beta Was this translation helpful? Give feedback.
All reactions