Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
ROS for  Beginners II: Localization, Navigation and SLAM Vote_lcapROS for  Beginners II: Localization, Navigation and SLAM Voting_barROS for  Beginners II: Localization, Navigation and SLAM Vote_rcap 
tano1221
ROS for  Beginners II: Localization, Navigation and SLAM Vote_lcapROS for  Beginners II: Localization, Navigation and SLAM Voting_barROS for  Beginners II: Localization, Navigation and SLAM Vote_rcap 
大†Shinegumi†大
ROS for  Beginners II: Localization, Navigation and SLAM Vote_lcapROS for  Beginners II: Localization, Navigation and SLAM Voting_barROS for  Beginners II: Localization, Navigation and SLAM Vote_rcap 
ℛeℙ@¢ᴋ€r
ROS for  Beginners II: Localization, Navigation and SLAM Vote_lcapROS for  Beginners II: Localization, Navigation and SLAM Voting_barROS for  Beginners II: Localization, Navigation and SLAM Vote_rcap 
ПΣӨƧӨFƬ
ROS for  Beginners II: Localization, Navigation and SLAM Vote_lcapROS for  Beginners II: Localization, Navigation and SLAM Voting_barROS for  Beginners II: Localization, Navigation and SLAM Vote_rcap 
Engh3
ROS for  Beginners II: Localization, Navigation and SLAM Vote_lcapROS for  Beginners II: Localization, Navigation and SLAM Voting_barROS for  Beginners II: Localization, Navigation and SLAM Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» Cockos REAPER 7.23 (x86/x64)
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 10:20 pm por ℛeℙ@¢ᴋ€r

» VueScan Pro 9.8.37 Multilingual
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 10:17 pm por ℛeℙ@¢ᴋ€r

» Adobe Dimension 4.0.4 (x64) Multilingual
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 7:34 pm por 大†Shinegumi†大

» Tagtraum Industries beaTunes 5.2.35 (x86/x64)
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 1:16 pm por ПΣӨƧӨFƬ

» CyberLink Director Suite 2025 v13.0 (x64) Multilingual
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 11:42 am por ПΣӨƧӨFƬ

» GIMP 2.10.38 Revision 1
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 11:33 am por tano1221

» Adobe Acrobat Pro 2024.003.20180 (x86/x64) Multilingual
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 11:29 am por tano1221

» DVDFab 13.0.2.7 (x64) Multilingual
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 8:53 am por tano1221

» APU Software APU Loudness Compressor 3.0.0
ROS for  Beginners II: Localization, Navigation and SLAM EmptyHoy a las 8:41 am por tano1221

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 ROS for Beginners II: Localization, Navigation and SLAM

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



ROS for  Beginners II: Localization, Navigation and SLAM Empty
MensajeTema: ROS for Beginners II: Localization, Navigation and SLAM   ROS for  Beginners II: Localization, Navigation and SLAM EmptyDom Oct 25, 2020 7:14 am

ROS for  Beginners II: Localization, Navigation and SLAM Aa414ed84aea1a7eaef9a785d16a0206

ROS for Beginners II: Localization, Navigation and SLAM
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.47 GB
Genre: eLearning Video | Duration: 71 lectures (3 hour, 41 mins) | Language: English

A practical approach to learn the foundation of mobile robots SLAM and Navigation with ROS

What you'll learn

Theoretical foundations of 2D and 3D localization
Transformation between frames in 2D and 3D Spaces
The powerful feature of the tf package to represent frames and perform transformation and localization
Theoretical foundation of localization and mapping (SLAM)
Background on navigation concepts (global path planning, local path planning, collision avoidance)
Difference between Map-Based Navigation and Reactive Navigation
The navigation stack of ROS (move_base, amcl, gmapping)

Requirements

Prior knowledge of the basic concepts of the Robot Operating System (ROS) (required)
Knowledge in C++ and/or Python Programming language
Background on the concepts of Linear Algebra, Trigonometry and Geometry
Want to learn ROS
Eager to learn robotics navigation

Description

UPDATE

OCT 9, 2020: I added the installation instruction of Turtlebot3 on ROS Noetic

Overview

Localization, mapping, and navigation are fundamental topics in the Robot Operating System (ROS) and mobile robots. However, it is very complex to learn. Usually, beginners find it difficult to even know where to start. The typical tutorials in ROS give high-level information about how to run ROS nodes to performs mapping and navigation, but they do not give any details about the technical aspects. Some other courses focus more on the technical aspects, which is mathematically complex but does not give a clear link to how these concepts are tied with the ROS navigation stack.

This course addresses this gap and follows a practical approach to introduce new learners to mobile robot navigation foundations and how it is implemented in ROS. The course is designed to introduce you to the world of mobile robot navigation in a quick and effective manner.

In this course, I presented detailed coverage of the most important package in ROS for navigation: the tf package! Without understanding this package, it will be difficult to deeply understand how navigation works in ROS. Although there are tf tutorials, the tf package heavily relies on important theoretical concepts not presented in ROS tutorials. This course provides a systematic introduction to the necessary theoretical background and complement with demonstration and programming activities of the tf package utilities and API.

This course assumes that you have some background on the main concepts of Robot Operating System (ROS), such as ROS nodes, ROS topics, ROS services, and an understanding of the basic notion of motion with ROS. If you do not have these skills, I would recommend first enroll in my course ROS for Beginners: Basics, Motion, and OpenCV to get the necessary background.

My experience with ROS

I have been programming with ROS for many years both in academic and industrial projects. I am very passionate to develop programs with ROS. I have also been teaching ROS at the University and providing training programs. I am the R&D Director of Gaitech Robotics, and I have developed many ROS packages for robots and drones. I have been leading international scientific activities around ROS, and in particular, I am the editor of five volumes of books with Springer entitled Robot Operating System, The Complete Reference. I gained a lot of experience in what difficulties new users encounter to learn ROS and this contributed to pin right to the point addressing these problems through the different lectures of the course.

Who this course is for:

Beginner ROS developers and users
Students at Universities learning ROS
Anyone interest to know about the navigation concepts of ROS and mobile robots
Curious about robotics
Whoever wants to learn ROS navigation without wasting time

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/7b58b3ea7c637e7ea9180675dfd3ded1/29fv8.ROS.for.Beginners.II.Localization.Navigation.and.SLAM.rar.html

nitroflare_com:
https://nitroflare.com/view/C936DC53E8CF7B9/29fv8.ROS.for.Beginners.II.Localization.Navigation.and.SLAM.rar

alfafile_net:
http://alfafile.net/file/8xw9h/29fv8.ROS.for.Beginners.II.Localization.Navigation.and.SLAM.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

ROS for Beginners II: Localization, Navigation and SLAM

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-