-
```
I have attached a patch that provides the methods for the new lego NXT
color sensor. I haven't had time to add the calibration function yet but I
hope to do that in a couple days.
this is the d…
-
```
I have attached a patch that provides the methods for the new lego NXT
color sensor. I haven't had time to add the calibration function yet but I
hope to do that in a couple days.
this is the d…
-
```
I have attached a patch that provides the methods for the new lego NXT
color sensor. I haven't had time to add the calibration function yet but I
hope to do that in a couple days.
this is the d…
-
```
I have attached a patch that provides the methods for the new lego NXT
color sensor. I haven't had time to add the calibration function yet but I
hope to do that in a couple days.
this is the d…
-
related to issue #137 , where the ctrl server would not start when the color sensor was disconnected, we have the same problem with most of the hardware.
We need to figure out a way to make the scri…
-
After turning on the bot, sshing into the bone, and running the setup script, when I enter the startup command, I just get
```
(venv)root@bot:~/bot# ./start.py -sc
Starting server
Starting CLI
ctrl_s…
-
The color sensor is currently raising the following exception when started on the bot. This is blocking progress, marking as high priority.
```
(venv)root@bot:~/bot# ./start.py -s
Starting server
(ve…
-
I have almost completed a preliminary draft of the spec for motors and sensors. It can be found here: https://github.com/fdetro/ev3dev-lang/blob/language-binding-unification/wrapper-specification.md.
…
-
When our bot is to "go!", green LEDs will light up under the start position. We have a color sensor that we're planning on using to sense those LEDs, but it's untested and not installed. @bjhoblit is …