 | | Re: NXT Program: How to avoid stop-and-go?
|
|
(...) Try a Move block set to "unlimited": that will turn the motors on and let them run. Then have a Wait block to wait for the US sensor to report an object, or something similar inside a Loop. When an object (like a wall) is detected, the next (...) (18 years ago, 21-Dec-07, to lugnet.robotics)
|
|
 | | NXT Program: How to avoid stop-and-go?
|
|
I've just started with my very first vehicle according to the instruction. Then I added the distance sensor. So, my car will turn when it come too close to an obstacle. I use a loop with distance as exit condition, i.e. the loop repeats the forward (...) (18 years ago, 20-Dec-07, to lugnet.robotics)
|
|
 | | Re: mindscript (NBC NXC)
|
|
Does that mean NBC or NXC can be used on NXT? Do you use any of them? Where can I find more deatails? C-like is good because I like C :-) Phuoc (...) (18 years ago, 20-Dec-07, to lugnet.robotics)
|
|
 | | Re: mindscript - subroutines
|
|
(...) MindScript is a programming language created by LEGO for use with the earlier generations of programmable bricks such as the RCX, and Spybot. It cannot be used with the NXT. The NXT does not have any text-based programming languages that are (...) (18 years ago, 20-Dec-07, to lugnet.robotics)
|
|
 | | Re: mindscript - subroutines
|
|
I'm so new that I don't even know MindScript :confused: My questions... where to get it and its documentation? Is that the only script language for NXT? When I start using some variables and calculations the block structue is becoming hard to read. (...) (18 years ago, 20-Dec-07, to lugnet.robotics)
|