Borrar filtros
Borrar filtros

Pure Pursuit (simulink) error :' Expected waypoints to be an array with number of columns equal to 2. '

2 visualizaciones (últimos 30 días)
Good morning,
I'm trying to give to the PurePursuit simulink block a matrix n-by-2 in which the two columns are vectors x and y, the waypoints of a trajectory, but it continues to give me this error.
Can anyone tell me what the problem could be?
Thanks in advance.
  1 comentario
Ajay Pattassery
Ajay Pattassery el 22 de Nov. de 2022
Could you confirm whether the waypoints are nx2 by verifying
width(waypoints) == 2
If it is true, please share a minimal working simulink example to inspect.

Iniciar sesión para comentar.

Respuestas (2)

Ajay Pattassery
Ajay Pattassery el 27 de En. de 2023
This example demonstrates how to execute an obstacle-free path between two locations on a given map in Simulink. The example provide waypoints as an nx2 matrix.
Let us know if the issue still exist. If it exists share the actual error message and preferably a minimal simulink example to inspect.

Joshua Tashbar
Joshua Tashbar el 8 de Oct. de 2023
Hi.
I am having this same problem with the PurePursuit simulink block.
The error is below
I also attached a minimally working Simulink file (Version:R2023a).
Thank you
Josh

Categorías

Más información sobre Create Large-Scale Model Components en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by