robotology / wb-toolbox

Simulink toolbox to rapidly prototype robot controllers
https://robotology.github.io/wb-toolbox/
GNU Lesser General Public License v2.1
24 stars 17 forks source link

Generated code for OSQP block hanging when a Ctrl-C is received in a non-deterministic way #246

Open traversaro opened 3 weeks ago

traversaro commented 3 weeks ago

@mfussi66 experienced this problem, where if a Ctrl+C is received, the autogenerated code for the OSQP block is not exiting correctly.

fyi @Gio-DS