Difference between revisions of "User:GPH"

From PaparazziUAV
Jump to navigation Jump to search
Line 17: Line 17:


* Safety Memo. ''3rd US-European Competition and Workshop on Micro Air Vehicle  System & European Micro Air Vehicle Conference and Flight Competition.'' September 2007. ([http://www.recherche.enac.fr/~gph/files/fz.pdf pdf file])
* Safety Memo. ''3rd US-European Competition and Workshop on Micro Air Vehicle  System & European Micro Air Vehicle Conference and Flight Competition.'' September 2007. ([http://www.recherche.enac.fr/~gph/files/fz.pdf pdf file])
<graphviz renderer='neato' caption='Hello Neato'>
graph G {
  run -- intr;
  intr -- runbl;
  runbl -- run;
  run -- kernel;
  kernel -- zombie;
  kernel -- sleep;
  kernel -- runmem;
  sleep -- swap;
  swap -- runswap;
  runswap -- new;
  runswap -- runmem;
  new -- runmem;
  sleep -- runmem;
}
</graphviz>

Revision as of 06:10, 15 December 2008

Pierre-Selim Huard

Nickname: gph
Contact: huard AT recherche.enac.fr or pierre-selim AT huard.info
Location: Toulouse, France

I've joined the Paparazzi project in 2005, and I've worked a bit on the ground station software.

I graduated from ENAC in 2006 as an Engineer in Computer Science and Air Traffic Management, I'm Currently working on automatic mission planning at ENAC for the Paparazzi Project.

Writings

Articles

  • Automated Planning for a Fleet of Micro Air Vehicles. 3rd US-European Competition and Workshop on Micro Air Vehicle System & European Micro Air Vehicle Conference and Flight Competition. September 2007

Tech papers

  • Safety Memo. 3rd US-European Competition and Workshop on Micro Air Vehicle System & European Micro Air Vehicle Conference and Flight Competition. September 2007. (pdf file)

<graphviz renderer='neato' caption='Hello Neato'> graph G {

  run -- intr;
  intr -- runbl;
  runbl -- run;
  run -- kernel;
  kernel -- zombie;
  kernel -- sleep;
  kernel -- runmem;
  sleep -- swap;
  swap -- runswap;
  runswap -- new;
  runswap -- runmem;
  new -- runmem;
  sleep -- runmem;

} </graphviz>