To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / 27312 (-20)
  Re: mindscript (NBC NXC)
 
(...) If you are running on a Windows platform then you can start with Bricx Command Center (BricxCC). It is an integrated development environment (IDE) that supports Not eXactly C (NXC) and NeXT Byte Codes (NBC) for the NXT brick running either the (...) (17 years ago, 21-Dec-07, to lugnet.robotics)
 
  Re: NXT Program: How to avoid stop-and-go?
 
(...) Yes. Move (unlimited) Starts the motors and *leaves them running* while progressing on to the next block in a sequence. The motor state will then remain unchanged until some other block (like a later Move or Motor block) changes it. Try it an (...) (17 years ago, 21-Dec-07, to lugnet.robotics)
 
  Re: NXT Program: How to avoid stop-and-go?
 
But if the Move block is unlimited will the next block (Wait) be processed? and when it goes to Wait block isn't that mean Move block is done and it will stay in the Wait block for ever, because the vehicle is not moving? (...) (17 years ago, 21-Dec-07, to lugnet.robotics)
 
  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 (...) (17 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 (...) (17 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 (...) (17 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 (...) (17 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. (...) (17 years ago, 20-Dec-07, to lugnet.robotics)
 
  "reverse parking sensor" type sensor for Mindstorms
 
Does anyone know of a sensor (preferably for the RCX) that works similarly to the "reverse parking sensors" for cars? (17 years ago, 20-Dec-07, to lugnet.robotics)
 
  Re: Robo Rocks 2007 (Event Photos)
 
Full gallery of pictures from the event, click (URL) here>. Post Moderation P.S. Please pardon the duplicate postings. (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
 
  Re: Robo Rocks 2007
 
We won Second Place!!!!! We were visited by the judges and they told us, the difference in winning First Place was very close! Thank you EBT, thank you Robo Rocks, thank you RCX and RoboLab! Eric Sophie (URL) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
 
  Re: Robo Rocks 2007
 
We won Second Place!!!!! We were visited by the judges and they told us, the difference in winning First Place was very close! Thank you EBT, thank you Robo Rocks, thank you RCX and RoboLab! Eric Sophie (URL) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
 
  Re: Robo Rocks 2007
 
My team was able to place one of the three batteries, on the second battery, our robot's B motor wheel slipped on the hub and was not able to complete the course. On our second try, we were able to complete the slolam and place the first battery (...) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
 
  Re: Robo Rocks 2007
 
My team was able to place one of the three batteries, on the second battery, our robot's B motor wheel slipped on the hub and was not able to complete the course. On our second try, we were able to complete the slolam and place the first battery (...) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
 
  Robo Rocks 2007
 
I am at the Robo Rocks 2007 robotics competition in Edison New Jersey with my team from the School for Enterprise Business and Technology. We are competing at the Middlesex County College and we are moments away from beginning! It is so exciting! (...) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
 
  Robo Rocks 2007
 
I am at the Robo Rocks 2007 robotics competition in Edison New Jersey with my team from the School for Enterprise Business and Technology. We are competing at the Middlesex County College and we are moments away from beginning! It is so exciting! (...) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
 
  Re: NXTLog sumo Event
 
The deadline for the NXTLog sumo (Dec 15th) is approaching. The details are posted here: (URL) summarize: Create a sumo robot, and post it to NXTLog (on the LEGO MINDSTORMS web site). Several robots will be selected and built, using instructions & (...) (17 years ago, 5-Dec-07, to lugnet.robotics)
 
  Re: any video of LEGO fire fighting bots?
 
(...) (URL) the video can be found here-- (URL) little slow, mind you--sorry about that. Dave K (17 years ago, 5-Dec-07, to lugnet.robotics)
 
  RE: any video of LEGO fire fighting bots?
 
Joe, Certainly there have been instances of lego robots in the contest. The department at Trinity College sponsoring the competition sells videos of the competition each year. I have several of those from years long past. I bought them from the (...) (17 years ago, 5-Dec-07, to lugnet.robotics)
 
  Re: Need help combining steering with odometry in NXC
 
(...) Here is a line follower from my book, NXT Power Programming: #define SLOW_SPEED 25 #define FAST_SPEED 75 #define EYE_PORT S1 #define EYE_VALUE SENSOR_1 int BlackThreshold; int WhiteThreshold; inline int min(int v1, int v2) { return (v1 < v2) ? (...) (17 years ago, 5-Dec-07, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR