James Goppert
|
02454d0cdc
|
Improved controllib delay block.
|
2016-03-08 07:28:36 -05:00 |
|
James Goppert
|
5c09c8ede7
|
Add delay block to controllib.
|
2016-03-08 06:08:30 -05:00 |
|
James Goppert
|
e33fd3d815
|
Added controllib statistics block.
|
2016-03-08 03:33:42 -05:00 |
|
Roman
|
88b2c6c78d
|
blockparam: added support for external parameter copy
|
2016-01-10 21:25:17 +01:00 |
|
jgoppert
|
bc874ddbe5
|
Fixe formatting.
|
2015-10-28 22:36:47 +01:00 |
|
jgoppert
|
99fb498cd2
|
Resurrect controllib testing.
|
2015-10-28 22:36:47 +01:00 |
|
jgoppert
|
6cce823dc6
|
Replaced wigen with custom matrix lib.
|
2015-10-24 15:10:20 -04:00 |
|
jgoppert
|
0106be3e89
|
Added local position estimator.
|
2015-10-24 20:34:33 +02:00 |
|
jgoppert
|
b9e461b028
|
Control lib update.
|
2015-10-20 10:48:10 -04:00 |
|
Thomas Gubler
|
a87776eb81
|
add test for BlockLowPass2
|
2015-10-12 18:32:20 +02:00 |
|
Thomas Gubler
|
b4ee05da03
|
add more accessors for 2nd order lp block and derivative block
|
2015-10-12 06:36:56 +02:00 |
|
Thomas Gubler
|
040d1da8a1
|
add 2nd order low pass block
|
2015-10-12 06:36:56 +02:00 |
|
Lorenz Meier
|
fa5071b3c5
|
Remove module.mk files to prevent confusion of adopters upgrading
|
2015-10-06 11:23:20 +02:00 |
|
James Goppert
|
2a60ffd554
|
Added stdc_format_macros for all inttypes.h includes.
|
2015-09-24 17:44:27 -04:00 |
|
Lorenz Meier
|
6ef94e0dfb
|
Merged master into cmake-2
|
2015-09-20 10:33:39 +02:00 |
|
James Goppert
|
1d6b31d196
|
Switch to cmake build system.
|
2015-09-07 20:37:45 -04:00 |
|
Lorenz Meier
|
597bfc340a
|
Control lib: Add option to store parameters
|
2015-09-05 17:28:00 +02:00 |
|
Roman
|
64e8419ab0
|
remove suffix for double
|
2015-06-01 11:15:56 +02:00 |
|
Roman
|
6bc0d4d03b
|
add definition of MAX_RAND
|
2015-06-01 11:14:45 +02:00 |
|
James Goppert
|
e1d2c0c5ad
|
Move more messages to auto-generation, work on C++ code style
|
2015-05-20 08:57:29 +02:00 |
|
Daniel Agar
|
8aae66b893
|
trivial code style cleanup round 2
|
2015-03-27 23:38:58 -04:00 |
|
Thomas Gubler
|
14aa5f9441
|
add topic header includes
|
2015-01-25 15:00:35 +01:00 |
|
Thomas Gubler
|
5b80a2ae38
|
Merge remote-tracking branch 'upstream/pr/1040' into uorbtinymerge
Conflicts:
mavlink/include/mavlink/v1.0
src/modules/mc_att_control/mc_att_control_main.cpp
|
2014-11-25 10:49:29 +01:00 |
|
Lorenz Meier
|
d602c9a0c5
|
Controllib: Optimize for size
|
2014-11-15 16:55:18 +01:00 |
|
Lorenz Meier
|
e3da7f564f
|
NaN check and better init in lowpass
|
2014-07-29 21:36:55 +02:00 |
|
Lorenz Meier
|
6c50e510a5
|
Derivative fix: Comments and code style
|
2014-07-18 07:28:49 +02:00 |
|
Thomas Gubler
|
dc612d75c7
|
BlockDerivative: initialize in first run
|
2014-07-18 00:15:16 +02:00 |
|
Lorenz Meier
|
3ca15ab157
|
Controllib block: Make copy constructor private
|
2014-07-16 09:24:31 +02:00 |
|
James Goppert
|
c4ed97f3c1
|
Added uORB tiny pub/sub for usage without struct on stack.
|
2014-06-05 10:49:31 -04:00 |
|
James Goppert
|
8f0b223c87
|
Fixed include style for List in Block.
|
2014-03-20 12:12:42 -04:00 |
|
James Goppert
|
da9dab2799
|
Moved List.hpp from controllib to src/include/containers.
|
2014-03-20 12:12:42 -04:00 |
|
James Goppert
|
fd6590cfa7
|
Moved UOrbPubliction/Subscription to uORB::Publication/Subscription
|
2014-03-20 12:12:42 -04:00 |
|
James Goppert
|
2c32cdf16b
|
Fixed block param template.
|
2014-03-20 12:12:42 -04:00 |
|
Anton Babushkin
|
6acb8fa66f
|
Replace mission_item_triplet with position_setpoint_triplet, WIP
|
2014-01-23 12:16:02 +01:00 |
|
Julian Oes
|
1c7e07d8d7
|
Topics: Move from global_position_setpoint to mission_item_triplet
|
2013-12-26 21:41:54 +01:00 |
|
Julian Oes
|
a6c5a19206
|
Mission topic: Use mission topic instead of global position for triplet
|
2013-11-20 12:46:25 +01:00 |
|
Lorenz Meier
|
44deeb85c0
|
We compile with GCC 4.7.4
|
2013-10-10 21:15:03 +02:00 |
|
Lorenz Meier
|
fab110d21f
|
Moved math library to library dir, improved sensor-level HIL, cleaned up geo / conversion libs
|
2013-08-21 18:13:01 +02:00 |
|
James Goppert
|
dc542b2a48
|
Segway stabilized.
|
2013-07-28 22:27:05 -04:00 |
|
James Goppert
|
1980d9dd63
|
Working on segway controller, restructure of fixedwing.
|
2013-07-28 01:35:43 -04:00 |
|
Lorenz Meier
|
d72e9929aa
|
Fixes to fixed wing control example, fixes to the way the control lib publishes estimates
|
2013-07-04 15:46:53 +02:00 |
|
Lorenz Meier
|
3152dae3dc
|
Merged with master
|
2013-05-09 15:52:36 +02:00 |
|
Lorenz Meier
|
13fc670386
|
Moved last libs, drivers and headers, cleaned up IO build
|
2013-04-28 09:54:11 +02:00 |
|