CartesianInterface
CartesianInterface copied to clipboard
Implement trajectory types
Right now there is only one naive implementation of the trajectory class. In the future we want:
- dynamically loadable trajectory types
- less naive implementation (e.g. with support for max speed / max acceleration) based for example on REFLEXXES
@EnricoMingo