Skip to content

Instantly share code, notes, and snippets.

View clivelo's full-sized avatar
📚
Learning

Clive Lo clivelo

📚
Learning
View GitHub Profile
@clivelo
clivelo / plot_3d_trajectory.py
Last active October 2, 2019 14:26
Plotting single sensor 3D animated trajectory
# Lo Kwan Wai, Clive
# October 2, 2019
# Plotting 3D animated trajectory with single motion sensor
import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
from matplotlib.animation import FuncAnimation
# Plot 3d trajectory graph