hybridgroup / cylon

JavaScript framework for robotics, drones, and the Internet of Things (IoT)
https://cylonjs.com
Other
4.2k stars 361 forks source link

Cylon.halt not working #355

Open povesma opened 7 years ago

povesma commented 7 years ago

Thank you great framework!

I call Cylon.halt as per https://github.com/hybridgroup/cylon/blob/master/examples/halt/halt.js Started robots continue to run, all every((1).second ... ) from works are running.

How to stop robot and all devices? How to disconnect and create new robot using the same port?

Thank

connerk commented 7 years ago

I'm having the same experience. Cylon.halt() is not working when called within work() example