MPU6050-MotionTracking icon indicating copy to clipboard operation
MPU6050-MotionTracking copied to clipboard

Movement data collection using MPU6050 and Raspberry Pi. And obtaining the position and velocity with Python and Matplotlib, with visualization and data processing.

Results 2 MPU6050-MotionTracking issues
Sort by recently updated
recently updated
newest added

`--------------------------------------------------------------------------- IndexError Traceback (most recent call last) /var/folders/5d/jppcsct91857cvxdp34vyw780000gp/T/ipykernel_31642/2518927757.py in 1 fig, ax = plt.subplots(figsize=(16, 8)) ----> 2 plot_vel(time,acc,ax,'drift') /var/folders/5d/jppcsct91857cvxdp34vyw780000gp/T/ipykernel_31642/4091315804.py in plot_vel(time, acc, ax, v_type) 1 def plot_vel(time,acc,ax,v_type): 2 if v_type...