personalrobotics / aikido

Artificial Intelligence for Kinematics, Dynamics, and Optimization

Home Page:https://personalrobotics.github.io/aikido/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up the retimer methods in the robot namespace

aditya-vk opened this issue · comments

Currently, it seems like we need a different method for each of the timers we have (kunz and parabolic). It'd be neater to have a single retimePath function that takes in timer as an argument and calls the corresponding postprocess() function.