JuliaMPC / MAVs

Michigan Autonomous Vehicles
14 stars 14 forks source link

Add the latest and last predicted trajectory, fix the plotting error,… #116

Closed Scarabrine closed 5 years ago

Scarabrine commented 5 years ago

I have fixed the plotting error and add acceleration limit to the plot. I haven't made all figures in one since by that way, plotting will be too slow to catch the chrono's update frequency. There is one problem remained, that's when update the predicted trajectory, the trajectory will blink. This is because I need to clean the previous plot so that the new plot will not overlap with it. I will find a smarter way but the current version can still work.