tehviking / brick_pi_ruby

ruby wrappers for the BrickPi Lego Mindstorms C library
MIT License
7 stars 3 forks source link

'Method not found' error in examples #15

Open mike-shock opened 8 years ago

mike-shock commented 8 years ago

I installed Ruby 2 and the 'brick-pi' gem v.0.4.0 under Dexter Raspbian for Robots (2016.06.26 jessie) on my Raspbery Pi 3 model B with BrickPi+ module. When I tried to execute the programs (motors.rb, touch_sensor.rb, ultrasonic_sensor.rb) from the 'examples' subdirectory, they all ended with error message stating that create method is not founf for BrickPi class.

tehviking commented 8 years ago

This seems likely, as I haven't touched this in a couple years. I have a really hectic schedule for the next couple weeks but would like to take some time in October to fix this up. I'll make sure to update this when I'm working on it again.