S SmartDocs

機器人與自主系統

ROS 2、人形機器人、無人機與自動駕駛系統。

Humanoid 更新於 2026-05-12

Task Manager 架構與實作教學

文件版本:v1.0(20260512) 對應源碼基線:fmc3roboticsmain/projects/RoboOS(standalone) 你的職責範圍(蒲):任務規劃 / 任務調度 / 任務監控 / 任務診斷 / 人機交互(部分) 隊友:尹(任務開關)、朱(Skill Unit / 主策略 / 後處理 / 策略診斷)、李(技能編排 / 技能調度 / 技能監控 / 人機協作)、謝(前處理 / 結構化技能感知 / 視覺定位)

閱讀文章 →
Humanoid 更新於 2026-05-12

Task Manager — 接口契約(Interfaces)

單一事實來源(Single Source of Truth) 任何接口變更,先改本文件、再改代碼。 文件位置:master/taskmanager/interfaces.md 維護人:蒲(Task Manager owner) 對齊文件:May12/TaskManager架構教學.md 版本:v1.0(20260512)

閱讀文章 →
Humanoid 更新於 2026-03-05

現代人形機器人為何正從傳統 Motion Planning 轉向學習式與端到端控制

近五年的人形機器人研發重心,明顯從「離線規劃(RRT/PRM/CHOMP/TrajOpt)+線上追蹤」的傳統路線,轉向「以學習式策略(RL/IL)在高頻率直接輸出全身控制」或「混合式分層架構(高層規劃/語意 + 中層視覺運動策略 + 低層 kHz 平衡/力控制)」的方向。這個轉向並非單一技術潮流,而是由人形本體的高自由度、接觸豐富(locomanipulation)、感知不確定性與即時性需求共同逼出的工程選擇。citeturn19v

閱讀文章 →
Humanoid 更新於 2026-03-12

fmc3robotics

"The best way to predict the future is to invent it." — Alan Kay

閱讀文章 →
Humanoid 更新於 2026-03-12

Plan

今天的目标不是做完整仿真场景,而是交付一个能让另一支 team 先接入 master 的可运行基线。

閱讀文章 →
Humanoid 更新於 2026-03-12

Work Log

新建 gr2sim 目录,作为正式贡献边界。 抽出 skill.py / gr2controller.py / simapp.py / config.py,形成 RoboOS 到 Isaac Sim 的最小桥接版。 暴露 connectrobot / disconnectrobot / getjointstate / listnamedposes / movenamedpose / movejoints。

閱讀文章 →
Humanoid 更新於 2026-03-12

Fourier GR2 Robot SDK 封装包

这是一个基于 Fourier Aurora SDK 的 Python 高层封装库,旨在简化 GR2 机器人的开发流程。

閱讀文章 →
Humanoid 更新於 2026-03-12

Conda 环境打包指南

本文档记录了如何使用 condapack 打包环境,并将其恢复到新电脑的 Conda 目录中,以便继续使用 conda 命令进行管理(如 conda activate)。

閱讀文章 →
Humanoid 更新於 2026-03-12

RoboOS 启动指南

閱讀文章 →
Humanoid 更新於 2026-03-12

语音控制系统启动指南

本指南将帮助你启动 Fourier GR2 机器人的语音控制系统。该系统包含两种模式: 1. 离线版本 推荐:使用 Vosk 模型进行本地语音识别,响应快且无需网络。 2. 云端版本:使用 Google 语音识别,需要互联网连接。

閱讀文章 →
Humanoid 更新於 2026-03-12

DoraRecord 转 LeRobot v3.0 数据集转换指南

convertdoratolerobot.py 将外骨骼遥操采集的 DoraRecord 格式数据转换为 LeRobot v3.0 格式,用于后续的策略模型训练(ACT、Diffusion、PI0、SmolVLA 等)。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-02-03

智能駕駛與機器人實習熱身計畫 20 天每日教材包

適合已有 Python 基礎,準備進入智能駕駛 / 機器人領域實習的同學。 每天 2 小時,4 週完成。內容含學習資源、練習題與程式模板。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-02-03

Linux / QNX Driver 與中間件硬體溝通 20 堂課每日教材包

本課程專注於 Linux/QNX 驅動與中間件開發,涵蓋如何與 Robotaxi 硬體匯流排與介面溝通,並附示範程式碼。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-02-03

Robotaxi 硬體與通訊基礎 20 堂課每日教材包

面向智能駕駛開發者,涵蓋 CPU 架構、匯流排、資料傳輸介面與車載通訊協定。 每堂課 1.5~2 小時,含理論與實驗。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

fmc3robotics

"The best way to predict the future is to invent it." — Alan Kay

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

Plan

今天的目标不是做完整仿真场景,而是交付一个能让另一支 team 先接入 master 的可运行基线。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

Work Log

新建 gr2sim 目录,作为正式贡献边界。 抽出 skill.py / gr2controller.py / simapp.py / config.py,形成 RoboOS 到 Isaac Sim 的最小桥接版。 暴露 connectrobot / disconnectrobot / getjointstate / listnamedposes / movenamedpose / movejoints。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

Fourier GR2 Robot SDK 封装包

这是一个基于 Fourier Aurora SDK 的 Python 高层封装库,旨在简化 GR2 机器人的开发流程。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

Conda 环境打包指南

本文档记录了如何使用 condapack 打包环境,并将其恢复到新电脑的 Conda 目录中,以便继续使用 conda 命令进行管理(如 conda activate)。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

RoboOS 启动指南

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

语音控制系统启动指南

本指南将帮助你启动 Fourier GR2 机器人的语音控制系统。该系统包含两种模式: 1. 离线版本 推荐:使用 Vosk 模型进行本地语音识别,响应快且无需网络。 2. 云端版本:使用 Google 语音识别,需要互联网连接。

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces 更新於 2026-03-12

DoraRecord 转 LeRobot v3.0 数据集转换指南

convertdoratolerobot.py 将外骨骼遥操采集的 DoraRecord 格式数据转换为 LeRobot v3.0 格式,用于后续的策略模型训练(ACT、Diffusion、PI0、SmolVLA 等)。

閱讀文章 →
CrazyFly EN 更新於 2026-02-03

Next Steps: Contribution Opportunities for Quadrotor Projects

After thoroughly analyzing both the NCKUQuadrotorNavigationhttps://github.com/LeeChunYi/NCKUQuadrotorNavigation and L1Crazyfliehttps://github.com/cfcray/L1Crazyflie projects, I've identified numerous highimpact contribut

閱讀文章 →
CrazyFly EN 更新於 2026-02-03

CrazyFly Project Summary

CrazyFly is a comprehensive quadrotor control system implementation that provides advanced control algorithms, realtime performance optimization, and multilanguage support for research and educational purposes. The proje

閱讀文章 →