机器人学习--University of Alberta自主机器人导航课
官網(wǎng)鏈接:https://webdocs.cs.ualberta.ca/~zhang/c631/
資料下載鏈接(整理好了打包下載):https://download.csdn.net/download/GGY1102/16618133
Fall 2019 Department of Computing Science University of Alberta | ? |
| Instructor: Dr. Hong Zhang, 407 Athabasca Hall, 492-7188, hzhang@ualberta.ca This course is concerned with the subject of autonomous robot navigation. The students will become familiar with related mobile robotics research and study a number of classical and modern algorithms. Specifically, the course will focus on how a mobile robot builds a map and localizes itself in that map at the same time (the so-called SLAM problem), by making use of the information collected by its sensors such as laser range finders and cameras. The lectures will introduce both basic and advanced SLAM algorithms, and the students will gain an in-depth understanding of these algorithms by both reading research papers and examining their software implementations. Class lectures and homework assignments will rely on the Robot Operating System (ROS) - which provides libraries and tools to help software developers quickly create robot applications - to control robots in simulated environments and study SLAM algorithms on benchmark datasets.
Graduate student status in Computing Science or consent of the instructor; personal Linux (running Ubuntu 16.04) computer and familarity with installing and developing software (in either Python or C++) on Ubuntu. Reading Assignments
Lecture Notes
Readings Student evaluation is based on four assignments (40%), one midterm (20%) and the course project (40%). ? ? ? |
總結(jié)
以上是生活随笔為你收集整理的机器人学习--University of Alberta自主机器人导航课的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 编程语言学习--C语言学习资料
- 下一篇: 机器人学习--Carnegie Mell