2024-12-25 16:52:07 +01:00
|
|
|
import control_functions as cf
|
|
|
|
|
import plotter_functions as pf
|
|
|
|
|
import numpy as np
|
|
|
|
|
import matplotlib.pyplot as plt
|
|
|
|
|
from scipy.integrate import odeint
|
|
|
|
|
import numpy as np
|
|
|
|
|
import matplotlib.pyplot as plt
|
2024-12-27 16:10:25 +01:00
|
|
|
import statistics as st
|
2024-12-28 21:06:10 +01:00
|
|
|
from adafruit_hcsr04 import HCSR04 as hcsr04
|
2024-12-18 13:45:00 +01:00
|
|
|
|
2024-12-28 21:06:10 +01:00
|
|
|
_, fixed_file_stamp = cf.time_stamper()
|
2024-12-25 16:52:07 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
cf.read_distance_sensor(fixed_file_stamp)
|
2024-12-18 13:45:00 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|