ROS机器人操作系统官方教程、源码汇总
1 wiki: http://wiki.ros.org/ 2 code: https://github.com/
----
1 基础教程 https://github.com/ros/ros_tutorials/tree/indigo-devel
ros_tutorials | 0.5.5 | 一年前 | |
roscpp_tutorials | 0.5.5 | 一年前 | |
rospy_tutorials | 0.5.5 | 一年前 | |
turtlesim | 0.5.5 | 一年前 |
----
2 进阶教程 https://github.com/ros/common_tutorials/tree/indigo-devel
actionlib_tutorials | 0.1.10 | 7 months ago | |
common_tutorials | 0.1.10 | 7 months ago | |
nodelet_tutorial_math | 0.1.10 | 7 months ago | |
pluginlib_tutorials | 0.1.10 | 7 months ago | |
turtle_actionlib | 0.1.10 | 7 months ago |
----
3 geometry tf 教程 https://github.com/ros/geometry_tutorials/tree/indigo-devel
geometry_tutorials | 0.2.2 | 2 years ago | |
turtle_tf | 清理代码 | a year ago | |
turtle_tf2 | [turtle_tf2]不要使用MessageFilter的指针 | 11 months ago |
----
4 urdf 教程 https://github.com/ros/urdf_tutorial
urdf_sim_tutorial | 安装修复(#30) | a month ago | |
urdf_tutorial | 安装修复(#30) | a month ago | |
README.md | 创建README.md | a year ago |
README.md
urdf_tutorial
----
5 可视化 rviz 教程 https://github.com/ros-visualization/visualization_tutorials/tree/indigo-devel
interactive_marker_tutorials | 0.9.2 | 2 years ago | |
librviz_tutorial | 0.9.2 | 2 years ago | |
rviz_plugin_tutorials | 0.9.2 | 2 years ago | |
rviz_python_tutorial | 0.9.2 | 2 years ago | |
visualization_marker_tutorials | 0.9.2 | 2 years ago | |
visualization_tutorials | 0.9.2 | 2 years ago | |
的.gitignore | librviz_tutorial:根据rvi的更改清理myviz析构函数 | 5 years ago | |
.travis.yml | 使用catkin_make | 2年前 |
----
6 导航 navigation 教程 https://github.com/ros-planning/navigation_tutorials/tree/indigo-devel
laser_scan_publisher_tutorial | 0.2.3 | a year ago | |
navigation_stage | 0.2.3 | a year ago | |
navigation_tutorials | 0.2.3 | a year ago | |
odometry_publisher_tutorial | 0.2.3 | a year ago | |
point_cloud_publisher_tutorial | 0.2.3 | a year ago | |
robot_setup_tf_tutorial | 0.2.3 | a year ago | |
roomba_stage | 0.2.3 | a year ago | |
simple_navigation_goals_tutorial | 0.2.3 | a year ago | |
README.md | 创建README.md | a year ago |
README.md
navigation_tutorials
关于使用ROS导航堆栈的教程。看到:
----
7 MoveIt! 教程 https://github.com/ros-planning/moveit_tutorials/tree/indigo-devel
_scripts | 初始提交 | 10个月前 | |
_静态的 | 右键对齐“GitHub上的编辑”按钮(#9) | 10个月前 | |
_themes / sphinx_rtd_theme | [html layout]改进格式(报告在 #68(评论))(#69) | 4 months ago | |
DOC | `标签。 这里有``remap`````似乎是这个代码试图做的" style="box-sizing: border-box; background-color: transparent; color: rgb(106, 115, 125); text-decoration-line: none;">启动参数中固定错字(#81`标签。 这里有``remap`````似乎是这个代码试图做的" style="box-sizing: border-box; background-color: transparent; color: rgb(106, 115, 125); text-decoration-line: none;">) | 6 days ago | |
的.gitignore | 在每个教程页面的底部添加反馈框,要求拉需求 | 8 months ago | |
.travis.yml | Travis检查错误(#28) | 8 months ago | |
的CMakeLists.txt | 初始提交 | 10 months ago | |
README.md | 添加travis构建(#17) | 9 months ago | |
build_locally.sh | 初始提交 | 10 months ago | |
conf.py | 靛蓝分支(#32) | 8 months ago | |
index.rst | 明确指出初学者到概念页面。(#44) | 8个月前 | |
package.xml中 | 初始提交 | 10个月前 | |
rosdoc.yaml | 与旧版Sphinx兼容(1.2.2) | 10个月前 |
README.md
MoveIt!教程
此回购由ROS构建服务器场自动构建,其输出位于此处:http : //docs.ros.org/indigo/api/moveit_tutorials/html/
Travis持续整合
ROS Buildfarm
建立
如果您想通过在本机上本地生成html页面来测试教程,请安装rosdoc_lite:
sudo apt-get install ros-kinetic-rosdoc-lite
并运行在包的根目录中:
rosdoc_lite -o build .
然后LOCAL_PACKAGE_PATH/build/html/index.html
在您的网络浏览器中打开。
部署
对于将文档更改部署到Web上,rosdoc_lite wiki的第3节说,对于在rosdistro存储库中列出了rosinstall文件的存储库中的包,rosdoc_lite将自动运行。这是大约每24小时进行一次,过夜。
----
https://github.com/osrf
Open Source Robotics Foundation
- Mountain View, CA
- http://osrfoundation.org/
----
https://github.com/ros
ROS core stacks
----
Simulation Tools In ROS
https://github.com/ros-simulation
----
https://github.com/ros-planning
ROS Planning
----
https://github.com/ros-perception
ROS Perception
----
https://github.com/ros-visualization
ros-visualization
----
https://github.com/ros-controls
ros-controls
----
https://github.com/ros-industrial
ROS-Industrial
----
ROS机器人操作系统官方教程、源码汇总的更多相关文章
- ROS机器人操作系统相关书籍、资料和学习路径
作者:Top Liu链接:https://zhuanlan.zhihu.com/p/30391098来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. 本文是易科机器人实验 ...
- 【2017.10.13 ROS机器人操作系统】ROS系统常用术语及资源
ROS机器人操作系统是一种后操作系统,提供了类似于软件开发中使用到的中间件的功能. ROS: Robot Operating System 机器人操作系统 Package: 功能包 Stack: 功能 ...
- [参考资料] 80个Python经典资料(教程+源码+工具)汇总
AD : 2018重磅地面课程<机器读心术之语音识别前沿实战特训营>,迈向人工智能新高度 [专题推荐]Python系列英文原版电子书 http://down.51cto.com/zt/10 ...
- 80个Python经典资料(教程+源码+工具)汇总——下载目录 ...
原文转自:http://bbs.51cto.com/thread-935214-1.html 大家好,51CTO下载中心根据资料的热度和好评度收集了80个Python资料,分享给Python开发的同学 ...
- Android 视频 教程 源码 电子书 网址
资源名称 资源地址 下载量 好评率8天快速掌握Android视频教程67集(附源码)http://down.51cto.com/zt/2197 32157Android开发入门之实战技巧和源码 htt ...
- 使用CEF(三)— 从CEF官方Demo源码入手解析CEF架构与CefApp、CefClient对象
在上文<使用CEF(2)- 基于VS2019编写一个简单CEF样例>中,我们介绍了如何编写一个CEF的样例,在文章中提供了一些代码清单,在这些代码清单中提到了一些CEF的定义的类,例如Ce ...
- 实时滚动图表绘制方法: LightningChart教程 + 源码下载
LightningChart图形控件彻底发挥了GPU加速和性能优化的最大效应,能够实时呈现超过10亿数据点的庞大数据,为大家提供先进与快速的图表库.这里的实时图实现的比较简单,大家先试一下这个效果,熟 ...
- unity3d俄罗斯方块源码教程+源码和程序下载
小时候,大家都应玩过或听说过<俄罗斯方块>,它是红白机,掌机等一些电子设备中最常见的一款游戏.而随着时代的发展,信息的进步,游戏画面从简单的黑白方块到彩色方块,游戏的玩法机制从最简单的消方 ...
- iOS开发者福利之精品源码汇总!免费下载
汇总一些看着不错的源码,有需要的朋友过来下载吧!{:4_102:} 1.用swift制作的色彩炫丽的进度条-KDCircularProgressKDCircularProgress是使用swift制作 ...
随机推荐
- APP接口版本不兼容怎么办? 教你一招
现在基本每个公司都做APP,所以大家都面临 APP接口版本兼容的问题. iOS和android 要不断开发新版本,很多服务端开发都是在以前接口的逻辑上进行修改.新的APP和接口开发后,接口如何兼容老的 ...
- 20144303 《Java程序设计》第八周学习总结
20144303 <Java程序设计>第八周学习总结 教材学习内容总结 第十五章 1.日志API简介: java.util.logging包提供了日志功能相关类与接口,不必额外配置日志组件 ...
- Scrapyd 项目爬虫部署
scrapyd是一个用于部署和运行scrapy爬虫的程序,它允许你通过JSON API来部署爬虫项目和控制爬虫运行 scrapyd是一个守护进程,监听爬虫的运行和请求,然后启动进程来执行它们 安装扩展 ...
- dd命令参数解析
seek=N : 跳过N个输出块 skip=N : 跳过N个输入块 注意:sd卡的每个扇区的大小统一为512个字节
- [BZOJ4003]城池攻占
Description 小铭铭最近获得了一副新的桌游,游戏中需要用 m 个骑士攻占 n 个城池. 这 n 个城池用 1 到 n 的整数表示.除 1 号城池外,城池 i 会受到另一座城池 fi 的管辖, ...
- bzoj 1192 鬼谷子的钱袋 数学
1192: [HNOI2006]鬼谷子的钱袋 Time Limit: 10 Sec Memory Limit: 162 MB Description 鬼谷子非常聪明,正因为这样,他非常繁忙,经常有各 ...
- 简单UML
http://www.cnblogs.com/pluviophile/p/7542017.html,看了这篇博文感觉这个例子有用遂搬运过来方便查阅 上面的类图就体现了所需要了解的类的6个基本关系 该类 ...
- meta标签中的http-equiv属性使用介绍
meta是html语言head区的一个辅助性标签.也许你认为这些代码可有可无.其实如果你能够用好meta标签,会给你带来意想不到的效果,meta 标签的作用有:搜索引擎优化(SEO),定义页面使用 ...
- [Spring]Spring Mvc实现国际化/多语言
1.添加多语言文件*.properties F64_en_EN.properties详情如下: F60_G00_M100=Please select data. F60_G00_M101=Are yo ...
- 英语词根与单词的说文解字---词根示例1、第10页 st(at)
英语词根与单词的说文解字---词根示例1.第10页 st(at) 一.总结 一句话总结: 站 state,establish,constitution 英 [ɪ'stæblɪʃ; e-] 美 [ɪˈ ...