Lorenz Meier
|
b8aae38e84
|
Merge branch 'ekf_params' of github.com:PX4/Firmware into ekf_params
|
11 years ago |
Lorenz Meier
|
f10395e05a
|
HoTT driver: Add timestamp, rename function-level variable from _esc to esc to match conventions
|
11 years ago |
Lorenz Meier
|
37970c5828
|
hrt driver: Make a debug data array compiling condiditional on PPM debug, we are never accessing it in normal operation
|
11 years ago |
Lorenz Meier
|
be6b9a1b36
|
hmc5883: Change static topic publication to the class member it should be, initialize collect phase (linter find)
|
11 years ago |
Lorenz Meier
|
227d52b02c
|
blinkm: Remove the barrage of static variables in mainloop, eating up RAM for everybody
|
11 years ago |
Lorenz Meier
|
7e9f234da7
|
Reduce buffer sizes to reasonable quantities for UART
|
11 years ago |
Lorenz Meier
|
1e0e795de7
|
Start the data manager and navigator at the last moment to leverage their dynamic allocations to use smaller chunks of RAM
|
11 years ago |
Lorenz Meier
|
e09c0dd8b9
|
Reduce RAM footprint of HoTT driver, fix publication to contain ESC data
|
11 years ago |
Lorenz Meier
|
29ffb3bad3
|
mkblctrl: Moved motor data struct into class
|
11 years ago |
Lorenz Meier
|
51e5a73a7e
|
mavlink: Removed static buffers where no static buffers where necessary
|
11 years ago |
Lorenz Meier
|
95e6fc30e2
|
navigator: Removed static where no static should have been used
|
11 years ago |
ultrasystem
|
ad51b4c24b
|
Update paramters for warnx()
|
11 years ago |
Lorenz Meier
|
15e65fda26
|
Merge pull request #925 from PX4/linewidth
fix code style script: enforce max line width of 120 chars
|
11 years ago |
Lorenz Meier
|
157c360caa
|
Merge pull request #894 from PX4/yawrate_limit
mc_att_control: MC_YAWRATE_MAX parameter added
|
11 years ago |
ultrasystem
|
db2b85cbd4
|
Output a debug string is Invalid @ parameter #1
line 143 may be crash or buffer overflow. because the argument must is a pointer as char type that and have a valid buffer
|
11 years ago |
Thomas Gubler
|
47d21f0c57
|
Merge pull request #744 from thomasgubler/fw_landing_rangefinder
Fw landing rangefinder
|
11 years ago |
Thomas Gubler
|
15699549a2
|
manual control setpoint: add comment about sign
|
11 years ago |
Lorenz Meier
|
6906dc4eda
|
Minor improvements to estimator
|
11 years ago |
Thomas Gubler
|
f169497e86
|
fix code style script: enforce max line width of 120 chars
|
11 years ago |
Lorenz Meier
|
c384dc993c
|
Merge pull request #924 from PX4/qu4d
Steadidrone Qu4d startup script
|
11 years ago |
Thomas Gubler
|
01a54390e9
|
Merge remote-tracking branch 'upstream/master' into qu4d
|
11 years ago |
Thomas Gubler
|
d1bd4b0a45
|
qu4d increase pwm max
|
11 years ago |
Thomas Gubler
|
7c75f61863
|
Merge remote-tracking branch 'upstream/master' into manualcontrolrename
Conflicts:
src/modules/commander/commander.cpp
src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
src/modules/uORB/topics/manual_control_setpoint.h
|
11 years ago |
Thomas Gubler
|
8cbd38061c
|
sensors: use new manual control setpoint variable names
|
11 years ago |
Thomas Gubler
|
2999182952
|
mc pos control: use new manual control setpoint variable names
|
11 years ago |
Thomas Gubler
|
de4c456196
|
mc att control: use new manual control setpoint variable names
|
11 years ago |
Thomas Gubler
|
6d9ea86bc9
|
mavlink receiver: use new manual control setpoint variable names and fix sending of manual control setpoint mavlink message
|
11 years ago |
Thomas Gubler
|
08002fbc15
|
mavlink receiver: use new manual control setpoint variable names
|
11 years ago |
Thomas Gubler
|
1795d7d6e1
|
fw pos control: use new manual control setpoint variable names
|
11 years ago |
Thomas Gubler
|
3779e216be
|
fw att control: use new manual control setpoint variable names
|
11 years ago |
Thomas Gubler
|
cde4c9addb
|
commander: use new manual control setpoint variable names
|
11 years ago |
Thomas Gubler
|
d9333a1993
|
manual control setpoint: rename variables
|
11 years ago |
Anton Babushkin
|
3f4c264050
|
rc_mode_switch diagram updated
|
11 years ago |
Anton Babushkin
|
c131e4cada
|
manual_control_setpoint: comments fixed
|
11 years ago |
Lorenz Meier
|
f975f9837e
|
ekf: less console spam
|
11 years ago |
Lorenz Meier
|
1b3007aa81
|
Re-enabled time compensation
|
11 years ago |
Lorenz Meier
|
077de5eb0b
|
Clean implementation of filter startup delay implementation
|
11 years ago |
Lorenz Meier
|
eeba000b87
|
stupid fix
|
11 years ago |
Lorenz Meier
|
5581802f0f
|
ekf: Move dt inside class
|
11 years ago |
Lorenz Meier
|
7ec8fe8d61
|
Experimental init delay
|
11 years ago |
Lorenz Meier
|
d3a9aaed5d
|
Merge branch 'master' of github.com:PX4/Firmware into ekf_params
|
11 years ago |
Lorenz Meier
|
dd04a70afa
|
Reporting cleanup, use different variables for different state switching results to avoid being tripped on local / global name scope
|
11 years ago |
Lorenz Meier
|
5f392c80ad
|
More debug in filter
|
11 years ago |
Lorenz Meier
|
e098591a58
|
Addressed linter concerns
|
11 years ago |
Lorenz Meier
|
dc19f16dee
|
Merge branch 'master' of github.com:PX4/Firmware into ekf_params
|
11 years ago |
Lorenz Meier
|
8f5c731b9e
|
Merge pull request #920 from PX4/posctl_cleanup
Modes names cleanup
|
11 years ago |
Anton Babushkin
|
aae42d2607
|
sensors: commented "offboard" switch removed
|
11 years ago |
Anton Babushkin
|
349809f535
|
sensors, commander: code style fixed
|
11 years ago |
Anton Babushkin
|
88b18bbad1
|
ALTCTRL/POSCTRL renamed to ALTCTL/POSCTL
|
11 years ago |
Anton Babushkin
|
808badb34d
|
Use "POSCTL" switch name consistently
|
11 years ago |