Open source data collection: https://github.com/unitreerobotics/avp_teleoperate
Open source learning algorithms: https://github.com/unitreerobotics/unitree_IL_lerobot
Open source datasets and models: https://huggingface.co/UnitreeRobotics
#AI #Teleoperation #OpenSourceDataset #Unitree #EmbodiedAI #Humanoid #DataCollection #AGI
一、软件架构设计
宇树G1采用分层式实时控制架构,结合ARM Cortex-R5与FPGA的异构计算能力,实现43自由度1kHz实时控制。其架构分为以下层次:
- 实时操作系统层:基于RTX5(ARM Cortex-R5)和裸机程序(FPGA),满足强实时性需求。RTX5提供确定性调度(时间片+抢占式)、零中断延迟和5KB ROM/500B RAM的低资源占用。
- 算法执行层:
- ARM端:运行状态观测器(卡尔曼滤波)