Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On your phone, navigate to http://abarry.org/mit/LCMDroid.apk to download the application.

3. Run installer


Note: don't worry about USB Debugging.
That's only used to get the screenshot.

...

  • Data plotting should be parallel for all channels in real time. In our prototype, we show each channel drawing the data each time it is selected.
  • All data is canned. Once the canned data runs out, it is pseudo random.
  • Double-tap on the graph screen is unimplemented.
  • No artwork (such as the application icon) is completed.

Scenario Instructions

When testing our application try to imagine yourself in the following situation:

You are programming a small flying quadrocopter to follow navigation commands. It is presented at the figure below as the black bended clipper.

It needs to go for few meters in the X direction and then int needs to turn left.

The quadrocopter carries a laser scanner which measures the distance between the quadcopter and the ground and the wall.

The quad applies controlls to its motors which make it go or turn.
Image Addedgr4 writeup here

Other notes

This application uses a number of different libraries, including plotting from arity-calculator, which is licensed under the Apache License, Version 2.0. We have made several improvements to their code and intend to submit our patches upstream.

...