[Rock-dev] CopterCommand to base/types

Felix Rehrmann felix.rehrmann at dfki.de
Tue May 29 16:44:42 CEST 2012


Hello,

I would like to add a type CopterCommand to base/types.
It is to give commands to flying machines and will have 3 axis commands 
and one thrust command:

struct CopterCommand {
     double axis_command[3];
     double thrust;
};

The value range would be from -1.0 to 1.0 for the axes and from 0.0 to 
1.0 for the thrust. Any opinions?

So long!
Felix


-- 

  Felix Rehrmann
  Researcher

  DFKI Bremen
  Robotics Innovation Center
  Robert-Hooke-Straße 5
  28359 Bremen, Germany

  Phone: +49 (0)421 178 45-4129
  Fax:   +49 (0)421 218-64150
  E-Mail: felix.rehrmann at dfki.de

  Weitere Informationen: http://www.dfki.de/robotik
  -----------------------------------------------------------------------
  Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
  Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
  Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
  (Vorsitzender) Dr. Walter Olthoff
  Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
  Amtsgericht Kaiserslautern, HRB 2313
  Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
  USt-Id.Nr.:    DE 148646973
  Steuernummer:  19/673/0060/3
  -----------------------------------------------------------------------



More information about the Rock-dev mailing list