Bugs: Browse | Submit New | Admin

[#7634] wrong path in nxt.rb ? (version: 0.8.1)

Date:
2007-01-06 19:39
Priority:
3
Submitted By:
Remo Eichenberger (eichenberger)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
wrong path in nxt.rb ? (version: 0.8.1)

Detailed description
i think there is a bug in nxt.rb:

require "sensors/touch_sensor"
require "sensors/sound_sensor"
require "light_sensor"
require "ultrasonic_sensor"

this should be written as follow:

require "sensors/touch_sensor"
require "sensors/sound_sensor"
require "sensors/light_sensor"
require "sensors/ultrasonic_sensor"



Add A Comment: Notepad

Please login


Followup

Message
Date: 2009-08-23 21:40
Sender: Daniel Mantilla

I had the same problem and made the change on my local copy.
Are you still using this library to control your NXT? I just
found it today and started playing with it.

Thanks for the tip.

Daniel

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item