The Wayback Machine - https://web.archive.org/web/20210918005453/https://github.com/topics/robotics-control
Skip to content
#

robotics-control

Here are 85 public repositories matching this topic...

Dynamic movement primitives (DMPs) are a method of trajectory control/planning from Stefan Schaal’s lab. Complex movements have long been thought to be composed of sets of primitive action ‘building blocks’ executed in sequence and \ or in parallel, and DMPs are a proposed mathematical formalization of these primitives. The difference between DMPs and previously proposed building blocks is that each DMP is a nonlinear dynamical system. The basic idea is that you take a dynamical system with well specified, stable behavior and add another term that makes it follow some interesting trajectory as it goes about its business. The DMP differential equations (Transformation System, Canonical System, Non-linear Function) realize a general way of generating point-to-point movements. Imitation learning using linear regression is performed to compute the weight factor W from a demonstrated trajectory dataset, given by a teacher. The quality of the imitation is evaluated by comparing the training data with the data generated by the DMP.
  • Updated Mar 25, 2019
  • MATLAB

Improve this page

Add a description, image, and links to the robotics-control topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the robotics-control topic, visit your repo's landing page and select "manage topics."

Learn more