Andrew Chapman
0fe6c1ee3a
LogAnalyzer: fixed XML output glitch in the case of a skipped (NA) test
11 years ago
Andrew Chapman
f122b1ba37
LogAnalyzer: added 'import collections', allowed for some AC3.2 logging changes
11 years ago
Andrew Chapman
795f93949b
LogAnalyzer: escape strings in XML output
11 years ago
Andrew Chapman
0f5a89f22e
LogAnalyzer: added check for binary log files (can't parse yet)
11 years ago
Andrew Chapman
70c2682c28
LogAnalyzer: detect all zeros in MAG X/Y/Z data
11 years ago
Andrew Chapman
35830f928d
LogAnalyzer: added --verbose flag, added test for MAG interference
11 years ago
Andrew Chapman
130a2dcb0b
LogAnalyzer: added LogIterator, copter roll/pitch > max lean angle test,
11 years ago
Andrew Chapman
81fcf4bda7
LogAnalyzer: combined statusMessage and extraFeedback
11 years ago
Andrew Chapman
1356d53e7b
LogAnalyzer: report skippedLines, cleaned up DataflashLog.read() error handling
11 years ago
Andrew Chapman
2a406ac699
LogAnalyzer: added GPS glitch detection to GPS test
11 years ago
Andrew Chapman
90f07aae61
LogAnalyzer: added unit test, started moving from dictData to listData
...
added unit test, started moving from dictData to listData, cancelled
pre-3.0 log reading, separated DataflashLog constructor and read() call
11 years ago
Andrew Chapman
d6b091c39f
LogAnalyzer: added BETA feedback info to output
11 years ago
Andrew Chapman
c4828e1d3d
LogAnalyzer: fixed plane+rover parsing, added test for underpowered copters
11 years ago
Andrew Chapman
301a3bcdaf
LogAnalyzer: added test for dupe log data
11 years ago
Andrew Chapman
5aa1e6a2dd
LogAnalyzer: changed command flags a little, tidy, started on TestPitchRollCoupling
11 years ago
Andrew Chapman
e0ada31872
LogAnalyzer: adding Roberts bad PM performance log
11 years ago
Andrew Chapman
8d691c2a60
LogAnalyzer: added PM slow loop check, first version of xml output
11 years ago
Andrew Chapman
36e480483f
LogAnalyzer: Initial commit for discussion
...
A lot of this is still stub code, but far enough along for discussion
and feedback. Some good example tests are TestVibration and TestBrownout
datatypes handled correctly now (previsouly all read as floats), added
flag to skip bad input lines, now prints some general log info (size,
duration, etc), added some basic performance timing,
11 years ago
lthall
4072fcd99e
Inav: use horizontal body frame for accel corrections
11 years ago
LukeMike
78f29f11e7
VRBRAIN: Modified makefile for VirtualRobotix's boards
11 years ago
LukeMike
33537b26ce
VRBRAIN: Removed the stop in case of error on startup of magnetometer.
...
Thus should enable to fly without a magnetometer.
11 years ago
Emile Castelnuovo
8f3a4bc88b
VRBRAIN: correction to AP_Compass_VRBRAIN.cpp
11 years ago
Emile Castelnuovo
946a461873
VRBRAIN: added VRBRAIN to #if
11 years ago
Emile Castelnuovo
8a747ef977
VRBRAIN: added missing boards definition
11 years ago
LukeMike
b7907e6a5a
VRBRAIN: Added makefile and startup scripts for VR Brain 5 board.
11 years ago
LukeMike
068dce6820
VRBRAIN: Scripts for VRBRAIB custom start
11 years ago
LukeMike
994f6160af
VRBRAIN: Changed the management of VirtualRobotix's boards.
...
Added missing files
11 years ago
LukeMike
8f552d5758
VRBRAIN: Changed the management of VirtualRobotix's boards.
11 years ago
Andrew Tridgell
017e4b4c8a
Plane: update for AP_Mount change
11 years ago
Andrew Tridgell
edafe7100b
Copter: update for AP_Mount change
11 years ago
Andrew Tridgell
57685ddf84
Rover: update for AP_Mount change
11 years ago
Michael Oborne
30a3927ea8
AP_Mount: fix where status_msg() is sent
...
send to the channel where the trigger msg was sent from
11 years ago
svefro
b473f8fd4d
AP_RCMapper: Added warning to RCMAP_THROTTLE
...
Warning user that changing RCMAP_Throttle could be dangerous
11 years ago
Randy Mackay
d8573d0722
Plane: loiter num turns from low byte of p1
...
This limits the maximum number of turns to 255 for plane
11 years ago
Randy Mackay
e0f4a570c6
Copter: loiter turns radius from command's p1 field
11 years ago
Randy Mackay
9b81e46e61
AP_Common: add example sketch
11 years ago
Randy Mackay
2f7dee3ba5
AP_Mission: squeeze loiter turns radius into high byte of p1
11 years ago
Randy Mackay
b79f729540
AP_Common: add LOWBYTE, HIGHBYTE macros
11 years ago
Randy Mackay
fa16e0967f
AP_Common: remove unused location mask definitions
11 years ago
Randy Mackay
01da4e29fb
Copter: use relative_alt flag when decoding change_alt command
11 years ago
Andrew Tridgell
cf3b487e63
build: fixed TOOLPATH on MacOS
...
thanks to oriondream for this fix
fixes issue #1151
11 years ago
Andrew Tridgell
e2fe3d2de7
GCS_MAVLink: re-generate headers
11 years ago
Andrew Tridgell
0db226daf5
GCS_MAVLink: merge in upstream changes
11 years ago
Andrew Chapman
87fcfbf9dd
GCS_MAVLink: re-generate MAVLink headers
11 years ago
Andrew Chapman
048767e389
GCS_MAVLink: camera feedback mavlink messages
...
CAMERA_EVENT and CAMERA_FEEDBACK messages, and a couple of enums they
use (CAMERA_EVENT_TYPES and CAMERA_FEEDBACK_FLAGS)
Adjusted some types and added more explicit descriptions of units as
suggested on the call last week.
I will add camera parameter list/get/set functionality as suggested
using the existing parameter mechanism and component IDs rather than
the new CAMERA_INFO messages I had proposed.
11 years ago
Randy Mackay
ac65119cfe
Plane: use common Log_Write_Camera
...
pair programmed with Craig Elder
11 years ago
Randy Mackay
4d93dd47ee
Rover: use common Log_Write_Camera
...
pair programmed with Craig Elder
11 years ago
Randy Mackay
50e024fe8f
Copter: flag current alt as relative
...
This is required so common Log_Write_Camera can calculate relative and
abs altitudes provided by either copter or plane
pair programmed with Craig Elder
11 years ago
Randy Mackay
8c488ebd87
Copter: use common Log_Write_Camera
...
pair programmed with Craig Elder
11 years ago
Randy Mackay
11e08e1492
DataFlash: common Log_Write_Camera
...
pair programmed with Craig Elder
11 years ago