Create trajectory object
Opened this issue · 0 comments
OlgerSiebinga commented
Trajectories that are used as references for NPC and Haptics controllers are currently stored as np arrays with way points. Functionality like getting a closest way point to a specific point in space or time are scattered all over the different controllers. This should be centralized in a trajectory object.