RigidChips
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Dragonfly Ornithopter

3 posters

Go down

Dragonfly Ornithopter Empty Dragonfly Ornithopter

Post by Sting Auer Tue Oct 05, 2010 10:19 pm

it still cant take off, but it is now finally controllable!it can't pitch down too well though.

control just like a plane

Code:


// [RCD]
Val
{
   FLAPSPEED(default=0, max=0.7)
   PITCH(default=0, min=-5, max=5, step=5)
   ROLL(default=0, min=-20, max=20, step=10)
   WINGANGLE(default=0, min=-45, max=45)
   WINGS(default=0, min=-60, max=60)
   X(default=0)
}
Key
{
   0:PITCH(step=-4)
   1:PITCH(step=4)
   2:ROLL(step=-4)
   3:ROLL(step=4)
   4:FLAPSPEED(step=0.02)
   5:FLAPSPEED(step=-0.02)
}
Body
{
   Core() {
      S:Frame(angle=-2) {
         S:Trim(angle=90) {
            S:Chip() { }
         }
         S:Frame(angle=-PITCH) {
            W:Chip() { }
            E:Chip() { }
         }
      }
      E:Frame(angle=WINGS) {
         E:Trim(angle=-WINGANGLE) {
            E:Chip() {
               E:Chip() { }
               S:Chip() { }
            }
         }
      }
      W:Frame(angle=-WINGS) {
         W:Trim(angle=-WINGANGLE) {
            W:Chip() {
               W:Chip() { }
               S:Chip() { }
            }
         }
      }
      W:Frame(angle=WINGS) {
         W:Trim(angle=WINGANGLE) {
            W:Chip() {
               W:Chip() { }
               S:Chip() { }
            }
         }
      }
      E:Frame(angle=-WINGS) {
         E:Trim(angle=WINGANGLE) {
            E:Chip() {
               E:Chip() { }
               S:Chip() { }
            }
         }
      }
      N:Frame(angle=-3) {
         N:Frame() {
            N:Weight(angle=-PITCH) { }
         }
         E:TrimF(angle=-ROLL) {
            E:Chip() { }
         }
         W:TrimF(angle=-ROLL) {
            W:Chip() { }
         }
      }
   }
}
Script
{X=X+FLAPSPEED
WINGS=45*_SIN(X)

WINGANGLE=30*_COS(X)
    }




So, what do you think? any tips?

oh and my idea to make it take off is to have the tail coil up like a spring and launch it into the air.
Sting Auer
Sting Auer
Hover
Hover

Posts : 170
Join date : 2010-09-19
Location : Aw crap i think I'm lost.

Back to top Go down

Dragonfly Ornithopter Empty Re: Dragonfly Ornithopter

Post by JHaskly Wed Oct 06, 2010 12:21 am

Is this just an improved version of the other ornithopter? If so, it might be better to post it in the same thread.

JHaskly
Admin

Posts : 235
Join date : 2010-07-16
Age : 28
Location : Brisbane

Back to top Go down

Dragonfly Ornithopter Empty Re: Dragonfly Ornithopter

Post by Sting Auer Wed Oct 06, 2010 10:40 am

umm...

i dont think that it is...

but om not entirely sure. i totoally forgot that i made another ornithopter thread except for inthe WIP forums lol!
Sting Auer
Sting Auer
Hover
Hover

Posts : 170
Join date : 2010-09-19
Location : Aw crap i think I'm lost.

Back to top Go down

Dragonfly Ornithopter Empty Re: Dragonfly Ornithopter

Post by JHaskly Thu Oct 07, 2010 12:16 am

Ah, i didn't notice it was in the WIP forum Razz

Never mind Very Happy

JHaskly
Admin

Posts : 235
Join date : 2010-07-16
Age : 28
Location : Brisbane

Back to top Go down

Dragonfly Ornithopter Empty Re: Dragonfly Ornithopter

Post by Sting Auer Thu Oct 07, 2010 8:55 am

oh ok :3
Sting Auer
Sting Auer
Hover
Hover

Posts : 170
Join date : 2010-09-19
Location : Aw crap i think I'm lost.

Back to top Go down

Dragonfly Ornithopter Empty Re: Dragonfly Ornithopter

Post by fromancer Wed Oct 20, 2010 6:30 pm

sting auer nice Ornithopter
although i took out roll chips and add extra trim in wing for
it articulates for pitch
and added gyros
fromancer
fromancer
Car
Car

Posts : 11
Join date : 2010-10-20
Age : 29
Location : portlandia

Back to top Go down

Dragonfly Ornithopter Empty Re: Dragonfly Ornithopter

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum