winstxnhdw / KinematicBicycleModel

A description of the Kinematic Bicycle Model written in Cython with an animated example.
82 stars 26 forks source link

Plot both map and camera tracks car at the same time? #3

Closed namKolorfuL closed 3 years ago

namKolorfuL commented 3 years ago

Is there a way to plot animation of both original map plot and camera tracking car plot at the same time for better visualization? I'm pretty new to matplot in python. Thanks for sharing your implementation anyways!

image image

winstxnhdw commented 3 years ago

I am guessing that you want to know how to animate subplots on the same figure. I have a similar implementation here.

namKolorfuL commented 3 years ago

That helps! Thanks!