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 / *39090 (-20)
  Re: Bump switches and "aggression"
 
"Russell C. Brown [RR-1]" <lego-robotics@crynwr.com> wrote in message news:001601c3baeb$9a...apophis... (...) ok :) you are right i was too touchy sorry the threshold's set no problem some of you guys said many great words to me that is precious! (...) (22 years ago, 5-Dec-03, to lugnet.robotics)
 
  RE: Bump switches and "aggression"
 
Just set the threshold on your pretentiometer to 50% and you won't hear that traffic anymore! Seriously, Pixel, you have been a cheerful contributor to this list for a couple of years now. You've had creative ideas that you've been most willing to (...) (22 years ago, 5-Dec-03, to lugnet.robotics)
 
  RE: Bump switches and "aggression"
 
(...) Creatures (animals and humans) do not scatter in a totally random direction. They scatter at a random vector in a direction opposite the source of whatever startled. That implies that more than one sense is being used to determine source (...) (22 years ago, 5-Dec-03, to lugnet.robotics)
 
  Re: an idea, can someone tell me if this is possible/been done before/etc?
 
(...) Yes, I understand that you would have the downward pressure of the step move stop the leg movement by cutting off pressure to the piston(s) driving the foot down. Once this pressure is cut off by the switch, presumably the other legs continue (...) (22 years ago, 4-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
(...) Easy the bump switch jumps into a RNG, and it's important to understand that the output of a RNG does -not- need to be equi-probable, and it decides. Watch animals when they're startled, they don't stop and think, they jump around for a second (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Complete instructions for Linux?
 
(...) $ tar xvzf brickos.tar.gz $ make or $ apt-get install brickos #for debian user ;-) nanobapt (22 years ago, 4-Dec-03, to lugnet.robotics.rcx.legos)
 
  Re: Search algorithms
 
The main problem is of course memory. Under standard firmware, with 32 variables, you're not going to be able to do an A* on much of a grid - 7x7 is about the max, and even then you'd have to fiddle around and store two cells values in a single (...) (22 years ago, 4-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
"Gordon Elliott" <lego-robotics@crynwr.com> wrote in message news:0f7901c3b9c8$84...gateway... (...) i can see jim's doing good job !!! he's humiliating almost everyone here keep doing jim!!! maybe you will achieve that your posts will go to null (...) (22 years ago, 4-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
(...) That's nonsense! You are working on the very naive assumption that nothing in the environment is moving except your robot. If your strategy is to reverse direction when the robot bumps into something in *any* direction - then things will go (...) (22 years ago, 4-Dec-03, to lugnet.robotics)
 
  Complete instructions for Linux?
 
Is there a complete instruction for installing BrickOS on Linux? I'm particularly interested in details involving creating a cross-compiler and getting the USB tower to work. I've looked at the windows instructions, and have tried to work from them, (...) (22 years ago, 4-Dec-03, to lugnet.robotics.rcx.legos)
 
  Bump switches and "aggression"
 
To my thinking there are two approaches to this, really two levels of difficulty, - Make it deterministic, in that if a switch is bumped invert your current trajectory axis, if going forward then reverse, if going R then go L. - Make it more (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  RE: Bump switches and "aggression"
 
(...) <SNIP> (...) I think that your example indirectly shows that there are two things to be aware of. Survival is one. Obstacle detection/avoidance is the other. In thinking about it, I can see where there is a fine line between the two. Consider (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: an idea, can someone tell me if this is possible/been done before/etc?
 
(...) So the pneumatic switch acts as a pneumatic touch sensor and stops the leg from extending fully. I'll keep that in mind. (...) I understand. Thanks for the explanation. (...) Kevin (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
(...) Oh I wish I had some of those touch sensors! One person from rtlToronto has a set and there is much envy from me to him. Right now I'm using lamp bricks, which isn't that great, really, but does work :) Thanks for the heads-up! Dave K (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
(...) go (...) 'bumper'. (...) my (...) me, (...) alternative. (...) There is one solution for staying 100% Lego and putting 4 sensors on the same RCX input. Therefor you should be able to sense which direction you were getting bumped. Lego made (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
(...) <snip> (...) <snip> I'm very new to this particular thread, but I like Gordon's approach--directional sensors are needed. If I'm travelling forward and something bumps me from behind, I need to know that--If my conditional response is to do (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
----- Original Message ----- From: "Jim Choate" <ravage@einstein.ssz.com> (...) was (...) ## The original request was to catalog opinions on bump sensors, a "state of the art". Remember the original question was: ** ... and I'm curious if anyone (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
(...) You should watch my three dogs hunt. If all you've ever seen is a single dog hunt then you know nothing of how dogs actually hunt. They're pack animals, a single dog can't survive in the wild more than a few weeks. Yet three sub-200lb dogs can (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
----- Original Message ----- From: "Jim Choate" <ravage@einstein.ssz.com> To: <lego-robotics@crynwr.com> ... (...) think (...) ### I think this is an interesting question, relating to complexity and emergent and evolutionary behavior which has been (...) (22 years ago, 3-Dec-03, to lugnet.robotics)
 
  Re: Bump switches and "aggression"
 
(...) How exactly, do you want to trigger this 'fight or flight'? It seems to me that a rabbit (for example) would use both of the methods above. If it's running along, and it's nose smacks into a tree (I mean bumps into a tree) the behavior is very (...) (22 years ago, 3-Dec-03, 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