Custom Maps #73
-
I wish to use this code to generate a trajectory for a custom racetrack of mine. Are there any guidelines I should follow when generating maps for the solver? I tried to use just a simple rectangular hallway, but splinify always failed due to duplicates. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The ideal centerline has a continuous changing curvature, but combination of straight lines and fixed radius curves does also work. Currently the code does only support boundaries which are uniform on the left and the right side (in fact the left right boundaries are only used for plotting). Changing this is possible, and I have the code, but not for MPCC, as I implemented it for my version of MPC-Curv which we used the Indy Autonomous Challenge. |
Beta Was this translation helpful? Give feedback.
The ideal centerline has a continuous changing curvature, but combination of straight lines and fixed radius curves does also work.
Currently the code does only support boundaries which are uniform on the left and the right side (in fact the left right boundaries are only used for plotting). Changing this is possible, and I have the code, but not for MPCC, as I implemented it for my version of MPC-Curv which we used the Indy Autonomous Challenge.