Skip to content
forked from iiborisov/simrobs

Repository for the course "Simulation of Robotic Systems"

Notifications You must be signed in to change notification settings

MR-KNV/test_repo

 
 

Repository files navigation

simrobs

Simulation of Robotic Systems

Students: Robotics and artificial intelligence

Instructor: Ivan Borisov, PhD, [email protected]

Assistant: Egor Rakshin, PhD, [email protected]

Description

Modern robotic and mechatronic systems are complex in terms of all domains: mechanics, sensors, actuation, control, etc. To study the behavior and performance of an existing robotic system or a proposed one, we use models to focus on the essential features while keeping a reasonable tradeoff between realism and simplicity. The act of building a model is called modeling, while the process of using a model to study the behavior and performance of an actual or theoretical system is called simulation.

This module discusses modern techniques for creating and using models to study the behavior and performance of robotic systems. The module consists of lecture and practice parts. The lectures mostly give theoretical inputs on modeling such as screw theory & Lie groups to describe motion, bond-graphs to describe the interconnection of different physical systems, control strategies to steer the systems, and optimization procedures for mechanics and control. The practice part focuses on simulation skills using MuJoCo and Pinocchio.

Learning objectives

After the module the student:

  1. Understands trade-offs when modeling dynamical systems
  2. Understands advanced Screw Theory & Lie Groups and Bond graph modeling concepts
  3. Understands how to use simulation to gain insight into, analyze, and optimize models
  4. Is able to use MuJoCo for multibody simulation

Materials

  • Lecture presentations
  • "Modern Robotics: Mechanics, Planning, and Control," Kevin M. Lynch and Frank C. Park, Cambridge University Press, 2017
  • R. M. Murray, Z. Li, S. S. Sastry, and S. S. Sastry, A mathematical introduction to robotic manipulation. CRC press, 1994.
  • Featherstone, Roy. Rigid body dynamics algorithms. Springer, 2014.

Environment installation

Use the following command to install environment

   conda env create -f environment.yml

About

Repository for the course "Simulation of Robotic Systems"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.4%
  • Python 3.6%