title="A Tutorial on Task-Parameterized Movement Learning and Retrieval",
journal="Intelligent Service Robotics",
publisher="Springer Berlin Heidelberg",
year="2016",
volume="9",
number="1",
pages="1--29",
doi="10.1007/s11370-015-0187-9",
}
```
[2] HMM, HSMM:
```
@article{Rozo16Frontiers,
author="Rozo, L. and Silv\'erio, J. and Calinon, S. and Caldwell, D. G.",
title="Learning Controllers for Reactive and Proactive Behaviors in Human-Robot Collaboration",
journal="Frontiers in Robotics and {AI}",
year="2016",
month="June",
volume="3",
number="30",
pages="1--11",
doi="10.3389/frobt.2016.00030"
}
```
[3] Riemannian manifolds (S2,S3):
```
@article{Zeestraten17RAL,
author="Zeestraten, M. J. A. and Havoutis, I. and Silv\'erio, J. and Calinon, S. and Caldwell, D. G.",
title="An Approach for Imitation Learning on {R}iemannian Manifolds",
journal="{IEEE} Robotics and Automation Letters ({RA-L})",
year="2017",
month="June",
volume="2",
number="3",
pages="1240--1247"
doi="10.1109/LRA.2017.2657001",
}
```
[4] Riemannian manifolds (S+):
```
@inproceedings{Jaquier17IROS,
author="Jaquier, N. and Calinon, S.",
title="Gaussian Mixture Regression on Symmetric Positive Definite Matrices Manifolds: Application to Wrist Motion Estimation with {sEMG}",
booktitle="Proc. {IEEE/RSJ} Intl Conf. on Intelligent Robots and Systems ({IROS})",
year="2017",
month="September",
address="Vancouver, Canada",
pages=""
}
```
[5] Semi-tied GMM:
```
@article{Tanwani16RAL,
author="Tanwani, A. K. and Calinon, S.",
title="Learning Robot Manipulation Tasks with Task-Parameterized Semi-Tied Hidden Semi-{M}arkov Model",
journal="{IEEE} Robotics and Automation Letters ({RA-L})",
year="2016",
month="January",
volume="1",
number="1",
pages="235--242",
doi="10.1109/LRA.2016.2517825"
}
```
[6] DP-means:
```
@article{Bruno17AURO,
author="Bruno, D. and Calinon, S. and Caldwell, D. G.",
title="Learning Autonomous Behaviours for the Body of a Flexible Surgical Robot",
journal="Autonomous Robots",
year="2017",
month="February",
volume="41",
number="2",
pages="333--347",
doi="10.1007/s10514-016-9544-6"
}
```
[7] Shared control, adaptive teleoperation:
```
@inproceedings{Havoutis17ICRA,
author="Havoutis, I. and Calinon, S.",
title="Supervisory teleoperation with online learning and optimal control",
booktitle=ICRA,
year="2017",
month="May-June",
address="Singapore",
pages="1534--1540"
}
```
[8] Calligraphy, graffiti, handwriting movement generation:
```
@inproceedings{Berio17GI,
author="Berio, D. and Calinon, S. and Fol Leymarie, F.",
title="Generating Calligraphic Trajectories with Model Predictive Control",
booktitle="Proc. 43rd Conf. on Graphics Interface",
year="2017",
month="May",
address="Edmonton, AL, Canada",
pages=""
}
```
[9] Adaptive assistance:
```
@article{Pignat17RAS,
author="Pignat, E. and Calinon, S.",
title="Learning adaptive dressing assistance from human demonstration",
journal="Robotics and Autonomous Systems",
year="2017",
month="July",
volume="93",
number="",
pages="61--75",
doi="10.1016/j.robot.2017.03.017",
}
```
### List of examples
This project will build a number of executables in the 'examples' folder, as listed in the table below.
| Filename | ref. | Description |
|----------|------|-------------|
| test_adhsmm.cpp | [2] | Computation of the forward variable of an ADHSMM for a given external input that modifies the duration probabilities of the model |
| test_gmm.cpp | [1] | Gaussian mixture model (GMM) |