Commit Graph

69 Commits

Author SHA1 Message Date
Lorenz Meier d9989962a9 Update motor test tool 2014-11-13 10:31:16 +01:00
Holger Steinhaus 7bc9a62577 code style, warnings 2014-11-12 10:10:37 +01:00
Holger Steinhaus 50b410664f UAVCAN: set bus number part of device_id to zero 2014-11-11 17:04:28 +01:00
Holger Steinhaus 51ffb887c3 UAVCAN: initialize device id for mag and baro to allow DEVIOCGDEVICEID ioctl to return useful data 2014-11-11 11:29:35 +01:00
Holger Steinhaus 0800fa4715 UAVCAN: implemented motor testing 2014-11-03 20:23:22 +01:00
Holger Steinhaus 58f36714f8 UAVCAN: allow to arm single ESCs 2014-11-03 18:51:43 +01:00
Pavel Kirienko f9856c6228 ESC status - supporting negative RPM 2014-10-15 13:48:55 +04:00
Pavel Kirienko ecd144b8b4 Publishing esc_setpoint_raw from the UAVCAN driver 2014-10-13 17:07:14 +04:00
Pavel Kirienko 1bf4270e3e Update ORB topic 'esc_status' 2014-10-13 17:01:34 +04:00
Pavel Kirienko e5a77a638a ESC status feedback 2014-10-12 20:56:45 +04:00
Pavel Kirienko ced75deebe ESC scaling fix 2014-10-12 15:34:28 +04:00
Pavel Kirienko 1d038eed04 UAVCAN: GNSS fix message update 2014-09-03 22:44:16 +04:00
Pavel Kirienko 580b726536 UAVCAN: missing declaration warning fix 2014-08-29 14:34:29 +04:00
Lorenz Meier 62b98cc944 Merge pull request #1329 from hsteinhaus/uavcan_prio
uavcan: increased thread prio, reduces roundtrip latency by a factor of ...
2014-08-27 13:40:25 +02:00
Pavel Kirienko eab701b896 Improved UAVCAN status reporting 2014-08-26 00:52:33 +04:00
Pavel Kirienko 3866b5a5fe Resource leak fix 2014-08-24 03:02:52 +04:00
Pavel Kirienko 701bd803ce UAVCAN status reporting and proper termination 2014-08-24 00:20:57 +04:00
Pavel Kirienko e9da830316 UAVCAN: initializing all bridges by default 2014-08-24 00:06:47 +04:00
Pavel Kirienko 0f124963d4 UAVCAN: Minor improvement of the GNSS bridge 2014-08-23 23:43:01 +04:00
Pavel Kirienko ce73be514e UAVCAN: Proper CDev initialization from sensor bridges 2014-08-23 23:30:49 +04:00
Pavel Kirienko 4e0d7c6b0e UAVCAN: redundant sensors support 2014-08-23 23:14:59 +04:00
Pavel Kirienko 6a8971e28f New UAVCAN initialization logic 2014-08-23 17:31:46 +04:00
Pavel Kirienko 7132141cc4 UAVCAN: Printing all known sensor bridge names with usage info 2014-08-22 20:33:35 +04:00
Pavel Kirienko 6870cd4d3d UAVCAN baro driver 2014-08-22 20:15:11 +04:00
Pavel Kirienko 6ebd59c633 UAVCAN: improved sensor bridge factory 2014-08-22 15:52:35 +04:00
Pavel Kirienko bdc2ecd9f6 Too much Ctrl+C Ctrl+V 2014-08-22 15:41:21 +04:00
Pavel Kirienko e32ff6004b UAVCAN mag driver fix 2014-08-22 15:31:08 +04:00
Pavel Kirienko 29dbe8aed5 UAVCAN magnetometer driver 2014-08-22 14:27:32 +04:00
Pavel Kirienko 54affaf633 UAVCAN sensor enable command fix 2014-08-22 13:58:05 +04:00
Pavel Kirienko f820010a2b UAVCAN GNSS subscription name fix 2014-08-22 13:24:31 +04:00
Pavel Kirienko 0d9f6b6e2e UAVCAN: Refactored and generalized sensor bridge support 2014-08-22 01:52:23 +04:00
Holger Steinhaus 09a9ea87e7 uavcan: increased thread prio, reduces roundtrip latency by a factor of 5..7 2014-08-19 22:48:15 +02:00
Pavel Kirienko 33762ce861 UAVCAN ESC mixer: removed the failsafe placeholder, it's no use here 2014-08-06 12:40:07 +04:00
Anton Babushkin 5824607c76 uavcan: fix actuator groups subcriptions and poll() 2014-08-02 13:01:42 +02:00
Pavel Kirienko 9725a16352 UAVCAN: Fixed short git hash computation 2014-08-02 03:34:57 +04:00
Pavel Kirienko b606674fc7 Removed misleading comment from the UAVCAN module makefile 2014-08-01 01:04:24 +04:00
Pavel Kirienko 87273abc9a UAVCAN node version info 2014-08-01 00:56:44 +04:00
Pavel Kirienko e64a28e736 Building UAVCAN without run-time checks. This saves 9.5KB of flash and reduces CPU usage. 2014-07-12 17:34:36 +04:00
Pavel Kirienko 664795c9db UAVCAN GNSS - using GNSS time to initialize the field time_gps_usec 2014-07-07 15:47:40 +04:00
Pavel Kirienko 72a531b018 Fixed UAVCAN GNSS bridge - EPV computation, catching up with the new GPS ORB topic 2014-07-07 15:07:37 +04:00
Pavel Kirienko 324322cb29 UAVCAN ESC perf counters 2014-07-07 02:10:09 +04:00
Lorenz Meier 2669f7f3af Fix mixer limiter to never output min for an input of max + 1 quantum 2014-07-06 15:34:50 +02:00
Lorenz Meier 43a1c1b5f6 Code style improvement, fix linter warning 2014-07-06 15:33:54 +02:00
Andrew Chambers c6c33142ce Using proper math library. Corrected speed variance calculation 2014-07-03 11:32:27 -07:00
Andrew Chambers 6c5e3d5341 Address Paval's comments regarding extracting matrix from uavcan msg, position covariance calculation, and _poll_fds_num 2014-07-02 19:06:30 -07:00
Andrew Chambers 607b6511a4 Fixed comments 2014-07-02 11:27:49 -07:00
Andrew Chambers 29c997f0da Fixed bug with zero-sized covariance arrays 2014-07-02 11:18:30 -07:00
Andrew Chambers 6c6de93958 Fixed heading covariance calculation and build errors. 2014-07-02 10:04:07 -07:00
Andrew Chambers 8acbe6d5b6 Added class to convert gnss message from uavcan to uorb 2014-07-01 14:08:59 -07:00
holger be33b4b6a5 UAVCAN: append to EXTRADEFINES to those given by make cmd line 2014-06-24 19:28:39 +02:00