aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sensors
Commit message (Collapse)AuthorAgeFilesLines
* Sensors app: Allow N sensors. Not compiling yet, WIP, to be REBASED!Lorenz Meier2015-02-211-338/+261
|
* sensors app: Comment handling of old param values properlyLorenz Meier2015-02-151-10/+17
|
* Rsensors app: Programming style: rely on logical orr for failed evalution.Lorenz Meier2015-02-151-21/+21
|
* sensors: Update param nameLorenz Meier2015-02-151-1/+1
|
* sensors: Set up mag rotation parameters correctlyLorenz Meier2015-02-151-11/+11
|
* Sensor app: Formatting, documentation and cleanupLorenz Meier2015-02-151-13/+7
|
* sensors app: Use -1 in rotation parameter to indicate that a sensor cannot ↵Lorenz Meier2015-02-152-8/+34
| | | | be rotated as it is internal.
* Proper mag rotation handlingLorenz Meier2015-02-152-38/+53
|
* Get secondary mag to work, but only if internalLorenz Meier2015-02-101-0/+20
|
* Initialize error counts high enoughLorenz Meier2015-02-091-0/+15
|
* sensors app: Fix loading of calibration paramsLorenz Meier2015-02-091-9/+12
|
* Sensors app: Improve sensor config handlingLorenz Meier2015-02-091-13/+41
|
* Sensors: Move to 0 based indicesLorenz Meier2015-02-091-131/+212
|
* Merge ROS into masterLorenz Meier2015-02-031-55/+52
|\
| * Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2015-02-012-23/+36
| |\ | | | | | | | | | | | | | | | | | | ros_messagelayer_merge2_attctrl_posctrl Conflicts: src/drivers/px4fmu/fmu.cpp
| * | propagate uorb contants change through all modules/driversThomas Gubler2015-01-281-46/+46
| | |
| * | Merge remote-tracking branch 'upstream/master' into ros_messagelayer_mergeThomas Gubler2015-01-212-2/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp src/modules/uORB/topics/vehicle_attitude.h
| * | | bring back switch_pos_tThomas Gubler2015-01-081-4/+4
| | | |
| * | | sensors: argument is not an enum anymoreThomas Gubler2015-01-051-1/+1
| | | |
| * | | sensor: fix variable namesThomas Gubler2015-01-051-6/+6
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2015-01-052-41/+310
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/mathlib/math/Matrix.hpp src/modules/mc_att_control/mc_att_control_main.cpp src/modules/uORB/topics/vehicle_status.h src/platforms/px4_includes.h
| * \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-291-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules
| * | | | | manual_control_setpoint as msgThomas Gubler2014-12-081-4/+4
| | | | | |
| * | | | | make default apps compatible with autogenerated attitude and rc_channels messageThomas Gubler2014-12-021-41/+41
| | | | | |
* | | | | | fix codestyle in sensors.cppThomas Gubler2015-02-031-32/+66
| | | | | |
* | | | | | sensors: init accel and gyro with default ratesThomas Gubler2015-02-031-46/+10
| | | | | |
* | | | | | sensors app: Use indexed param namesLorenz Meier2015-02-032-43/+379
| |_|_|_|/ |/| | | |
* | | | | Save and check device id for acc and gyro calibration parameters.config_all_deviceshauptmech2015-01-311-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix config utility to work with all devices of each type. Accel, gyro and mag devices correctly set their device_id devtype. Combo devices (mpu6000 lsm303d) now correctly return their devtype. config util shows device id for all sensor types. Add, save during calibration and check during preflight ID parameters for accelerometer and gyro
* | | | | Move sensors app to multi pub/subLorenz Meier2015-01-291-16/+16
| | | | |
* | | | | Move sensors to new mag interfaceLorenz Meier2015-01-291-6/+6
| |_|_|/ |/| | |
* | | | Sensors: Fix corner case on FD leak (not a real leak)Lorenz Meier2015-01-211-2/+2
| | | |
* | | | Add SENS_MAG_ID parameterhauptmech2015-01-171-0/+6
| |_|/ |/| | | | | | | | | | | Record devid to SENS_MAG_ID during mag calibration Verify devid matches SENS_MAG_ID during preflight_check
* | | sensors app: Decent error handling / reportingLorenz Meier2015-01-031-33/+68
| | |
* | | 2nd baro support for common topicsLorenz Meier2015-01-021-0/+46
| | |
* | | Merge pull request #1543 from thomasgubler/rcparamtuneLorenz Meier2015-01-012-1/+152
|\ \ \ | | | | | | | | RC param tune
| * | | rc2param: min and max valuesThomas Gubler2014-12-281-3/+7
| | | |
| * | | prototype for changing params by rcThomas Gubler2014-12-282-1/+148
| | |/ | |/|
* | | Remove invalid paramsMohammed Kabir2014-12-301-19/+2
| | |
* | | Add support for rotations of PX4flowM.H.Kabir2014-12-272-7/+61
|/ /
* / turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-0/+2
|/
* Sensors: Optimize for sizeLorenz Meier2014-11-151-0/+2
|
* Remove absolute pressure field as its not useful and confusing anywaryLorenz Meier2014-08-241-7/+7
|
* sensors: remove warnxThomas Gubler2014-08-211-1/+0
|
* sensors: do not exit task on errorThomas Gubler2014-08-171-7/+9
|
* sensors: move close to correct positionThomas Gubler2014-08-171-1/+1
|
* add param for qnhThomas Gubler2014-08-172-8/+42
|
* Merge branch 'ext_mag_param' into loggingLorenz Meier2014-07-161-0/+13
|\
| * Implement the external mag param in a fashion that retains backward ↵Lorenz Meier2014-07-161-0/+13
| | | | | | | | compatibility
* | sensors: Support for up to three sensors of the IMU typesLorenz Meier2014-07-151-3/+107
| |
* | Merged masterLorenz Meier2014-07-152-27/+131
|\|