Accelerometer motion analysis

Technology

wiirot_20080123.jpg

There’s an article over on the WiiLi Wiki that goes into great detail describing how to translate 3D accelerometer measurements into an estimation of the position, rotation, and velocity of a device like the Wiimote. By making a few assumptions—people’s arms have a limited range of motion, most Wii play doesn’t take place in moving vehicles, etc.—it’s quite surprising what you can get away with with just the accelerometer data.

The amusingly named (but rarely used) term for the rate of change of acceleration is jerk. The jerk term for the remote shows up in the time derivative of the force recorded by the sensor, along with the rotation term that contains the angular velocity of the remote. We can extract both rotation and linear acceleration if we assume a few things:

  • We know the “up” direction before the motion starts.
  • Throughout the motion, the jerk on the remote perpendicular to the current direction of gravity is small.

Then we can assume the time derivative of the force component which is perpendicular to our current estimate of the up direction is caused by the user rotating the controller only. This allows us to update our estimate of the up direction for the next time step. In each time step, we can also get the linear acceleration of the remote by subtracting our estimate of from the current force sensor report. In effect we are integrating up a coupled set of ordinary differential equations. (Note, need to review the math here. Beware.)

The main problem with this technique is error accumulation in our estimate of “up.” Since it is unlikely the user can keep the controller in constant linear motion without injuring themselves, the TV, or their opponent, we can look for times when the total reported force is close to g = 1.0 to recenter . You have to be careful when doing this because it is possible and probably common for the Wiimote to report an acceleration close to g = 1.0 while it is accelerating. When this happens your acceleration vector does not actually point “up” and you will recenter to an incorrect R. This can happen anytime you are accelerating both downward and in the horizontal plane.

I keep thinking that there should be some class of flying vehicle that, when operated under fairly restrained conditions, might be able to get by with just accelerometer measurements to obtain reasonably accurate state information. You could integrate the acceleration data through very limited motions that are within some margin of error, recalibrate, and repeat. This is probably a pipe dream, but I really want a solution for a $50 6DOF IMU. :/

Accelerometer motion analysis – Link

9 thoughts on “Accelerometer motion analysis

  1. Rick says:

    It did not work right away for me, swapon failed.
    I had to do a mkswap /dev/mmcblk0 first

  2. Brian Jepson says:

    Thanks, Rick! I’ve updated the instructions (I mkswap’d this SD card a while back and forgot this essential step)

  3. Andrew Burgess says:

    You must disable suspend or your machine will
    crash when suspending (suspend is enabled in
    joyride builds and the soon to be released
    update.1

    Simply
    echo 1 > /etc/ohm/inhibit-suspend
    will do it.

    You don’t use a partition table, there is a bug
    where shutting down with swap running can mash the
    partition table of your sd card. So you need to
    swapoff before shutting down or get very familiar
    with repartitioning :-)

    I like a partition table because bigger sd cards
    can be partitioned 1G swap and the rest ext2

    HTH

  4. Brian Jepson says:

    Thanks, Andrew! These are very good tips.

    I have become very familiar with the repartitioning routine you describe. At one time, I tried formatting an SD card as an ext3 filesystem for supplementary storage, but it would get trashed so often that I decided to use it as swap. I haven’t experienced a crash when suspending with the SD card in, but I suppose it’s only a matter of time.

    Has anyone tried modifying the shutdown scripts to umount and swapoff any SD card that happens to be in use before the bug kicks in?

  5. helmingstay says:

    here are relevant links to 2 major bugs between suspend and SD cards:

    http://dev.laptop.org/ticket/6532
    http://dev.laptop.org/ticket/4013

Comments are closed.

Discuss this article with the rest of the community on our Discord server!
Tagged

I'm a tinkerer and finally reached the point where I fix more things than I break. When I'm not tinkering, I'm probably editing a book for Maker Media.

View more articles by Brian Jepson

ADVERTISEMENT

Maker Faire Bay Area 2023 - Mare Island, CA

Escape to an island of imagination + innovation as Maker Faire Bay Area returns for its 15th iteration!

Buy Tickets today! SAVE 15% and lock-in your preferred date(s).

FEEDBACK