ROS(indigo)机器人操作系统学习资料和常用功能包汇总整理(ubuntu14.04LTS)

1. 网站资源:

ROSwiki官网:http://wiki.ros.org/cn

GitHub           :https://github.com/

ExBot             :http://blog.exbot.net/

ROSwiki        :http://www.roswiki.com/

ROSClub      :http://www.rosclub.cn/

OSRF            :http://www.osrfoundation.org/

Robots          :http://wiki.ros.org/Robots

Sensors        :http://wiki.ros.org/Sensors

Books            :http://wiki.ros.org/Books

Courses        :http://wiki.ros.org/Courses

仿真环境主要有:

Gazebo         :http://gazebosim.org/

v-rep              :http://www.v-rep.eu/

morse            :https://www.openrobots.org/wiki/morse

这些具有非常完备的ROS接口,并且在持续更新中。

算法介绍主要有:

mrpt               :http://www.mrpt.org/

OpenSLAM  :http://openslam.org/

PCL               :http://pointclouds.org/

OpenCV       :http://opencv.org/

需要参考的书籍及相关资料,大部分都可以在上述网址上找到。

2. ROS常用功能包(以有源码为主)

2.1 ros-teleop

Packages especially for teleoperating ROS robots

包括用手柄,键盘以及鼠标为输入设备控制机器人。

https://github.com/ros-teleop

2.2 robopeak-rplidar

master :https://github.com/robopeak/rplidar_ros/tree/master

SLAM  :https://github.com/robopeak/rplidar_ros/tree/slam

2.3 camera

usb         :https://github.com/bosch-ros-pkg/usb_cam

uvc         :http://wiki.ros.org/uvc_camera

openni2:https://github.com/ros-drivers/openni2_camera

freenect:https://github.com/ros-drivers/freenect_stack

2.4 introlab

rtabmap_ros:http://introlab.github.io/rtabmap/

https://github.com/introlab/rtabmap/tree/indigo-devel

find_object   :http://introlab.github.io/find-object/

https://github.com/introlab/find-object

2.5 face?

pi_vision      :https://github.com/hansonrobotics/pi_vision

cob_             :http://wiki.ros.org/cob_people_perception

people_       :https://github.com/ipa-rmb/cob_people_perception

perception   :https://github.com/ipa-rmb

2.6 serial

rosserial      :http://wiki.ros.org/rosserial

https://github.com/ros-drivers/rosserial/tree/indigo-devel

serial            :https://wjwwood.github.com/serial/

https://github.com/wjwwood/serial

2.7 Android

rosjava        :https://github.com/rosjava

ros-android:https://github.com/ros-android

2.8 MoveIt!

moveit         :http://moveit.ros.org/

2.9 ros-planning

ros-planning:https://github.com/ros-planning

ROS(indigo)机器人操作系统学习资料和常用功能包汇总整理(ubuntu14.04LTS)的更多相关文章

  1. ROS(indigo)机器人操作系统学习有趣丰富的Gazebo仿真示例evarobot

    一直在寻找一个示例可以将ROS学习中常用的基础内容大部分都包含进去,最好还包括Gazebo仿真, 这样即使没有硬件设备,也可以很好的学习ROS相关内容,但又必须有对应的硬件,便于后续研究. 这里,介绍 ...

  2. Ubuntu 16.04 + ROS Kinetic 机器人操作系统学习镜像分享与使用安装说明

    Ubuntu 16.04 + ROS Kinetic 镜像分享与使用安装说明 内容概要:1 网盘文件介绍  2 镜像制作  3 系统使用与安装 ---- 祝ROS爱好者和开发者新年快乐:-) ---- ...

  3. IOS开发-OC学习-常用功能代码片段整理

    IOS开发-OC学习-常用功能代码片段整理 IOS开发中会频繁用到一些代码段,用来实现一些固定的功能.比如在文本框中输入完后要让键盘收回,这个需要用一个简单的让文本框失去第一响应者的身份来完成.或者是 ...

  4. 快速了解 Robot Operating System(ROS) 机器人操作系统

     http://www.ros.org/ 关于ROS About ROS http://www.ros.org/about-ros/ 机器人操作系统(ROS)是用于编写机器人软件的灵活框架.目的在简化 ...

  5. R语言学习路线和常用数据挖掘包(转)

    对于初学R语言的人,最常见的方式是:遇到不会的地方,就跑到论坛上吼一嗓子,然后欣然or悲伤的离去,一直到遇到下一个问题再回来.当然,这不是最好的学习方式,最好的方式是——看书.目前,市面上介绍R语言的 ...

  6. ROS + Caffe 机器人操作系统框架和深度学习框架笔记 (機器人控制與人工智能)

    ROS + Caffe,这里以环境中物体识别为示例,机器人怎么知道环境里面有什么呢? [0.0567392 - n03376595 folding chair][0.0566773 - n040999 ...

  7. 常用SQL语句汇总整理

    1.SQL 插入语句得到自动生成的递增ID 值 insert into Table1(Name,des,num) values (''ltp'',''thisisbest'',10); select ...

  8. js - 常用功能方法汇总(updating...)

    一.查值的类型(可用于拷贝) /* * @Author: guojufeng@ * @Date: 2017-12-20 15:07:06 * @purpose 获取一个值的类型 * @param {v ...

  9. 机器人操作系统 除了Android还有一个ROS(转)

    你知道市面上的机器人都采用了哪些操作系统吗? 估计大多数人给出的答案就是 Android 了.从市面上的产品来看,基于 Android 系统开发的机器人确实是主流,但是还有一种操作系统却鲜为人知,它叫 ...

随机推荐

  1. 浅谈 Axios 在 Vue 项目中的使用

    介绍 Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中. 特性 它主要有如下特性: 浏览器端发起XMLHttpRequests请求 Node端发起http ...

  2. django.db.utils.ProgrammingError: 1146 的解决办法

    在models中设置完数据库相关的东西后执行命令 python manage.py makemigrations 此处无错误 再次执行 python manage.py migrate 发生报错 错误 ...

  3. jupyter notebook 更换主题的方法

    参考 https://github.com/dunovank/jupyter-themes install with pip # install jupyterthemes pip install j ...

  4. 63. Unique Paths II(中等, 能独立做出来的DP类第二个题^^)

    Follow up for "Unique Paths": Now consider if some obstacles are added to the grids. How m ...

  5. AIX 命令

    1,[ctrl]+h 删除命令 2, set -o emacs后: [ctrl]+p 看上条命令 [ctrl]+n 看下条命令 两次[esc] 自动补全 3, set -o vi 后,可以按照vi编辑 ...

  6. 无忧代理免费ip爬取(端口js加密)

    起因 为了训练爬虫技能(其实主要还是js技能-),翻了可能有反爬的网站挨个摧残,现在轮到这个网站了:http://www.data5u.com/free/index.shtml 解密过程 打开网站,在 ...

  7. 安卓高级7 vitamio 视频框架 从raw文件下获取文件uri

    vitamio免费的拥有多种解码器 而且容易操作 我们先来看看原生视频播放器的怎么使用 原生的: package qianfeng.com.videoviewdemo; import android. ...

  8. 关于 linux中TCP数据包(SKB)序列号的小笔记

    关于  SKB序列号的小笔记 为了修改TCP协议,现在遇到了要改动tcp分组的序列号,但是只是在tcp_sendmsg函数中找到了SKB的end_seq  一直没有找到seq 不清楚在那里初始化了,就 ...

  9. Android开发学习之路--Android Studio cmake编译ffmpeg

      最新的android studio2.2引入了cmake可以很好地实现ndk的编写.这里使用最新的方式,对于以前的android下的ndk编译什么的可以参考之前的文章:Android开发学习之路– ...

  10. Android适配难题全面总结

    支持多种屏幕 Android 可在各种具有不同屏幕尺寸和密度的设备上运行.对于 应用,Android 系统在不同设备中提供一致的开发环境, 可以处理大多数工作,将每个应用的用户界面调整为适应其显示的 ...