Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.43 KB

home.md

File metadata and controls

51 lines (40 loc) · 2.43 KB
layout title description nav_order permalink
page
Home
Home page for CSCI5551-02 Fall 2023 at the University of Minnesota.
1
/

Introduction to Intelligent Robotic Systems

CSCI5551-02 Fall 2023 at The University of Minnesota - Twin Cities

{: .fs-6 .fw-300 }

M, W 1:00PM-2:15PM CT - Rapson Hall 45

{: .fs-5 .fw-300 }

The goal of this course is to introduce students to robotics principles, covering key topics such as 3D transformations, robot kinematics, forward and inverse kinematics, path planning, configuration spaces, sampling-based planning, basic motion control algorithms, and state estimation for mobile robots, which includes mapping, localization, and SLAM. Students will gain hands-on experience in programming robots in the Java threejs environment. In later projects, they will have the opportunity to control real-world robots using their virtual counterparts and codebase. There will be a open-ended final project where students can apply their skills acquired throughout the semester to explore new ideas. They will present their projects to a wider audience through poster presentations and demos.

This course builds on and is indebted to materials from -

Instructors

{% assign instructors = site.staffers | where: 'role', 'Instructor' %} {% for staffer in instructors %} {{ staffer }} {% endfor %}

{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' %} {% assign num_teaching_assistants = teaching_assistants | size %} {% if num_teaching_assistants != 0 %}

Teaching Assistants

{% for staffer in teaching_assistants %} {{ staffer }} {% endfor %}
{% endif %}