Lorenz Meier
|
37b1182cf7
|
Set optical flow message correctly on startup
|
10 years ago |
Lorenz Meier
|
dcf03a2594
|
mavlink app: Use actuator controls message
|
10 years ago |
Lorenz Meier
|
f0ad98c92c
|
RGB led: Code style and comment on bus speed
|
10 years ago |
Lorenz Meier
|
113b0ab51b
|
px4flow: Drop default conversion interval to 10Hz to avoid flooding tthe bus.
|
10 years ago |
Lorenz Meier
|
f9d3cfc493
|
SPI: Log device clock on startup
|
10 years ago |
Lorenz Meier
|
c0d246e8e4
|
CDEV::I2C: Enforce one speed per bus
|
10 years ago |
Johan Jansen
|
6af2a38f36
|
AttPosEKF: Moved class declaration to header file
|
10 years ago |
Johan Jansen
|
a8c298c772
|
AttPosEKF: Remove unused gps accel estimation
|
10 years ago |
Lorenz Meier
|
eeb192730f
|
Revert "include default PYTHONPATH in call to uorb header generation script"
This reverts commit 7e6198b3dd .
|
10 years ago |
Johan Jansen
|
755abccb3e
|
AttPosEKF: Removed SENSOR_COMBINED_SUB macros
|
10 years ago |
Johan Jansen
|
76901c6414
|
AttPosEKF: Moved data collection to separate function
|
10 years ago |
Johan Jansen
|
f5534dd5c1
|
AttPosEKF: Fix velNED not initialized properly on first GPS fix
|
10 years ago |
James Goppert
|
d736311982
|
Added flow position estimator to default apps.
|
10 years ago |
James Goppert
|
017f3ead47
|
Flow example fix for divide by zero.
This prevented publishing and made the module unusable.
|
10 years ago |
Johan Jansen
|
0cbfa65056
|
AttPosEKF: Refactor and code cleanup
|
10 years ago |
Johan Jansen
|
8d8a66607a
|
AttPosEKF: Do not publish global position if we have none
|
10 years ago |
Johan Jansen
|
c1e13e5afb
|
AttPosEKF: Fix GPS loss timeout not resetting properly
|
10 years ago |
Johan Jansen
|
dc522f217f
|
Commander: Fix GPS loss not handled properly
|
10 years ago |
Johan Jansen
|
7f7c36b5b1
|
AttPosEKF: Publish altitude position estimates without GPS
|
10 years ago |
Johan Jansen
|
3d1e373e36
|
AttPosEKF: Fix initialization of AMSL estimation without GPS
|
10 years ago |
Johan Jansen
|
66cb129d18
|
AttPosEKF: Fix license text for InertialNav files
|
10 years ago |
Johan Jansen
|
ebb111dafa
|
AttPosEKF: Replace sqrt with sqrtf
|
10 years ago |
Johan Jansen
|
ce07e0de2d
|
AttPosEKF: Added missing license header text
|
10 years ago |
Johan Jansen
|
723c138b09
|
AttPosEKF: Move documentation to header file
|
10 years ago |
Johan Jansen
|
83298110c1
|
AttPosEKF: Disable unused function
|
10 years ago |
Johan Jansen
|
7287dc3c4c
|
AttPosEKF: Replace custom min/max functions with c++ standard
|
10 years ago |
Johan Jansen
|
022208e998
|
AttPosEKF: Move initializeParameters() from header to implementation file
|
10 years ago |
Johan Jansen
|
ce5a9929ff
|
AttPosEKF: Fix coding style
|
10 years ago |
Johan Jansen
|
d1ecfad4cd
|
EKFAttPos: Enforce type safety
|
10 years ago |
parallels
|
7ca2553da2
|
trone: added support for WHOAMI register
|
10 years ago |
Grant Morphett
|
215e8e2466
|
hmc5883: Fix for Issue1858 detection of MAG on Int/Ext I2C Bus.
|
10 years ago |
Andrew Tridgell
|
0801dbda38
|
l3gd20: checking status only makes sense if we have DRDY
it makes no sense on the external SPI bus
|
10 years ago |
Andrew Tridgell
|
e0ac0c4a4b
|
l3gd20: fixed "l3gd20 test"
don't reset after test, and leave us in correct polling mode
|
10 years ago |
Andrew Tridgell
|
fc40a5c641
|
systemcmds: added usb_connected command
this is used in APM startup to see if we should start nsh on usb when
no microSD is inserted
|
10 years ago |
Lorenz Meier
|
6774c3b213
|
Updated MAVLink version
|
10 years ago |
Lorenz Meier
|
81c9b9fd95
|
Get secondary mag to work, but only if internal
|
10 years ago |
Johan Jansen
|
d4c7e66212
|
AttPosEKF: Fix error_count comparison
|
10 years ago |
Johan Jansen
|
c7d0cb6bd7
|
lsm303d: Fix memory initialization and error_count not set
|
10 years ago |
Lorenz Meier
|
5fae142bbc
|
Delete stream name in same thread as where its created
|
10 years ago |
Lorenz Meier
|
90afddbdc8
|
Remove sleeps from USB config as these are really not needed
|
10 years ago |
Lorenz Meier
|
9183949a1e
|
mavlink app: Only stop sending if really no more space is available.
|
10 years ago |
Lorenz Meier
|
b269e5d060
|
multiplatform mc pos control: Allow enough frame size
|
10 years ago |
Lorenz Meier
|
7c29a58ba6
|
Merge pull request #1763 from PX4/ros_paramapi
multiplatform: improve param api
|
10 years ago |
Lorenz Meier
|
38ad35fd77
|
param tool: Fix code style
|
10 years ago |
Andreas Antener
|
a7580a1eae
|
added actual tests and fixed reset-exclude funtction
|
10 years ago |
Andreas Antener
|
28e943ca28
|
setting parameters at runtime to get rid of the designated union initializer
|
10 years ago |
Andreas Antener
|
4ece1f92ca
|
removed old stub
|
10 years ago |
Andreas Antener
|
5cccc01cd4
|
added unit test directive to switch out parameter storage
|
10 years ago |
Andreas Antener
|
13039f9e69
|
hard-code parameter array for verification
|
10 years ago |
Andreas Antener
|
a73a095c1d
|
added test and stub
|
10 years ago |