aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d
Commit message (Collapse)AuthorAgeFilesLines
* HMC5833 driver: Enable internal temperature calibration when available.Lorenz Meier2015-04-111-3/+3
|
* Update rc.axialracing_ax10_defaultsMarcel Stüttgen2015-03-311-2/+2
| | | back to original PWM default values
* Merge pull request #1875 from mstuettgen/masterLorenz Meier2015-03-205-8/+9
|\ | | | | Latest rover changes
| * commented set tuner back in (was commented out by accident)Marcel Stuettgen2015-03-031-1/+1
| |
| * disabled start of rover steering appMarcel Stuettgen2015-03-031-1/+2
| |
| * renamed apps and default config files too to match the model's nameMarcel Stuettgen2015-03-034-6/+6
| |
| * renaming of rover file to match the model's nameMarcel Stuettgen2015-03-032-2/+2
| |
* | Better defaults for filter tuning paramsLorenz Meier2015-03-153-0/+16
| |
* | Made aux output pwm rate, min, max, disarmed and failsafe values ↵Anton Matosov2015-03-063-1/+45
| | | | | | | | configurable the same way as for the main outputs
* | Removed extra spaceAnton Matosov2015-03-061-1/+1
| |
* | Adopted SK450 mixer for the gimbal control groupAnton Matosov2015-03-061-0/+2
| | | | | | | | Added start of the gimbal driver for SK450
* | Fix IO update when safety can not be set to on. From @zottgrammesLorenz Meier2015-03-041-0/+5
|/
* Increase rate of MAVLink output on companion linkLorenz Meier2015-03-031-1/+1
|
* Make INAV configurableLorenz Meier2015-03-011-4/+9
|
* MC: Use combined att / pos filterLorenz Meier2015-03-011-3/+4
|
* Rover config: Add comments and set correct output groupLorenz Meier2015-02-281-7/+12
|
* Merge pull request #1848 from mstuettgen/masterLorenz Meier2015-02-282-9/+19
|\ | | | | modified default pwm values and added comments to the startup scripts
| * modified default pwm values and added comments to the startup scriptsMarcel Stüttgen2015-02-272-9/+19
| |
* | Do not abort if IO cannot be started or put into safe modeLorenz Meier2015-02-281-2/+6
|/
* added missing then after ifMarcel Stuettgen2015-02-201-0/+1
|
* fixed variable (removed *.mix)Marcel Stuettgen2015-02-201-1/+1
|
* added rover autostart to rc.autostartRobotik2015-02-201-0/+9
|
* Rover: Auto-starting rover appsLorenz Meier2015-02-194-0/+50
|
* mkblctrl - rework and bugfixNosDE2015-02-181-2/+2
|
* rc.interface: Fix syntax error.Atsunori Saito2015-02-161-1/+1
|
* Auto-update IO also when safety offLorenz Meier2015-02-151-2/+8
|
* rc.interface: don't try to load an auxiliary mixer without IOBan Siesta2015-02-151-1/+1
|
* Remove attitude quaternion as long as mavlink conversions are still not inLorenz Meier2015-02-151-1/+0
|
* Improve multi-stream handling by template and index usage. Can be ↵mavlink_act_ctrlLorenz Meier2015-02-131-1/+1
| | | | consolidated slightly once multiplatform code knows about multi-topics
* Set up ACTUATOR_CONTROL_TARGET message and stream rate correctlyLorenz Meier2015-02-131-1/+1
|
* Set optical flow message correctly on startupLorenz Meier2015-02-131-1/+2
|
* Remove sleeps from USB config as these are really not neededLorenz Meier2015-02-101-11/+2
|
* implemented reset excludes in systemcmd "param", updated autoconfig ↵Andreas Antener2015-02-101-2/+2
| | | | parameter doc
* Sensors startup: Correct startup for HMC5883Lorenz Meier2015-02-091-0/+6
|
* Fix sensor startup and rotationsLorenz Meier2015-02-091-31/+60
|
* Adjust updated paths for devicesLorenz Meier2015-02-091-2/+2
|
* ROMFS startup cleanupLorenz Meier2015-02-081-1/+0
|
* tricopter comment polishTrent Lukaczyk2015-02-062-2/+2
|
* adding tricopter mav type to rcSTrent Lukaczyk2015-02-051-0/+4
|
* Merge remote-tracking branch 'upstream/master'Trent Lukaczyk2015-02-051-2/+13
|\
| * initial port of multiplatform version of mc_pos_controlThomas Gubler2015-01-281-1/+7
| |
| * Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2015-01-281-21/+5
| |\ | | | | | | | | | ros_messagelayer_merge_attctlposctl
| * \ Merge remote-tracking branch 'upstream/master' into ros_messagelayer_mergeThomas Gubler2015-01-213-1/+15
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp src/modules/uORB/topics/vehicle_attitude.h
| * \ \ Merge remote-tracking branch 'upstream/master' into rosThomas Gubler2015-01-154-14/+28
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/platforms/px4_middleware.h
| * | | | autstart for mc_att_control_mThomas Gubler2015-01-091-1/+6
| | | | |
* | | | | tricopter initial commit 2Trent Lukaczyk2015-02-052-0/+29
| | | | |
* | | | | tricopter initial commitTrent Lukaczyk2015-02-051-0/+19
| |_|_|/ |/| | |
* | | | USB startup: Ensure that we are not talking to the peripheral too soon. ↵Lorenz Meier2015-01-261-21/+5
| | | | | | | | | | | | | | | | Startup does not take longer due to smart rearrangement of launch calls
* | | | Revert "Intrusive changes made for UAVCAN profiling. Will be reverted in the ↵Pavel Kirienko2015-01-211-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | next commit (this one is needed to keep the changes in history)" This reverts commit 4c301d9dcf180e39186fa6753c7a3d3215b3cfa7.
* | | | Intrusive changes made for UAVCAN profiling. Will be reverted in the next ↵Pavel Kirienko2015-01-211-1/+4
| |_|/ |/| | | | | | | | commit (this one is needed to keep the changes in history)