All Posts (14048)

Sort by

International Aerial Robotics Competition (IARC) Mission 6 Description

video clip.

 

This video describes the 6th Mission of the International Aerial Robotics

Competition ( IARC ) which began in 2010. The 6th Mission involves the use

of micro air vehicles ( MAV ) to find and steal a zip drive containing sensitive

information, and replace it with an identical drive before leaving the building

undetected. All of this must be done fully autonomously. A $20,000 prize will

be awarded during 2011 if any team can demonstrate this aerial robotic behavior

in under 10 minutes. (See Official Rules at http://iarc.angel-strike.com/ )

 

 

 

Read more…

What do you want from motion capture?

Hi Everyone,

 

Ever seen the series of  Quadrotor videos posted online by the GRASP Lab? Or the piano playing UAV from ETH?

 

 

The real time tracking system (motion capture) used in this technology is developed by Vicon Motion Systems.

 

My name is Alex and I work for Vicon.  We’re new to this community and very keen to hear your thoughts on how we can become more of an active member. Feel free to share your ideas. If there is technical information we can provide, or perhaps trial software please don’t hesitate to contact me.

 

Our T Series systems are the latest technology and can cost big dollars. What you might not know is we have developed a cost effective camera named the Bonita camera. It’s based on the same technology and software as our higher-end cameras, however is available at a more affordable price. A full Bonita system (suitable for UAV tracking) with software is available for under $20,000.

 

Happy to be involved in the community and look forward to more awesome vids!

 

Alex

Read more…

Traditional Helicopter ArduRazor 600

3689419066?profile=originalI finally managed to fly my Arducopter Modified Helicopter. Very pleased with todays test. Only hovering but its a great start. I have been battling severe ocscillations. Its rock sold now. After lots of work and late nights.

So the next step is to get some footage and add it here.

The plan is to finally Mount a gimbal camera and use the gyro cam outputs of the ACM.

Lots of things planned FPV etc....

I know there are a few Heli Guys lurking so thought i'd start a blog feel free to chime in :)

 

Got to say a big thanks to MartinT of buildyouowndrones, huge help spent many hours talking and working with him.

 

I wrote a manual with the help of mike, just press here

 

 

 

Managed to isolate the ACM from viabrations using Gyro pads between the ACM poly carb plate and the frame.

It now floats above the frame.

 

3689419162?profile=original

Read more…

Copter-GCS with Mission Support and more

3689419020?profile=originalHello all,

Hope no-one object to another update. For those who use this, I've set up a mail list at http://groups.google.com/group/copter-gcs so that bug notifications and updates can be sent to users.

 

Now for the updates:

I've finally gotten mission support on Copter-GCS working. Load from the copter, edit, drag the waypoints on the map and add new ones by touching the map for a second.

 

3689419040?profile=originalEditing the waypoints is also fully supported. More specific menus is pushed back to a later version. You can reorder the waypoints by dragging them around in the list. I'm hoping to improve this for a future version though.

 

I've fixed a few potential use error with the transmitter calibration, and added mode switch setup:

3689418648?profile=originalThe current mode is shown in yellow, and selecting any drop-down menu shows the various options. As soon as you select it, the mode is stored.

 

3689418942?profile=originalHardware setup is now also available. Once done, just hit save, and you should be good to go.

 

Finally, the PID view is now auto-generated based on the MAVLink parameters. This means that APM users will be able to have better use of the system now.

 

Check out http://code.google.com/p/copter-gcs/wiki/MainPage?tm=6 for more details/images.

As usual, comments/bug reports/feature requests are more than welcome.

Cheers,

Bart

Read more…
Developer

Two APMs, one plane

IMG_20110807_223716.jpgWe took our Telemaster up again today, this time with two APMs on board. There were two aims with this flight. The first was to get an idea of how much two APMs would vary in their attitude and altitude solution, and the second was to test a new experimental GPS that one of the CanberraUAV team members received as a birthday present from his brother (his brother builds GPS modules for a living).

For the outback challenge competition we plan on having two APMs in our plane. The idea is that the mission control computer on the plane (a pandaboard) will constantly monitor both APMs and will switch over to the backup APM if the first one starts misbehaving. To do that we need to know how much variation between the two APMs we normally should expect, so we know when we should be thinking about switching between them. The logs from todays flight gives us some idea of what variance we should expect.

The setup we used today was that both APMs were connected via USB to the pandaboard, plus one of them was connected to the normal servos, receiver etc, and was used when we were in stabilise or loiter mode. Both APMs logged detailed telemetry to the SSD on the pandaboard via mavproxy.

Apart from being in slightly different positions in the plane, the only other differences between the two APMs were:

  • one used a 5883L magnetometer and the other used a 5843.
  • one was connected to the planes pitot tube airspeed sensor and the other wasn't

To analyse the results, I wrote a little graphing utility (mavgraph.py) for MAVLink logs, which I have put in the examples directory for pymavlink.The raw logs are here and here.

While looking at the results I found that the magnetometer on the 2nd APM hadn't initialised, which means its yaw and heading values are rubbish. We'll need to do more flights in the future after ensuring that both magnetometers initialise correctly. I'll also need to add a warning message to mavproxy for when the magnetometer doesn't produce good data.

Results

The first thing I wanted to look at was the roll/pitch solutions. Here is a typical graph for a short section of the flight.

rollpitch.pngThe tracking between the two APMs was reasonable, although not as good as I had hoped for. The two IMUs will of course have had slightly different calibration, so we expect a constant offset, but the graph shows that the offset isn't constant. Sometimes the 2nd APM shows a larger roll, and sometimes the first one does.

The altitude solutions show a similar variance:

alt.pngThe VFR_HUD altitudes are from the two barometers, the GPS_RAW values are from the GPSes, both are in meters above sea level. The two height estimates tracked each other quite nicely, with the variance small enough not to bother a plane. A quadcopter hovering might have some problems at low altitude, but at the altitude we were flying at today (around 100m or so) it wasn't an issue for the Telemaster.

The airspeed/groundspeed values were about what I expected:

speed.pngthe pitot tube produces a much noisier signal than the GPS does, and the two GPSes tracked each other quite nicely. The difference between the pitot and GPS readings could well have just been the wind, which was several meters/second.

I was curious to see if the raw gyro readings tracked each other. The MAVLink RAW_IMU packet allows us to see the raw sensor values before that are processed by the APM, and I wanted to see how much noise showed up:

xygyro.pngzgyro.pngThey tracked better than I expected them to! I have the hardware sensor filters enabled on both IMUs, and I suspect this shows that those sensors are doing their job quite well.

We'll be looking at these log files a lot more closely in the coming weeks, but this quick look has already told us a lot of what we need to know for designing our OBC avionics, and working out how to do failover between the two APMs.

 

Read more…

ARDUCOPTER SONAR - what´s the best?

 

Sorry to insist, but SONAR in 2.0.37 was perfect.

 

Please have a look to this video. This is using 2.0.37, defaults PIDs and the behaviour, I consider almost perfect.

http://vimeo.com/27394631

 

Same hardware with 2.0.38 is really much worst and oscillating. Maybe it could be re-consider to come back to the 2.0.37 philosophy.

 

Noise problems are ALL solved isolating and shielding cables to SONAR and separating from ESC (as recomended in the WIKI)

 

Angel.

 

 

Read more…
Moderator

Here's a scene from Philanthropy

Awesome Battle is Awesome! (MGS: Philanthropy) from Hive Division on Vimeo.

 

Hello everybody!

 

WHO'S THIS?

 

I'm Giacomo and I'm the founder and coordinator of a Venice area-based filmmaking collective known as Hive Division.

We gathered around a feature-lenght, no budget fanfilm, Metal Gear Solild: Philanthropy, in order to put together our different skills, gain visibility and grow up as a team. The film was released in September 2009 and had a huge success of public, accumulating more than 3 millions overall views and represents the base of know-how on wich we're currently building our original narrative projects (the first one will be announced in September 2011) and our path in the video production business.

 

and here's a video we shot for an institutional client

Provincia di Treviso - Ti resta nel cuore 2010 from Hive Division on Vimeo.

 

Some time ago we met Roberto Navoni,Laser Navigation's CEO and coordinator of the VirtualRobotix Community in order to discuss a future Hive Division project (Wave) for a sci-fi feature that would require an agile camera platform, something beyond any available crane, steadycam or cablecam.

The multicopter frenzy at the time was still building its momentum, but it was clearly a cost-effective approach and, therefore, the best fit for our needs.

 

A series of meetings and brainstormings with Roberto, though, made clear that the end results we aimed at was not just to get a platform we could use for the feature film Wave, but a high performance flying camera that would suit any indie video production, virtually replacing the helicopter in most of the situation. The project than turned into a proper R&D cooperation between Hive and Laser, one that our lack of immagination forced us to call the "Wave Camera" :)

In Hive Division, the guys following this project are

  1. Me
  2. Alberto, Hive's 3d Team, graduated in aerospace engineer and future Wave pilot
  3. Mattia, Hive's DOP, graduated in multimedia technology ad future Wave camera operator

 

 

WAVE CAMERA

 

Thanks to the HDSLR revolution, many little companies around the world are currently working at such devices and some DID achieve remarkable results, but we always feel like something is missing (the incapacity of producing anything but wide angle shots, the lack of proper focus control etc).

We want to create a new one, built specifically for indie filmaking.

We want our platform to carry heavier equipment, better optics and to carry them faster and further than what existing platforms are currently able to do. We want our platform to be well integrated with its "eye" and to give filmakers-on-a-budget a flexible and powerful tool for their needs.

Instead of trying to create a Predator-sized UAV without any meaningful ROV experience, we decided for a step-by-step approach in order to softly land on any critical aspect of such a project.

 

The first two platform that Roberto and his company prepared for us are:

  1. A light, relatively cheap quadcopter that Alberto will use to perfect his ROV skills



  2. A medium-sized coaxial hexacopter that will be used to lift our HDSLR and to gradually prepare our wishlist of features for the long-term developement of our ultimate flying camera :)

 

We'll start testing both platform around the end of august/september, and we plan, together with Roberto, to keep you Virtualrobotix guys posted about our developements. Any suggestion or feedback you'll be willing to provide will help us shape this platform.

 

I hope you'll enjoy following our project :)

 

http://www.virtualrobotix.com/forum/topics/wave-camera-project-by-virtualrobotix-hivedivision-join-force

 

Read more…

Speed Record Attempt

 

I set out to find the max speed of my MTP2, with disastrous consequences.

I used the "How Fast" (see http://www.wingedshadow.com/howfast.html) to tell me my max airspeed after each flight.

At full throttle flying straight, I got 62 MPH, in a steep dive it reached 79 MPH, and in a straight down deadly dive, it reached 92, after which the wing separated and the airplane was destroyed!

The MTP3 will be built over the next few weeks and will have new design features to protect against this happening again as well as other improvements.

Read more…

Real strobes for your plane !

I personally don't like these constants LEDs very much,

how cool is that:  a real xenon strobe like in real airplanes - for your RC plane !

 

I've flown with it last evening - it was AWESOME !  

draws much attention...

 

3689418964?profile=original

 

can get it here

that's the effect it has +/- :

 

 

 

 

 

 

 

 

Read more…

Attack of the birds

Today's Arducopter flight got some attention from the locals

A flock of Galahs was grazing nearby when my Arducopter took off. It wasn't long before the Galahs took flight, formed a squadron, called "Tally Ho", and proceeded to chase down the interloper.

The Australian Galah

When aerial predators are spotted Galahs often form compact noisy flocks, consisting of most of that local population, sometimes reaching numbers of 500 or more, that will circle and climb to more than one hundred meters. This is a defensive action which makes one galah part of an avian group, appearing like a storm of galahs.. discouraging predators.


 

Read more…

Multiwii Copter Scarab 12 Build with APM

Another LOS video, recently done, love this one

 

 

 

 

http://youtu.be/FM3s2emlQuc

 

Just a short Blog on this build, it's been a pleasure to build the kit, and i think i might just get another, maybe even the new Trikopta.

Specs so far
1 x Multiwiicopter Scarab 12
4 x Carbon Bird 750kv motors
4 x Rc Timer 30amp ESC
1 x Arducopter Power Distribution Board
1 x Castle Creations 10amp External BEC
4 x MPI 10 x 4.5 SF Props
1 x Spektrum AR7000 Rx-er
1 x Ardupilot Mega Board with barometer and gps
1 x Thunderpower 45c 3s 2250 Lipo

A quick word on prop balancing, i never used the normal method of removing material from the heavier blade or hub to balance, i chose to add weight to the lighter blade to equal the heavy one, as well as adding weight to the lighter side of the hub to equal the heavy one. A principal that i use on RC Helis, as you never remove material from any of the blades.

I used clear nail varnish for this, as it has proved to be very durable and weather resistant over the years of using nail varnish.

Video of the maiden flight above, lots of PID tuning left to do.

 

Pics of build in my Album under

 

http://www.diydrones.com/photo/albums/multiwii-copter-scarab-12-build

 

Just uploaded another video with the most stable PID's i can get at the moment.

This is the link

 

http://youtu.be/JsD8HzphJFs

 

This is a pic of the latest PID's

http://diydrones.com/photo/fairly-stable-pid-s?context=album&albumId=705844%3AAlbum%3A544452

 

My biggest problem is trying to weed out the slight oscillations and keep the quad stable without it being sluggish. The rate roll and pitch are down as far as i can seem to get it without losing stability, as well as the stabilize roll and pitch. However it seems very twitchy to control, and i have about -50 exponential to try and smooth it out on both aileron and elevator.

 

It's tricky this PID tuning.

 

Any pointers from anyone out there in multicopter land.

 

Danny

 

September 9th 2011 Update

 

A Short LOS AV clip

 

https://www.youtube.com/watch?v=l7xceHKebjA&feature=player_embedded

 

http://youtu.be/FM3s2emlQuc

 

 

 

 

Read more…

Arducopter 2.0.38 Flight test - Wind effect

I want to add this discussion to record experiences in flight test from 2.0.38 and on mainly in RTL, LOITER and AUTO. Also to analise the effect of the WIND, that for me is THE big problem. I´ve tested several days my copter in different wind conditions. Below is a summary of my conclussions.

 

RTL flight tests

We can say that RTL works, but depending on wind conditions and direction of the wind in the moment of RTL.

 

Upwind. This is the best situation. The copter aproaches slowly the goal in a straight way more or less ( the goal is closed to the cross of roads in the images)

wind = 10 knots SSW

SUCCESFULL TESTS

3689418750?profile=original (log 26_file 1 attached)

 

The example below, ended well but it makes a path not logical to reach the goal (why?)3689418821?profile=original

(log 21 file 1)

 

Below is other succesfull RTL, but the path  took one complete turn to reach the goal probably due to the wind

3689418771?profile=original
(log 23 file 1)

 

NON SUCCESFULL TESTS

In all this test the copter diverged strongly and it was recovered THANKS to the SIMPLE mode, that is essential to survive to big crashes.

Below is a tipical divergence. It starts downwind and then enter in a divergent spiral. (Red curve shows the final SIMPLE mode to save the copter).

3689418786?profile=originalDownwind - other diverging RTL

3689418852?profile=original(log 28 file 1)

 

Other problem that happens to me is the delay in reacting once the SIMPLE mode is activated to save the situation. The yellow curve shows when SIMPLE is activated but it responded some seconds later. 

3689418845?profile=original(log 22 file 2)

 

Upwind RTL. Another example of bad path to reach the goal

3689418625?profile=original(log 19 file 2)

Tomorrow I will add more LOITER and AUTO (exciting) experiences.
Read more…

3689418141?profile=originalIt is interesting what you can find in Nairobi. Electronics are scarce, but surprisingly I found a place stocking polyester resin!!! It was like a dream come true! I've seen composite materials being used and I thought I should give it a go for my new Flying Thing (see old one here). So anyway, to avoid waste and cost (mostly the latter, I am good at the former :) !), I decided to use fabric and resin to cook up something that will help me learn a lesson or two! So here goes....

 

1. I needed the frame, so a few plastic soda bottles will do. Wings also plastic

3689418411?profile=original

2. The wing and fuselage has to have a good aerodynamic shape, or pretend to have one :)

 

3689418384?profile=original

3. I wanted a delta-like wing with front Canard, yes Burt Rutan's a genius :)!! So why not borrow a design? To make the shape, I had to use a prop before applying the fabric and resin

3689418428?profile=original

and....

 

3689418466?profile=original

then...

 

3689418553?profile=original

...so that eventually...

 

3689418481?profile=original

. Then the canard....

 

3689418514?profile=original

...to become....

 

3689418540?profile=original

....now the fabric. First I fastened it to the frame using wood glue then applied resin and another fabric on top to strengthen it all....

 

3689418578?profile=original

3689418141?profile=original

Now we are ready to apply resin and another fabric to strengthen it all up!

 

Special thanks to Dan of DIYDrones for sending me brushless motors during the first Flying Thing! I promised to make use of them, and I am trying, though constrained in electronics. Coby of Metanomy (metanomy.org) has provided immense support. He provided the APM in the shots below, as well as invaluable support and advice. To follow the story behind the flying thing, follow http://www.metanomy.org

 

 

Read more…
3D Robotics

3689418611?profile=originalA good post from the AMA government relations guys, prompted by the Wasp ArduPilot-powered wifi sniffing UAV we wrote about earlier:

 

Like any other new technology, in the wrong hands and for the wrong reasons, its use to cause harm can potentially overshadow any intended use for good. This is a quandary that beleaguered Albert Einstein until his death in 1955, and for centuries societies have had to balance the potential for good against the potential for harm with everything from motorcars, to aerial flight, to the Internet. 

However, turning our back on UAS technology is not the answer. In doing so we may well find that we have boxed ourselves in, missed out on significant opportunities and left behind by what is sure to be a huge emerging industry. AMA must proceed carefully to ensure the legitimate aeromodeling community is distanced from the potentially negative aspects of UAS while maintaining its posture as a leader in scientific development and aeronautical technology.

 

 

Read more…


pwm.png

Recently I purchased an inexpensive usb based oscilloscope to help me do some low level electronics debugging.  Owning an oscilloscope is so cool I just had to tell everyone about it!  And the price of these USB-based oscilloscopes are in range of many hobbiests.  Now I'm kicking myself for not buying one of these years ago.

The above screen shot shows the output of an ATTINY13A microcontroller (similar to what the ardupilot uses for their fail safe / manual override circuit.)  My test code reads a PWM signal in (via an interrupt service routine) and generates a new signal out on a different pin that mirrors the input signal.  I can see exactly what is going on with both the input and the output pins using my cool new oscope.

I'm learning as I go (just like everyone else) but I thought it would be fun to share my experience in a bit more detail and hopefully encourage some people here to also take the plunge.  I have many more details and screen shots posted at my personal blog here:

http://gallinazo.flightgear.org/technology/how-to-be-an-electronics-whiz-on-a-small-budget/

 

Read more…
3D Robotics

180px-Gluonmagnetometer.jpg?width=180Free-flight glider competitions, which don't use RC control, usually use mechanical compasses to keep the glider pointed into the wind. But an autopilot can do it even better. Tom Pycke modified his Gluonpilot autopilot to do this. Cool!

On request, a special version of the gluonpilot has been created to be used in F1E (free flight gliders) competition.

This is how the gluonpilot adaption works:

  • A 3D magnetometer is connected to the 3V3 I2C port.
  • Before launch, the model is pointed in the correct direction and the SMD button on the PCB is pressed. From then on, the output on servo 1 is proportional to the "heading error". With a rudder servo connected to servo 1, the plane will always fly in this direction.
Read more…
3D Robotics

3689418734?profile=originalThere's a good article in Flight Global today about the rise of "optionally-piloted vehicles" (OPVs), which are plane that can fly either with or without a pilot, such as the L-3 Mobius shown above. Why would anyone want that? A few reasons:

 

--You can fly them in domestic airspace, where there is not currently a workable approval process for commercial UAVs

--You can use a pilot to fly them over civilian areas to get to a military theater, without having to transport them in another vehicle, as is currently the case for for all military UAVs.

--Much better field of vision with a pilot onboard, when that is required

 

From the article:

There are at least 26 models of OPV flying today, most of which are still in testing, and many of which are technology demonstrators or testbeds.

OPVs fill a niche role; they must be large enough to haul a pilot and a useful payload while piloted, but provide the endurance expected of a similarly-sized UAV when unmanned. Most similar UAVs are medium-altitude long-endurance (MALE) models - and so too are the OPVs.

 

3689418699?profile=originalNorthrup Grumman's Firebird

 

I've seen Blackbird helicopters converted to OPVs, and indeed these seems to the way they're all going. From the article:

The US army is planning to convert almost all of its massive helicopter fleet to OPV control schemes. "Over the next 25 years, the [US] Army aviation shifts from being almost entirely manned to consisting of mostly unmanned and OPV," states the army's aviation planning document - the so-called roadmap.

Read more…
3D Robotics

Is the GPS system endangered in the US?

 

3689418714?profile=originalThere's a good piece in the Economist about how a FCC screwup allocated frequencies to a wireless Internet firm that are adjacent to the GPS frequencies. Now the firm wants to roll out its network, and if the FCC lets it go ahead, we're going to all have to start soldering filters on our GPS modules if we want them to keep working. (I hope wise minds will intervene and ensure that this doesn't come to pass, but it's hard to have confidence in the political system at the moment).

 

Here's the root of the problem:

The ultimate source of the trouble is a decision made in 2003 by the Federal Communications Commission (FCC) to grant special dispensation to a broadband satellite operator called SkyTerra, allowing it to fill gaps in its coverage by means of ground-based transmitters. SkyTerra’s chunk of spectrum (1,525-1,559 megahertz) abutted a crucial frequency (1,575 megahertz) used by GPS satellites. However, SkyTerra’s signals being mere whispers from space and its few proposed ground stations designed to operate at low power, any threat to GPS was dismissed as highly unlikely. 

Everything changed when Harbinger Capital Partners, a New York-based investment firm founded by subprime-mortgage billionaire Philip Falcone, bought SkyTerra in 2010 and renamed it LightSquared. For Mr Falcone, the attraction was three-fold: SkyTerra’s swathe of under-used frequencies; its licence to provide a nation-wide internet service; and, above all, the FCC’s waiver allowing it to use ground-based transmitters where satellite reception was poor. 

Mr Falcone quickly persuaded the FCC to rewrite the former SkyTerra licence. Instead of being conditional on offering an internet service primarily by satellite, with ground stations filling in only where satellite coverage was inadequate, the revised licence accepts that the network will rely almost exclusively on terrestrial transmitters.

And not just low-powered ones for serving inner cities. The company intends to build a broadband wireless network comprising 40,000 base-stations across the United States. These stations will put out 15,000 watts apiece. Typical mobile-phone transmitters in urban areas radiate between five and ten watts. Even the 100-foot towers used in open countryside transmit no more than 60 watts.

 

Read more…