robotology / whole-body-controllers

Simulink-based whole body controllers for humanoid robots.
116 stars 43 forks source link

Converge to a single library function for checking spikes #131

Closed gabrielenava closed 7 months ago

gabrielenava commented 3 years ago

Follows #130

At the moment we have 3 different functions for checking encoder spikes:

   disp('WARNING: checkSpikes is deprecated and it will be removed in a future release. Use checkInputSpikes instead.') 

converging to a single function is not difficult, but all users should be notified as this is a change in the WBC library and may impacts not only whole-body-controllers but also other projects.

cc @traversaro @CarlottaSartore @nunoguedelha

gabrielenava commented 7 months ago

closing as not planned.