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制作 ...
随机推荐
- 【转】获取Windows系统明文密码神器
前序 电脑密码忘记了可以用本工具找回,前提是你能进入系统,例如本机保存了远程服务器登录的密码或借别人的电脑,而忘记了密码:mimikatz 2.0工具正好解决了你的问题. 工具下载 binaires ...
- Nginx配置X-Forwarded-Proto
需求 最近公司在做全站https,架构上面有Nginx+tomcat Nginx+php,且nginx配置了ssl,tomcat和php项目使用https协议 但是,发送的是https url请求,p ...
- How To Use Coordinates To Extract Sequences In Fasta File
[1] bedtools (https://github.com/arq5x/bedtools2) here is also bedtools (https://github.com/arq5x/be ...
- dp_train_f
Vasya And The Mushrooms 题目大意:有2n个格子,分成上下两行,每行n个,每个格子有蘑菇每秒的生长值(rate),小姑娘从左上角出发(time=0),每秒必须移动,而且只能移动到 ...
- 各类人工智能&大数据相关比赛
比赛技巧:https://zhuanlan.zhihu.com/p/28084438 文章来源: https://www.imooc.com/article/72863 随着近几年人工智能和大数据的快 ...
- 修改主机hosts文件 访问外网
参考:详解google Chrome浏览器(理论篇) 感谢原博主 Alan_beijing 的分享,博客:Alan_beijing hosts文件所在位置: a.Windows系统: C:\Windo ...
- centos mysql忘记密码
1.停止mysql 服务:service mysqld stop; 2.vim命令打开mysql配置文件my.cnf(位置一般为:/etc/my.cnf) 3.在mysqld进程配置文件中添加skip ...
- hiho 有序01字符串 dp
题目1 : 有序01字符串 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 对于一个01字符串,你每次可以将一个0修改成1,或者将一个1修改成0.那么,你最少需要修改多少 ...
- tp5---auth权限搭建2
1.auth权限 composer auth库 下载完成之后 根据auth.php中所提及怎样创建表,就怎样建表 2.安利一个简单的建表操作 根据composer下载里的文件注释的代码,将其直接放到s ...
- Java循环跳转语句之 break
生活中,我们经常会因为某些原因中断既定的任务安排.如在参加 10000 米长跑时,才跑了 500 米就由于体力不支,需要退出比赛.在 Java 中,我们可以使用 break 语句退出指定的循环,直接执 ...