Help in MinTurningRadius computation
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Giuseppe Petralia
el 15 de En. de 2020
Respondida: Srimouli Rukmabhatla
el 20 de Mzo. de 2020
Since the default MinTurningRadius is 4 for 2.8 meters wheelbase vehicle with a maximum steering angle of 35, how this 4 value is computed? Which is the ratio between a general minimum turning radius and the related wheelbase and maximum steering angle?
0 comentarios
Respuestas (1)
Srimouli Rukmabhatla
el 20 de Mzo. de 2020
Hi,
MinTurningRadius is a property, Default value is 4. You can refer the following documentation linkhttps://www.mathworks.com/help/driving/ref/pathplannerrrt.html
In general the formula for radius of curvature is as
r = s / (sqrt(2 - 2 * cos(2*a/n))
where r is radius of curvature ,s is wheel base, a is steering angle,
n is steering ratio.
0 comentarios
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!