flowpilot Pxiel 6 & redmi K30 Pro

Installation · flowdriveai/flowpilot Wiki · GitHub

Flowpilot can be installed on:

  • Android phone
    • Non-rooted running
      • Android 10
      • Android 11
      • Android 12
    • Rooted running
      • Android 13+ requires root
  • Desktop pc with Ubuntu >= 20.04.

安装Termux

https://f-droid.org/repo/com.termux_118.apk

安装flowpilot

复制代码
termux-setup-storage
复制代码
pkg upgrade
复制代码
pkg install wget

wget -q https://raw.githubusercontent.com/flowdriveai/flowpilot/master/scripts/flowpilot-setup-env-android 需要梯子

chmod +x flowpilot-setup-env-android
复制代码
./flowpilot-setup-env-android
复制代码
login-flowpilot
复制代码
install-flowpilot-android

install termux:api

https://f-droid.org/repo/com.termux.api_51.apk

install flowpilot apk

Release v0.2.4 (premium) · flowdriveai/flowpilot · GitHub

校准

https://raw.githubusercontent.com/opencv/opencv/4.x/doc/pattern.png​

进入界面

只显示off road 模式 不显示camer 预览

解决方法:Testing Without Hardware · flowdriveai/flowpilot Wiki · GitHub

1.打开flow-pilot app

2.进入termux

login-flowpilot

cd flowpilot/scripts

python dummy_publishers.py

3.返回flow-pilot app

复制代码
相关推荐
阿巴斯甜19 小时前
Android 报错:Zip file '/Users/lyy/develop/repoAndroidLapp/l-app-android-ble/app/bu
android
Kapaseker20 小时前
实战 Compose 中的 IntrinsicSize
android·kotlin
xq952721 小时前
Andorid Google 登录接入文档
android
黄林晴1 天前
告别 Modifier 地狱,Compose 样式系统要变天了
android·android jetpack
冬奇Lab1 天前
Android触摸事件分发、手势识别与输入优化实战
android·源码阅读
城东米粉儿2 天前
Android MediaPlayer 笔记
android
Jony_2 天前
Android 启动优化方案
android
阿巴斯甜2 天前
Android studio 报错:Cause: error=86, Bad CPU type in executable
android
张小潇2 天前
AOSP15 Input专题InputReader源码分析
android
_小马快跑_2 天前
Kotlin | 协程调度器选择:何时用CoroutineScope配置,何时用launch指定?
android