Commit Graph

12 Commits

Author SHA1 Message Date
Felix Ruess 92c7727085 [ahrs] GPS via ABI, remove ahrs_update_gps 2015-03-10 17:26:46 +01:00
Felix Ruess 9b95038631 [abi] send GEO_MAG via ABI 2015-03-10 17:26:45 +01:00
Felix Ruess 9f0240d893 [abi] update ABI bindings to pass single types by value 2015-02-07 16:12:14 +01:00
Felix Ruess 0972b7f262 [ahrs] use ABI for body_to_imu 2015-01-02 13:17:47 +01:00
Felix Ruess 750d06aa7a [ahrs] send aligner data via ABI 2014-11-05 00:44:00 +01:00
Felix Ruess f1f447372e Merge branch 'master' into ahrs_refactor
* master: (75 commits)
  [maps] hopefully finally fix google maps version download
  [rotorcraft] navigation: use NAV_FREQ to update stage and block time
  [simulator] use unconnected socket for FlightGear viz
  remove trailing whitespaces
  source and xml files should not be executable
  [modules] flight_time: move settings into module xml file
  [settings] remove some obsolete files
  [modules] flight_benchmark: move settings into module xml file
  [gps] refactor sendng of SVINFO
  [modules] dc: use state interface for utm position
  [airframes] replace joystick subsystem by USE_JOYSTICK
  [paparazzi.py] Produces .md with branch description
  [modules] airspeed_ets: retry after failed transaction
  dox fixes
  Correct mode behaviour joystick
  [ahrs] quaternion integrator fix
  [conf][joystick] update some joysticks with kill_throttle examples
  [math][dox] add some dox about euler convention
  [modules][messages] add AMSL message to air_data
  [modules] air_data: init vars as unknown
  ...
2014-11-04 23:27:48 +01:00
Felix Ruess f6827405be [abi] add TEMPERATURE message 2014-10-21 12:54:17 +02:00
Felix Ruess 1d80eb2d7b [ahrs] start using ABI for imu data 2014-10-20 23:56:16 +02:00
Felix Ruess 97ea2b7ed4 [messages] rename class to msg_class
makes it possible to use the python parser using xmlobject since class is a reserved word.
2014-08-27 14:40:21 +02:00
Gautier Hattenberger 03235ffae0 [sonar] sonar system using ABI interface
- unified interface for sonar (sonar_adc was broken with latest commit
  for ardrone)
- median filter removed from ins_int, implement in sonar drivers if
  needed
- compiles but not tested yet
2014-03-13 15:56:33 +01:00
Gautier Hattenberger e7574e59cb [abi] remove test_abi program 2014-01-07 11:31:12 +01:00
Gautier Hattenberger b2814e7169 [abi] split abi messages from telemetry messages
currently, the dtd is the same, but it can be changed in the future to
be more adapted to ABI messages
2013-10-10 17:48:09 +02:00