网址记录
- Beginner
- tf
- actionlib
- RViz User’s Guide
- Browsing packages for indigo
- catkin/CMakeLists.txt
- ROS中nodelet的使用
- launch文件介绍
[TOC]
源码下载
1 |
|
TurtleBot机器人底盘的模拟
1 |
|
SLAM Map Building with TurtleBot
Testing move_base in the ArbotiX Simulator(路径规划)
1 |
|
Navigating a Square using move_base(走正方形)
1 |
|
Avoiding Simulated Obstacles(避障)
1 |
|
Navigation and Localization using a Map and amcl(即时定位与建图,导航与定位)
move_base for moving the robot to a goal pose within a given reference frame
路径规划,移动机器人到指定帧的目标位置gmapping for creating a map from laser scan data (or simulated laser data from a depth camera)
从激光扫描数据建图amcl for localization using an existing map
用已有地图进行定位
1 |
|
Fully Autonomous Navigation(随机位置自动漫游)
1 |
|
ROS的node和node之间的消息缓冲区管理由谁负责