博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Robotics System Toolbox(四)
阅读量:5243 次
发布时间:2019-06-14

本文共 2097 字,大约阅读时间需要 6 分钟。

What I do is derived from my pursuit of dreams.

1. Simultaneous Localization and Mapping()

    It must be achieved three tasks that is Localizationmapping and navigation before reaching  Intelligence.

2. The essential of technology including : Localization, Tracking, Path Planning, Controlling.

3. Kalman Filter       predicting + measurement feedback

4. Learning how to use  Latex editor that can make all  amazing document or paper.

5. ROS:

            (1)Design ideas            Distributed architecture

             (2)core concepts         Nodes  Messages and Topics Services Ros master Parameters Stacks and Packages

            (3)core modules 

      (4) core tools                  V-rep Webots MRPT MORSE Gazebo Opencv PCL 

                                                         Movelt! Industrial The Orocos Project rqt rviz

             (5)   Common Command   rostopic (Topics)  rosservice (Services)  rosnode (Nodes)  rosparam (Parameters)

                                                         rosmsg (Messages)  rossrv (Services)     roswtf (General debugging)

           

    Introduction:

            The Robot Operating System (ROS) is a flexible framework for writing robot software. It is a collection of tools, libraries, and conventions that aim to simplify the task of creating complex and robust robot behavior across a wide variety of robotic platforms. Why? Because creating truly robust, general-purpose robot software is hard. From the robot's perspective, problems that seem trivial to humans often vary wildly between instances of tasks and environments. Dealing with these variations is so hard that no single individual, laboratory, or institution can hope to do it on their own.As a result, ROS was built from the ground up to encourage collaborative robotics software development. For example, one laboratory might have experts in mapping indoor environments, and could contribute a world-class system for producing maps. Another group might have experts at using maps to navigate, and yet another group might have discovered a computer vision approach that works well for recognizing small objects in clutter. ROS was designed specifically for groups like these to collaborate and build upon each other's work, as is described throughout this site.

                                                             

 

                          

   

 

转载于:https://www.cnblogs.com/sancai16888/p/9649053.html

你可能感兴趣的文章
《Effective C#》读书笔记——条目3:推荐使用is或as而不是强制转换类型<C#语言习惯>...
查看>>
开发积累—泛型工具类
查看>>
iOS项目开发实战——制作视图的缩放动画
查看>>
关于在jquery动态修改css,html中,mouseenter,mouseleave,click等方法失效的处理
查看>>
[翻译] java NIO 教程---介绍
查看>>
Java开发小技巧(一)
查看>>
第二天简书
查看>>
iptables 用法
查看>>
POJ 3670 DP LIS?
查看>>
空心菱形的显示
查看>>
Eclipse 常用快捷键清单
查看>>
ELK Stack (2) —— ELK + Redis收集Nginx日志
查看>>
ElasticSearch 2 (19) - 语言处理系列之故事开始
查看>>
redis 存储时间区间的数据
查看>>
STM32F0库函数初始化系列:进入STOP模式,外部中断唤醒
查看>>
p1525 关押罪犯
查看>>
使用Html5shiv.js让ie支持html5
查看>>
DBA 优化法则
查看>>
用Python连接SQLServer抓取分析数据、监控 (pymssql)
查看>>
升级ruby后再安装cocodPod
查看>>