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制作 ...
随机推荐
- 组播的介绍以及CS模型实现
1.组播介绍 组播组可以是永久的也可以是临时的.组播组地址中,有一部分由官方分配的,称为永久组播组. 永久组播组保持不变的是它的ip地址,组中的成员构成可以发生变化.永久组播组中成员的数量都可以是任意 ...
- kali rolling 配置网络
一. 在文件系统里找到/etc/network下的interfaces文件,打开后可以看到eth0为dhcp,将其修改为如下形式: # This file describes the network ...
- 混合开发的大趋势之一React Native之页面跳转(2)+物理返回+特定平台代码
转载请注明出处:这里写链接内容 今天是10月份的最后一天,我加了3个月来的第一个班,挤出了这篇. 废话不多先安利,然后继续学习 RN 有好东西都往里面丢,努力做好归纳 https://github.c ...
- springMVC三种处理器映射器
1.配置处理器映射器,springmvc默认的处理器映射器BeanNameUrlHandlerMapping <bean class="org.springframework.web. ...
- python中的上下文管理器
刚刚看了vamei大神的上下文管理器博客,理解如下: 其实我自己经常用到上下文管理器,尤其是在打开文件的时候,如果自己比较懒,不想手工打上f.close(),使用上下文管理器就ok拉. 上下文管理器就 ...
- geoserver源码学习与扩展——restAPI访问
产生这篇文章的想法是在前端通过js调用restAPI时,总是不成功,发送ajax请求时还总是出现类似跨域的问题,后来查找才发现,默认情况下restAPI的访问都需要管理员权限,而通过ajax请求传输用 ...
- Linux系统用户及用户组管理
目录一.新增/删除用户和用户组二.创建/修改密码三.用户身份切换--su和sudo 一.新增/删除用户和用户组1.用户组 命令 : groupadd 语法 : groupadd [-g GID] gr ...
- angular2.x 下拉多选框选择组件
angular2.x - 5.x 的下拉多选框选择组件 ng2 -- ng5.最近在学angular4,经常在交流群看见很多人问 下拉多选怎么做... 今天就随便写的个. 组件源码 百度云 链接: ...
- [Vue]Vue实例的选项props传递数据props为驼峰式命名
在vue的中文官网有这样的说明: HTML 中的特性名是大小写不敏感的,所以浏览器会把所有大写字符解释为小写字符.这意味着当你使用 DOM 中的模板时,camelCase (驼峰命名法) 的 prop ...
- mysql数据库优化课程---13、mysql基础操作
mysql数据库优化课程---13.mysql基础操作 一.总结 一句话总结:mysql复制表,索引,视图 1.mysql如何复制表? like select * 1.复制表结构 create tab ...