机器人学
人工智能
计算机科学
软件部署
Python(编程语言)
机器人
瓶颈
机器人范例
教育机器人学
移动机器人
人机交互
自动化
文档
自主机器人
接口(物质)
机器人学习
建筑
可用的
认知机器人学
软件工程
嵌入式系统
深度学习
遥操作
实施
障碍物
繁荣
运动规划
自治
强化学习
钥匙(锁)
快照(计算机存储)
模拟
自主系统(数学)
避障
互操作性
系统体系结构
机器人控制
在飞行中
工程类
重新使用
作者
Dierking, Magnus,Mower, Christopher E.,Das, Sarthak,He-Long Huang,Qiu, Jiacheng,Reading, Cody,Chen Wei,Liang, Huidong,Guo-wei Huang,Peters, Jan,Xingyue Quan,Wang Jun,Bou-Ammar, Haitham
出处
期刊:Cornell University - arXiv
日期:2025-06-24
标识
DOI:10.48550/arxiv.2506.21628
摘要
Robotics has made remarkable hardware strides-from DARPA's Urban and Robotics Challenges to the first humanoid-robot kickboxing tournament-yet commercial autonomy still lags behind progress in machine learning. A major bottleneck is software: current robot stacks demand steep learning curves, low-level C/C++ expertise, fragmented tooling, and intricate hardware integration, in stark contrast to the Python-centric, well-documented ecosystems that propelled modern AI. We introduce ARK, an open-source, Python-first robotics framework designed to close that gap. ARK presents a Gym-style environment interface that allows users to collect data, preprocess it, and train policies using state-of-the-art imitation-learning algorithms (e.g., ACT, Diffusion Policy) while seamlessly toggling between high-fidelity simulation and physical robots. A lightweight client-server architecture provides networked publisher-subscriber communication, and optional C/C++ bindings ensure real-time performance when needed. ARK ships with reusable modules for control, SLAM, motion planning, system identification, and visualization, along with native ROS interoperability. Comprehensive documentation and case studies-from manipulation to mobile navigation-demonstrate rapid prototyping, effortless hardware swapping, and end-to-end pipelines that rival the convenience of mainstream machine-learning workflows. By unifying robotics and AI practices under a common Python umbrella, ARK lowers entry barriers and accelerates research and commercial deployment of autonomous robots.