by following the periodic reference tracking examples in the provided acado kit, i started implementing a similar code for my reference tracking of x,y position and a specific velocity profile around a track. I was successfull in one step where i had only x,y as reference .
However, i am struggling right now when i have to track three variables. My acado code in matlab looks like below. I really appreciate any help on this and also correcting my mistakes which helps in my understanding.
Dear all,
by following the periodic reference tracking examples in the provided acado kit, i started implementing a similar code for my reference tracking of x,y position and a specific velocity profile around a track. I was successfull in one step where i had only x,y as reference .
However, i am struggling right now when i have to track three variables. My acado code in matlab looks like below. I really appreciate any help on this and also correcting my mistakes which helps in my understanding.
BEGIN_ACADO;
END_ACADO;
out = TrajectoryTracking_RUN();