OpenRoberta / robertalab-ev3dev

roberta lab connector for ev3dev
Apache License 2.0
17 stars 14 forks source link

stop motor when stalled #34

Closed bidaian closed 7 years ago

bidaian commented 7 years ago

Stop waiting if the motor is stalled, otherwise robertalab-ev3 hangs forever waiting for the motor to complete a rotation or reach a position. Fixes #33.

codecov-io commented 7 years ago

Codecov Report

Merging #34 into develop will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop      #34   +/-   ##
========================================
  Coverage    74.17%   74.17%           
========================================
  Files            5        5           
  Lines          639      639           
========================================
  Hits           474      474           
  Misses         165      165

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7bcc3a9...e68d766. Read the comment docs.

ensonic commented 7 years ago

Thanks. Makes sense!