Subject:
|
Re: Max-picking LIDAR
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Thu, 4 Mar 2004 01:57:52 GMT
|
Viewed:
|
1136 times
|
| |
| |
In lugnet.org.us.lrgoaa, Brian Davis wrote:
> After the NEIRG games this past weekend, Jona asked me for the details on how
> I did proximity detection, and in case my findings might be interesting I'm
> posting them here.
.. major snippage ...
Nice work! Although I like building custom sensors, I also really enjoy the
ingenuity of people working with what's available.
I have a question which may help others duplicate your work - did you expressly
ensure the RCX IR "range" setting was set to "long"?
As a matter of interest, what effect does continuous message transmission have
on battery life?
Also, did you know you can format up your own messages under RCX2 firmware?
Would you be able to transmit a shorter message using less power and format it
to be a couple of FFs (or 00s - whichever causes continuous transmission of
bits) and be more certain about detecting refelections?
As an observation, two Sumo bots doing this kind of detection would cause some
interesting results wouldn't they :)
best and keep up the good work
JB
|
|
Message has 1 Reply: | | Re: Max-picking LIDAR
|
| (...) Yes. Here's a more complete test program, that comes close to duplicating my original performance. Just download, & attach a forward-facing light sensor to IN_2: #define eye SENSOR_2 int reflect; task main() { SetSensor(eye, SENSOR_LIGHT); (...) (21 years ago, 4-Mar-04, to lugnet.robotics)
|
Message is in Reply To:
| | Max-picking LIDAR
|
| After the NEIRG games this past weekend, Jona asked me for the details on how I did proximity detection, and in case my findings might be interesting I'm posting them here. After trying all the other methods described in this forum, I still wasn't (...) (21 years ago, 4-Mar-04, to lugnet.org.us.lrgoaa, lugnet.robotics)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|