Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
convergence_dmp_two_arms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Karlsson
convergence_dmp_two_arms
Commits
f18eab75
Commit
f18eab75
authored
5 years ago
by
Martin Karlsson
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.control.lth.se/cont-mkr/convergence_dmp_two_arms
parents
b22b6a95
474224a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+55
-0
55 additions, 0 deletions
README.md
with
55 additions
and
0 deletions
README.md
0 → 100644
+
55
−
0
View file @
f18eab75
This is an implementation (mainly C++) or temporally coupled dynamical movement
primitives (DMPs), described in
Karlsson, M., F. Bagge Carlson, A. Robertsson, and R. Johansson (2017a).
“Two-degree-of-freedom control for trajectory tracking and perturbationrecovery
during execution of dynamical movement primitives”. In:20thIFAC World Congress.
July 9–14, Toulouse, France, pp. 1959–1966.
Karlsson, M., A. Robertsson, and R. Johansson (2018a). “Convergence of dynamical
movement primitives with temporal coupling”. In:EuropeanControl Conference
(ECC). June 12–15, Limassol, Cyprus, pp. 32–39.
Two videos are available:
https://www.youtube.com/watch?v=KRfjMXs4LjQ
and
https://www.youtube.com/watch?v=u8GwsSsL0TI
Compile simulink .mdl file:
open matlab 2012a
click on red box to initialize
press ctrl+B to build (c-code is generated and compiled)
Compile C++:
1.
Navigate to cpp folder
2.
type 'make'
Run ExtCtrl:
/opt/robot/example/opcom/lth_net_xeno -v /dev/ttyUSB0 localhost 2000
Then load /tmp/$USER/convergence_dmp_two_arms
Run C++ program:
./main localhost 2000
Requirements:
Armadillo
C++ library for linear algebra & scientific computing
http://arma.sourceforge.net/
You may have to adjust some directories for compiling and linking.
See also:
https://gitlab.control.lth.se/cont-mkr/dmp_perturbation_sim_example
for simple simulation in Matlab.
https://github.com/baggepinnen/DynamicMovementPrimitives.jl
for a Julia implementation. Also allows for offline simulations.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment