Files
openmlsys-zh/zh_chapters/chapter_rl_sys/summary.md
anyin233 00db02dbfd fix: fix equation rendering by changing the toolchain to mathjax (#493)
* docs: update README and build guide

* fix: escape * and _ inside math to prevent markdown emphasis corruption

* fix: configure MathJax to use TeX (Computer Modern) font

* feat: enhance markdown processing with label and figure collection

* fix: remove duplicate bibliography directives from chapter summaries

References are already handled at the chapter level, so the
:bibliography: directives in summary pages are redundant and cause
rendering issues.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 06:21:56 +00:00

561 B
Raw Blame History

总结

在这一章我们简单介绍了机器人系统的基本概念包括通用机器人操作系统、感知系统、规划系统和控制系统等给读者对机器人问题的基本认识。对通用机器人操作系统部分我们回顾了其中的基本概念并通过代码实例让读者对ROS能有直接的体验体会到搭建一个简单机器人系统的乐趣。当前机器人是一个快速发展的人工智能分支许多实际问题都需要通过机器人算法和系统设计的进一步发展得到解决。