"examples/dynamic/test/DynamicPart.java" did not exist on "5589558f89307eb8d62ad555559bb817279ccb52"
Select Git revision
relay_gen_cs.py
Forked from
Anders Blomdell / LabComm
Source project has a limited visibility.
extensions_for_fun.md 631 B
- easy to use DMPs
1.1. cartesian space dmp.
the current one unnecessarily assumes joint space, but if you rewrite the code it could do either based on an argument. as far as the dmp is concerned only the dimensions are different, and you can just ik the cartesian reference into joint space
1.2. using multiple trajectories for a fit
the fitting is already there, it just assumes a single trajectory (indirectly, the math is the same either way). adding more should literally just amount to verifying the dimensions in the math.