HebiRobotics / hebi-matlab-examples

Examples for the HEBI Robotics API for MATLAB
http://docs.hebi.us
Apache License 2.0
21 stars 15 forks source link

Use fbk.time for all loop timers #40

Open daverolli opened 6 years ago

daverolli commented 6 years ago

remove use of tic() and toc()

daverolli commented 6 years ago

Decided to keep this in for the initial command examples to underscore the best practice of using getNextFeedback to limit the loop rate, which I think is more important.