Commit Graph

10 Commits

Author SHA1 Message Date
Christophe De Wagter e3958e6029 Cleanup cdw airframes (#1623)
* [conf] 2seas2o -> tudelft

* [conf] non-existing airframe

* [airframe] simulate indi frog with no inertia

* [conf] start cleaning old IMAV airframes, remove non-existing

* [airframe_editor] point to other default airframe

* [CHIMU] documentation and examples

* [airframe] yapa_xsens is TUDELFT
2016-04-21 21:55:44 +02:00
Felix Ruess 8b43408753 [modules] use string type where appropriate 2016-03-31 22:40:47 +02:00
Felix Ruess 51527bc0e4 [modules] fix mavlink and ahrs_chimu_uart 2015-03-17 11:52:04 +01:00
Felix Ruess 305d4dc806 Merge branch 'master' into ahrs_refactor
* master: (175 commits)
  [tests] fix math tests
  [fixedwing] use min/max_cruise_throttle variables instead of defines
  [conf] update some telemetry files
  [ext] update luftboot
  [ext] update libopencm3
  [mavlink] add sending of origin and waypoints
  [mavlink] rename SETTINGS to SETTINGS_NAMES_SHORT
  [mavlink] send quaternion
  [mavlink] parse PARAM_SET
  [conf] add AUTOPILOT_VERSION to some default telemetry files
  [conf] add python real time plotter to control panel
  [python] messagesapp: growable value column width
  [auto1-flaps] Please remove this as soon a better solution exits. For now it is critical to fly. closing #878
  [conf] vivify fix digital_cam_uart missing settings
  [conf] obc fix nav_airspeed names, and enable AMSL
  fourth release candidate for next stable release v5.4
  [server] close file even if file empty
  [build] improve build version stuff
  Add some more flexibility to conf and control_panel naming
  [paparazzicenter] fix GLib-CRITICAL warning when running clean/build/upload
  ...

Conflicts:
	sw/airborne/boards/ardrone/actuators_at.c
	sw/airborne/firmwares/fixedwing/main_ap.c
	sw/airborne/firmwares/rotorcraft/main.c
	sw/airborne/modules/geo_mag/geo_mag.c
	sw/airborne/modules/ins/ahrs_chimu_spi.c
	sw/airborne/modules/ins/ahrs_chimu_uart.c
	sw/airborne/subsystems/ins/ins_ardrone2.c
	sw/airborne/test/subsystems/test_ahrs.c
2015-01-02 12:56:05 +01:00
Felix Ruess 8be5c426b6 [modules] start pimping dependencies
Start working on #940

This replaces
```xml
<depend require="foo|bar" conflict="baz"/>
```
with
```xml
<depends>foo,bar</depends>
<conflicts>baz</conflicts>
```

and now allows to specify OR dependencies with | (pipe) similaro to Debian depends:
```xml
<depends>foo,bar,this|that</depends>
```
which would depend on: foo AND bar AND (this OR that)
2014-12-08 10:33:28 +01:00
Felix Ruess 1d80eb2d7b [ahrs] start using ABI for imu data 2014-10-20 23:56:16 +02:00
Felix Ruess 0166f097ad [uart] replace #ifdef USE_UARTx with #if USE_UARTx 2013-12-27 18:59:34 +01:00
Felix Ruess 924956fb76 [uart] use upper case UART[01235] everywhere
find conf -name "*.*" -exec sed -i 's/Uart\([01235]\+\)/UART\1/g' {} \;
2013-02-26 22:08:45 +01:00
Felix Ruess cb6facbb75 [conf][doc] prepare for autogeneration of module docs
move defines where the values need escaping to the raw makefile section
this specific escape code doesn't work with all parsers...
2012-12-15 21:22:01 +01:00
Felix Ruess 4fd65e344c [modules] renamed ins_chimu_* modules to ahrs_chimu_* and updated them
* also added example airframes using these modules
* added them to the test conf
2012-09-19 23:19:14 +02:00