Tagged Questions

1
vote
1answer
55 views

NXT mindstorm drawing robot.

I am a high school student and am thinking of making a robot that draws using different colored markers. I would like some guidance as to where I should start with this program. What I want to do is …
1
vote
1answer
45 views

Where can I find the source code of C++’s generic.h?

At present, I'm using a C-like language (NXC) to control a LEGO MINDSTORMS robot. That C-like language doesn't have support for generics (or, not being C++, classes. But I digress). However, I read in …
2
votes
2answers
134 views

Multi threading using NXT

At my robotics club we are trying to get the multi-threading capability to work on LEGO Mindstorms NXT, but it seems that the threads are interfering with each other and causing the program to stop …
6
votes
8answers
519 views

Is Lego MindStorms a good choice for basic robotics development?

I would like to learn how to write software for controlling robots. Is Lego MindStorms a good choice for this? Are there better alternatives? I'd prefer MindStorms, but after reading a couple of …
12
votes
9answers
961 views

Lego Mindstorms Programming - which language/IDE do you use/recommend?

I'm new to it and currently using the visual flow-chart like language that the Lego Mindstorms IDE uses. I'm impressed with how readable the diagramming language is but missing the flexiblity of …