15年底工作进入正轨,如今已经18年了,时间好快,过去的2年多,用一个词概括就是“狂躁”,折腾新课,到处出差学习,18年开始要专注于智能机器人的教学与科研工作了,三字目标:慢、简、静。欲速不达,精简目标,宁静致远。
所有课程需要依据发展补充和更新最新的内容,否则讲述过时的技术和知识,害人害己。
资讯信息类:知乎推荐、机器人网、ROS动态、雷锋网、cnBeta等。
智能机器人课程主要包括人工智能、机器人控制、SLAM技术、人机交互等很多内容,依据课程大纲进行更新和完善。
推荐
--
掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台: https://juejin.im/tag/掘金翻译计划
掘金翻译计划 是一个翻译优质互联网技术文章的社区,文章来源为 掘金 上的英文分享文章。内容覆盖人工智能、Android、iOS、React、前端、后端、产品、设计 等领域,读者为热爱新技术的新锐开发者。
掘金翻译计划目前翻译完成 850 余篇文章,共有近 800 名译者贡献翻译。
版权声明:掘金翻译计划译文仅用于学习、研究和交流。版权归掘金翻译计划、文章作者和译者所有,欢迎非商业转载。转载前请联系译者或管理员获取授权,并在文章开头明显位置注明本文出处、译者、校对者和掘金翻译计划的完整链接,违者必究。
--
Essential Cheat Sheets for deep learning and machine learning researchers
--
--
--
机器人操作系统(ROS)
================================================== =============================
ROS是您的机器人的元操作系统。它提供语言无关和网络透明的通信分布机器人控制系统。
安装说明
------------------
有关完整的安装说明,包括系统必备组件和特定于平台的帮助,请参阅:
http://wiki.ros.org/ROS/Installation
--
文档位于wiki中:https://github.com/ros2/ros2/wiki
--
--
--
--
This is the code written for my new book about visual SLAM called "14 lectures on visual SLAM" which was released in April 2017. It is highy recommended to download the code and run it in you own machine so that you can learn more efficiently and also modify it. The code is stored by chapters like "ch2" and "ch4". Note that chapter 9 is a project so I stored it in the "project" directory.
If you have any questions about the code, please add an issue so I can see it. Contact me for more information: gao dot xiang dot thu at gmail dot com.
These codes are under MIT license. You don't need permission to use it or change it. Please cite this book if you are doing academic work: Xiang Gao, Tao Zhang, Yi Liu, Qinrui Yan, 14 Lectures on Visual SLAM: From Theory to Practice, Publishing House of Electronics Industry, 2017.
In LaTeX: @Book{Gao2017SLAM, title={14 Lectures on Visual SLAM: From Theory to Practice}, publisher = {Publishing House of Electronics Industry}, year = {2017}, author = {Xiang Gao and Tao Zhang and Yi Liu and Qinrui Yan}, }
For English readers, we are currently translating this book into an online version, see this page for details.
我最近写了一本有关视觉SLAM的书籍,这是它对应的代码。书籍将会在明年春天由电子工业出版社出版。
我强烈建议你下载这个代码。书中虽然给出了一部分,但你最好在自己的机器上编译运行它们,然后对它们进行修改以获得更好的理解。这本书的代码是按章节划分的,比如第二章内容在”ch2“文件夹下。注意第九章是工程,所以我们没有”ch9“这个文件夹,而是在”project“中存储它。
如果你在运行代码中发现问题,请在这里提交一个issue,我就能看到它。如果你有更多的问题,请给我发邮件:gaoxiang12 dot mails dot tsinghua dot edu dot cn.
本书代码使用MIT许可。使用或修改、发布都不必经过我的同意。不过,如果你是在学术工作中使用它,建议你引用本书作为参考文献。
引用格式: 高翔, 张涛, 颜沁睿, 刘毅, 视觉SLAM十四讲:从理论到实践, 电子工业出版社, 2017
LaTeX格式: @Book{Gao2017SLAM, title={视觉SLAM十四讲:从理论到实践}, publisher = {电子工业出版社}, year = {2017}, author = {高翔 and 张涛 and 刘毅 and 颜沁睿}, lang = {zh} }
关于勘误,请参照本代码根目录下的errata.xlsx文件。此文件包含本书从第一次印刷至现在的勘误信息。勘误将随着书籍的印刷版本更新。
百度云备份:[https://pan.baidu.com/s/1slDE7cL] Videos: [https://space.bilibili.com/38737757]
--
--
Simultaneous Localization and Mapping, also known as SLAM, is the computational problem of constructing or updating a map of an unknown environment while simultaneously keeping track of an agent's location within it.
Have anything in mind that you think is awesome and would fit in this list? Feel free to send a pull request.
----