Thomas Gubler
|
738f65a705
|
generate wrapper headers for uorb
|
2015-01-23 10:34:04 +01:00 |
|
Thomas Gubler
|
c33173cd5d
|
uorb pub: cleanup objects
|
2015-01-23 09:23:29 +01:00 |
|
Thomas Gubler
|
da7ad9a332
|
multiplatform: re-enable interval functionality (for uorb)
|
2015-01-23 09:02:04 +01:00 |
|
Thomas Gubler
|
af943cf16a
|
add update_sub_min_interval function
|
2015-01-23 08:27:06 +01:00 |
|
Thomas Gubler
|
57569482ad
|
remove unneeded friend
|
2015-01-23 08:16:07 +01:00 |
|
Thomas Gubler
|
16c85c6d18
|
move uorb::publisherbase into constructor of publisher
|
2015-01-23 08:12:46 +01:00 |
|
Thomas Gubler
|
59f05a7195
|
move ros::publisher into constructor of publisher
|
2015-01-23 08:03:15 +01:00 |
|
Thomas Gubler
|
2dfd30c25e
|
move uorb::subscriptionbase into constructor of subscriber
|
2015-01-23 07:17:06 +01:00 |
|
Thomas Gubler
|
1e504478a0
|
move ros::subscriber into constructor of subscriber
|
2015-01-23 07:06:02 +01:00 |
|
Thomas Gubler
|
b2a911b88d
|
uorb wrapper port callback to methods and subscriber without callback
|
2015-01-22 17:10:20 +01:00 |
|
Thomas Gubler
|
49d41773fc
|
ros wrapper port callback to methods and subscriber without callback
|
2015-01-22 16:47:28 +01:00 |
|
Thomas Gubler
|
8c4fce3654
|
multiplatform: better publisher base class
|
2015-01-22 09:30:43 +01:00 |
|
Thomas Gubler
|
2af44f5995
|
multiplatform: introduce PublisherNode class for uorb for more consistency
|
2015-01-22 08:10:08 +01:00 |
|
Thomas Gubler
|
2b103d319c
|
clean up px4_nodehandle
|
2015-01-21 18:29:22 +01:00 |
|
Thomas Gubler
|
358c919325
|
clean up px4_subscriber
|
2015-01-21 18:23:18 +01:00 |
|
Thomas Gubler
|
a761df4ffa
|
clean up px4_publisher
|
2015-01-21 18:14:42 +01:00 |
|
Thomas Gubler
|
f60e65b38f
|
clean up subscriber example
|
2015-01-21 18:05:31 +01:00 |
|
Thomas Gubler
|
ed526173bb
|
clean up publisher example
|
2015-01-21 17:57:37 +01:00 |
|
Thomas Gubler
|
b04fcad525
|
fix bracket position
|
2015-01-21 17:41:56 +01:00 |
|
Thomas Gubler
|
02fdd48a47
|
publisher: use wrapper message type
|
2015-01-21 17:41:13 +01:00 |
|
Thomas Gubler
|
2a2594a171
|
re-enable adding of subscriber to list
|
2015-01-21 17:40:42 +01:00 |
|
Thomas Gubler
|
1511fd7b2d
|
make handle() static
|
2015-01-21 16:33:19 +01:00 |
|
Thomas Gubler
|
dcdde8ea88
|
Merge remote-tracking branch 'upstream/master' into ros_messagelayer_merge
Conflicts:
src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
src/modules/uORB/topics/vehicle_attitude.h
|
2015-01-21 14:41:03 +01:00 |
|
Thomas Gubler
|
1f706eeb2f
|
small cleanup
|
2015-01-21 14:34:34 +01:00 |
|
Thomas Gubler
|
cadcad6ffb
|
messagelayer prototype for nuttx
|
2015-01-21 14:27:01 +01:00 |
|
Thomas Gubler
|
7c3223b860
|
added a messageplayer prototype for ros
|
2015-01-21 14:26:22 +01:00 |
|
Lorenz Meier
|
87aaf2a959
|
uORB: Remove unused function
|
2015-01-21 11:01:25 +01:00 |
|
Lorenz Meier
|
e092705b0d
|
EKF bugfix: Replace all off-by-one (<=22 and <23) instances by correct check. Replace all badly-written <=21 (correct, but unreadable) code by < n_states
|
2015-01-21 10:57:41 +01:00 |
|
Lorenz Meier
|
21b88cd874
|
dataman: Reduce stack to 1800, based on real usage of 800 bytes
|
2015-01-21 09:24:31 +01:00 |
|
Lorenz Meier
|
9aa7daa86c
|
PX4IO: Adjust stack size based on real usage of 900 bytes
|
2015-01-21 09:22:46 +01:00 |
|
Lorenz Meier
|
9a40fe4ede
|
Sensors: Fix corner case on FD leak (not a real leak)
|
2015-01-21 08:58:47 +01:00 |
|
Lorenz Meier
|
a9c8f2331b
|
IO firmware: Make error checking more obvious
|
2015-01-21 08:58:47 +01:00 |
|
Lorenz Meier
|
859b345314
|
Mag cal: Make error handling more explicit
|
2015-01-21 08:58:47 +01:00 |
|
Lorenz Meier
|
12ce2de7ae
|
IO driver: Fix resource corner case (not a real leak)
|
2015-01-21 08:58:47 +01:00 |
|
Lorenz Meier
|
6300338d2a
|
FMU driver: Fix resource leak for test routine.
|
2015-01-21 08:58:47 +01:00 |
|
Lorenz Meier
|
ebacd9b5ad
|
GPS fixes from coverity
|
2015-01-21 08:58:47 +01:00 |
|
Lorenz Meier
|
76e84e017f
|
VA_ARGS fixes from coverity
|
2015-01-21 08:58:47 +01:00 |
|
Simon Wilks
|
b8b0d1d4ae
|
Remove a noisy debugging statement.
|
2015-01-20 22:28:58 +01:00 |
|
Lorenz Meier
|
81082c4119
|
Fix CID 12453
|
2015-01-20 14:21:03 +01:00 |
|
Lorenz Meier
|
603b43b6d8
|
Fix CID 12574 & 12553
|
2015-01-20 14:16:48 +01:00 |
|
Lorenz Meier
|
c04f870564
|
Fix CID 12427 & 12438
|
2015-01-20 14:14:23 +01:00 |
|
Lorenz Meier
|
f1a53f5152
|
Fixing CID 12528
|
2015-01-20 14:12:25 +01:00 |
|
Lorenz Meier
|
fc9c67f5be
|
Fix CID 12439
|
2015-01-20 14:07:59 +01:00 |
|
Lorenz Meier
|
764f499405
|
Fix CID 12470
|
2015-01-20 14:06:12 +01:00 |
|
Roman Bapst
|
59cb0cc3b4
|
removed secondary attitude and log quaternion
|
2015-01-20 13:01:41 +01:00 |
|
Roman Bapst
|
70c7764b9f
|
removed secondary attitude from attitude topic
|
2015-01-20 13:01:41 +01:00 |
|
Lorenz Meier
|
f3dcde3993
|
Merge pull request #1671 from PX4/ekf_fix
Critical coverity fixes.
|
2015-01-20 12:24:42 +01:00 |
|
Andrew Tridgell
|
9b10395e94
|
hmc5883: fixed DEVIOCGDEVICEID ioctl
we need to pass the ioctl through to the bus interface
thanks to Jon Challinger for noticing this bug
|
2015-01-20 15:08:22 +11:00 |
|
Andrew Tridgell
|
0af6303d0b
|
hmc5883: fixed mixup of internal and external hmc5883 I2C bus options
|
2015-01-20 14:30:46 +11:00 |
|
Lorenz Meier
|
fa4d090185
|
Hotfix: Fix EKF estimator and remove debug output which should not have been on master anyway
|
2015-01-19 20:18:44 +01:00 |
|