|
| | Re: NXT Newbie "Is it possible" question
|
| (...) Thanks Brian, I am hoping to play with all of the ideas, and really appreciate the response. Robotics, programming, and the NXT are all quite new for me, but I already having fun trying out the solutions provided, and learning the G progamming (...) (14 years ago, 24-Aug-10, to lugnet.robotics, lugnet.technic)
| | | | Re: NXT Newbie "Is it possible" question
|
| (...) I'm not sure how much time you have, or what resources... but you might be able to do this with a single set. If you put an arm on each motor, such that "track A" would hit a peg and turn the motor clockwise, but "Track B" would hit a peg on (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
| | | | Re: NXT Newbie "Is it possible" question
|
| (...) Well, just for diversity here's a slightly different approach. Make the first block a "Reset Timer" block, then split the program into four sequences. Each is simply a "Wait for Touch Sensor", followed by "Read Timer" block with the result (...) (14 years ago, 24-Aug-10, to lugnet.robotics.nxt)
| | | | Re: NXT Newbie "Is it possible" question
|
| Thanks Kevin! That gives me a good start. once I get some sort of working model, I'll share with world for some good old fashion criticism. Chris (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
| | | | Re: How is this?
|
| (...) Yes, change the "wait for 9" to be a "check for 9", and the problem should go away... Loop forever if Touched and distance < 9 { turn on motor } else { turn off motor } Kevin (14 years ago, 19-Aug-10, to lugnet.robotics.nxt)
| |