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制作 ...
随机推荐
- 20145322《Java程序设计》第3次实验报告
实验内容,, 组队使用 git 上传代码并且互相下载对方代码修改之后再上传. 实现代码的重载 一. 使用git 上传代码 过程如图: 仨人成功上传后的代码图如下: 使用git 相互更改代码 执行git ...
- ECU
ECU(Electronic Control Unit)电子控制单元,又称“行车电脑”.“车载电脑”等.从用途上讲则是汽车专用微机控制器,也叫汽车专用单片机.它和普通的单片机一样,由微处理器(CPU) ...
- 收藏 19 个 ES6常用的简写技巧
代码精炼是每个有追求的程序所向往的,本文总结了19个JavaScript的简写技术,其中包括三元操作符.短路求值简写方式.声明变量简写方法等等,还有些自己的理解加上去:希望对你有帮助. 三元操作符 当 ...
- CentOS 64位系统 yum安装32位软件包的方法
//假如你要安装libjpeg的32位版本 1.查询具体的32位版本,然后安装 yum search libjpeg.i686 yum -y install libjpeg.i386 2.一劳永逸的方 ...
- 深度学习:Keras入门(二)之卷积神经网络(CNN)【转】
本文转载自:https://www.cnblogs.com/lc1217/p/7324935.html 说明:这篇文章需要有一些相关的基础知识,否则看起来可能比较吃力. 1.卷积与神经元 1.1 什么 ...
- nfs报错 - No route to host
nfs报错 - No route to host ______________________________ 因为防火墙阻止的原因. 解决方法:服务器rhel7系统下,打开firewall-conf ...
- jsp中获取list长度
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ tag ...
- BZOJ 2761: [JLOI2011]不重复数字 hash哈希
题目就不贴了 点我看题 题意:这题题意很简明,就是给一个序列,把序列里相同的删掉,然后输出,按原数列顺序. 思路:这题之前QZZ和ZN大神犇叫我去做,辣时还不会hash,就留着了.最近某夏令营学会了h ...
- linux按照进程名杀掉进程
1.按照进程名杀掉进程 ps -ef | grep sftp | grep mysql |grep -v grep | awk '{print("kill -9 ", ...
- Tornado异步(2)
Tornado异步 因为epoll主要是用来解决网络IO的并发问题,所以Tornado的异步编程也主要体现在网络IO的异步上,即异步Web请求. 1. tornado.httpclient.Async ...