The Turret Is Back!
Microscopic_Man
Join Date: 2003-07-21 Member: 18318Members
<div class="IPBDescription">Its a Sentry turret.</div> Alitorious: How the heck did the other guy make a tripod?
Ok so this is basically the same concept of the seige turret in the old forums where someone made it out of Lego Mindstorms I do recall. So I tried the project, although this time, a normal Sentry turret. Im going to make it lock on to something (If i can find the Light sensor) And shoot at it. Like a normal sentry turret would do to for example a fade. So this is it so far. <a href='http://img339.imageshack.us/my.php?image=photo114du.jpg' target='_blank'><img src='http://img339.imageshack.us/img339/663/photo114du.th.jpg' border='0' alt='user posted image' /></a>
Ok so this is basically the same concept of the seige turret in the old forums where someone made it out of Lego Mindstorms I do recall. So I tried the project, although this time, a normal Sentry turret. Im going to make it lock on to something (If i can find the Light sensor) And shoot at it. Like a normal sentry turret would do to for example a fade. So this is it so far. <a href='http://img339.imageshack.us/my.php?image=photo114du.jpg' target='_blank'><img src='http://img339.imageshack.us/img339/663/photo114du.th.jpg' border='0' alt='user posted image' /></a>
Comments
Actually thats what im trying to do. (I just need to find the light sensor.) It can spin and shoot like a normal turret. I even got it to beep. Although I cant get the shooting sound when it DOES fire. Due to the fact that the RCX can only beep. (The RCX is the baseline that operates the motors to shoot and fire).
Maybe you could use some 90 degree bend pieces on angles to try and make braces, that what I did
BRACES! THEY WORK!
<!--emo&::sentry::--><img src='http://www.unknownworlds.com/forums/html/emoticons/turret.gif' border='0' style='vertical-align:middle' alt='turret.gif' /><!--endemo-->
The unit is now sitting comfortably on a desk, without falling apart. It can also handle full 360-degree rotation. I managed to get some ugly brace system going halfway down the legs of the tripod.
I also put rubber feet on the legs for 'added grip.' Before, the legs would slide outward and it would fall apart on the desk, but the friction on the carpet kept it together.
That was also before I got the braces to work, so I'm not sure how much they're needed now.
Oh, oh, and I also have the angle part of the legs (up at the connection between the legs and the turntable) using a triangle instead of the 120-degree bend pieces I was using earlier.
The weakest part of the unit is still the turntable, and the joints between the turntable and the legs. However, this is built up and made ugly so it's sturdy enough to survive.
Let's see if Lein can't get some better pics of it.
Edit: I should talk about the software. Because I, *cough cough*, <i>lost</i> the light sensor somewhere... <!--emo&:angry:--><img src='http://www.unknownworlds.com/forums/html/emoticons/mad-fix.gif' border='0' style='vertical-align:middle' alt='mad-fix.gif' /><!--endemo--> ...
Even if I found the light sensor, I doubt I could make it detect motion too well. The problem is that a light sensor is just that: It detects the light in a particular direction. If it's swivelling around a room, then it would see changes in light - and how would it tell between a change in light that signals a dresser, or a person moving?
Thinking about that, I 'could' set it up so that it records the light around the room and makes sort of a 'map.' Then it just compare light to the 'map' and can tell if something is out of place.
The problem with doing <i>that</i>, however, is that the rotation of the unit can become mis-aligned with where it thinks it is in the map. I'd need a rotation sensor to check it, and I don't even have one of those.
The best I could do is have the turret fixed in position and tell whether there is motion that way, but now the problem becomes that the default mindstorms programming language is, well... <i>very thin,</i> to put it mildly.
So, right now, the best that it can do is turn around in circles and start 'firing' when it pretends it sees something. (Random times)