Adrian Zankich

Results 15 comments of Adrian Zankich

@Ghardo this sounds like a useful option that shouldn't be too difficult to add as a configuration parameter

A story has been created for this in our tracker https://www.pivotaltracker.com/story/show/165840796

@leolzbing521 which version of BOSH director and BOSH cli are you using?

https://github.com/hybridgroup/gobot/issues/115

@jacensherman this code will rotate the sphero in place and set the new heading. ``` javascript var heading = 90; orb.roll(1, heading, 2, function() { setTimeout(function() { orb.setHeading(0, function() {...

Yeah this would be super nice to have, it would be a good subcommand

@eloudsa I just pushed a small update to `artoo-sphero` to use the newer version of `rubyserial`. I tested this new release on a Windows 7 machine with MRI 2.1.5 and...

@cppforlife @Amit-PivotalLabs yes that would hopefully allow us to run multiple instances of bosh-init at the same time

Yeah the Odroid looks like a cool platform, especially with the [io shield](http://www.hardkernel.com/main/products/prdt_info.php?g_code=G138760240354). The implementation should be similar to the beaglebone, raspi and edison. If I get my hands on...

Sounds good. I suggest you base your work off of the [dev](https://github.com/hybridgroup/gobot/tree/dev) branch due to interface changes which are going to land in the next release. Let me know how...