This commit is contained in:
Your Name
2024-06-09 17:23:37 -05:00
parent ee0a308db6
commit 9172cb85ee

View File

@@ -396,7 +396,7 @@ def main() -> NoReturn:
last_reported_longitude = gps.longitude
# Call the script
subprocess.run(["/data/brian/gps_tracking.sh", gps.latitude, gps.longitude, gps.speed], check=True)
subprocess.run(["bash", "/data/brian/gps_tracking.sh", gps.latitude, gps.longitude, gps.speed], check=True)
elif log_type == LOG_GNSS_OEMDRE_SVPOLY_REPORT: