flowpilot
flowpilot copied to clipboard
flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines.
Would recommend to view this commit by commit, since the initial commit is only formatting the file.
Would recommend to view this commit by commit, since the initial commit is only formatting the file.
Android installation in termux is stopped and it shows the error could not locatre python3.9... However python3.11 is successfully installed by the steps mentioned in the wiki installation procedure.. Is...
Device: Pixel 6A Version: GrapheneOS [TP1A.221005.003.2022100300](https://github.com/GrapheneOS/platform_manifest/releases/tag/TP1A.221005.003.2022100300) (android 13) Symptom: When flowpilot is launched with `ZMQ_MESSAGING_PROTOCOL` set to `TCP`, error message stating `Permission Denied (src/tcp.address.cpp:172)` and `Permission Denied (ip_resolver.cpp:542)` appears. Flowpilot...
Hi, I am trying to setup it on PC / Desktop, Intel CPU + Ubuntu 20.04. I followed the install steps from here : https://github.com/flowdriveai/flowpilot/wiki/Installation#installing-on-desktop Then I followed "Running on...
Some devices with specific ROMs have problems regarding USB cut off and slow usb access leading to missed cyscles in panda's boardd thread. A fix, or a generalized guide for...
This PR resolves #41 - Userland based on Termux, non-root equivalent being worked on by @lime_bird on the Discord - Panda builds and flashes successfully - boardd compiler directives added...
**Describe the bug** When lauching flowpilot, model init failed with errors: ``` E/tnn: BuildProgram [File /home/orangepi/others/tnn-v0.3.0-full-source/source/tnn/device/opencl/opencl_runtime.cc][Line 478] Program build log: :78:18: error: use of undeclared identifier 'inff' FLOAT4 out =...
goal is to try and make Flowpilot boot in the [RetrOS userland](https://github.com/RetroPilot/retros-userspace-builder), so we can eventually start leveraging the hardware more and get the codebase closer to openpilot. Flowpilot reqs...