[Issue #11] 实现 ACT 下的小车 SimToReal / RealToReal,打通视觉训练与真实小车客户端#15
Open
saymain wants to merge 1 commit into
Open
[Issue #11] 实现 ACT 下的小车 SimToReal / RealToReal,打通视觉训练与真实小车客户端#15saymain wants to merge 1 commit into
saymain wants to merge 1 commit into
Conversation
fontlos
pushed a commit
to fontlos/AKA-Sim
that referenced
this pull request
Mar 26, 2026
* feat: add init command, add ip in html, add get ip route, support http and https, add torque limit to protect motor * docs: add init md, add how to change avahi, add boot init file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
对应 Issue
Closes #11
项目归属
本次提交只对应项目三:实现 ACT 下的小车 SimToReal / RealToReal。
本次完成内容
主要改动
后端
脚本
前端
文档
主要文件
backend/app/routes/api.pybackend/app/routes/websocket.pybackend/train.pybackend/utils/image_utils.pybackend/cameras/opencv/camera_opencv.pybackend/transfer/scripts/real_car_common.pyscripts/real_car_collect.pyscripts/real_car_infer.pyfrontend/src/pages/SimPage.tsxdocs/src/api.md小车RealToReal和SimToReal接入.mdact调用链.md验证结果
已完成以下验证:
real_car_collect.py --help可正常运行real_car_infer.py --help可正常运行ACT.forward()输出形状正确npm --prefix frontend run build通过截图 / 运行说明
1. 前端 ACT 推理界面
前端仿真界面已成功加载模型
act_20260321_104803,ACT 推理状态为“运行中”,并已输出动作结果。当前截图使用临时生成的演示模型,因此模型已进入推理状态,但当前输出动作为stop。2.
real_car_collect.py --help真实小车采集脚本可正常启动并输出帮助信息。

3.
real_car_infer.py --help真实小车在线视觉推理客户端可正常启动并输出帮助信息。

4. 前端构建成功
前端执行

npm --prefix frontend run build后构建成功。运行方式