Skip to content

Instantly share code, notes, and snippets.

View BMW009A's full-sized avatar
💭
I may be slow to respond.

BMW009A BMW009A

💭
I may be slow to respond.
View GitHub Profile
@BMW009A
BMW009A / Constant steer simulation route
Created December 9, 2021 06:39
Animation with Python matplotlib (Vehicle dynamics simulation route)
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import matplotlib.animation as animation
plt.rcParams['figure.figsize']=(8.0, 8.0)
plt.rcParams['xtick.direction'] = 'in' # xtick in
plt.rcParams['ytick.direction'] = 'in' # ytick in
plt.rcParams['figure.dpi'] = 800 # resolution of figure
io = 'Constant.xlsx'