Courseplay: Need help with the turning methods

Created on 27 May 2020  路  2Comments  路  Source: Courseplay/courseplay

Hi, now I am reading the turn.lua script trying to understand why the tractor turns in various methods like WideTurn, 3 points turn, reverse 3 points turn, .etc. In the turn script, there are lots of procedures like calculating the circle center coordinate, I don't really understand why we use that specific equation to do that. So my question is can you guys provide some reference papers or web pages for me to learn why and how to do that?

question

Most helpful comment

The guy who wrote most of those isn't longer developing CP. I added some for the headland turns, I used GeoGebra to visualize, for example https://www.geogebra.org/m/aZmqNbW3.

But it isn't rocket science, it just plain old geometry.

If you are interested in other methods to generate turns search for Dubins and Reeds-Shepp methods, both used in CP.

All 2 comments

The guy who wrote most of those isn't longer developing CP. I added some for the headland turns, I used GeoGebra to visualize, for example https://www.geogebra.org/m/aZmqNbW3.

But it isn't rocket science, it just plain old geometry.

If you are interested in other methods to generate turns search for Dubins and Reeds-Shepp methods, both used in CP.

Got it, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

huseyinsayar picture huseyinsayar  路  3Comments

valdimellen picture valdimellen  路  4Comments

txmazing picture txmazing  路  4Comments

mawie picture mawie  路  5Comments

PromGames picture PromGames  路  4Comments