Julian Oes
5f3332e429
ver: less verbose on startup
9 years ago
Julian Oes
0acf0b3c69
param: be less verbose on startup
9 years ago
Julian Oes
8d491077ce
adc: removed unneeded printf
9 years ago
Julian Oes
4a6b845ef6
px4io: nicer printf
9 years ago
Julian Oes
c87f9a1f8a
init: make echo consistent with printfs
9 years ago
Julian Oes
b24eded7a0
cmake: use module name if no main is available
9 years ago
Julian Oes
be4819e8b1
ecl: update submodule
...
This moves printfs to PX4_INFOs.
9 years ago
Julian Oes
de4ae58019
px4_log: get the printf of fmt/args right
9 years ago
Julian Oes
c916ee7357
err: astyle prefers it different
9 years ago
Julian Oes
6898e2dcf4
commander: don't shout please
9 years ago
Julian Oes
a6fd718530
px4_log: use proper ROS printfs
9 years ago
Julian Oes
f68a6eb42c
err/px4_log: switch everything to static function
...
Instead of having separate log functions for NuttX and POSIX, this now
switches everything to px4_log.h and PX4_INFO/WARN/ERR/DEBUG.
Also, the call mostly used is now a static inline function instead of a
macro which lead to a big increase in flash size for STM32.
9 years ago
Julian Oes
49930d64ad
romfs_pruner: delete hidden files, remove tabs
...
If a text editor creates hidden save files, those will get copied into
the ROMFS. This is now fixed by deleting hidden files.
Also, the there was some available potential by removing the leading
whitespace.
9 years ago
Julian Oes
cdd45a7b2d
cmake: add define for module name
9 years ago
Julian Oes
750b40f962
pwm_out_sim: don't complain without waiting
9 years ago
Julian Oes
a6e46a7e6f
commander: whitespace
9 years ago
Julian Oes
953984dd48
QURT px4_layer: getpid can shut up
9 years ago
Julian Oes
a2865cd5c1
QURT px4_layer: removed debug printfs
9 years ago
Julian Oes
8e47f612fd
QURT main: more precise printfs
9 years ago
Julian Oes
7a29cf0f13
QURT main: less debug printfs
9 years ago
Julian Oes
4cb073a48b
POSIX main: get the newlines right
9 years ago
Julian Oes
a381c6cea5
df_mpu9250_wrapper: removed a debug printf
9 years ago
Julian Oes
6b1bcef644
uORBManager: removed printfs
9 years ago
Julian Oes
11cc17b63a
param_shmem: be less verbose
9 years ago
Julian Oes
a88c3c2dbe
commander: printf fine tuning
9 years ago
Julian Oes
5b4f016357
qshell: swap INFO and DEBUG
9 years ago
Julian Oes
9186a95b00
pwm_out_rc_in: say a tiny bit less
9 years ago
Julian Oes
51defb9de2
px4.config: remove unneeded commands
9 years ago
Julian Oes
9079b54001
POSIX: be less verbose on startup
9 years ago
Julian Oes
9c9f22fd40
main: don't add a newline after every line
9 years ago
Julian Oes
93ada40bf9
param_shmem: removed a printf
9 years ago
Julian Oes
4827f0d931
sdlog2: removed a printf
9 years ago
Julian Oes
f8020a4063
muorb: removed printf
9 years ago
Julian Oes
c95c13985c
mavlink: better printf
9 years ago
Julian Oes
00bffeaf72
mavlink: whitespace only
9 years ago
Julian Oes
1dea9433b7
mavlink: don't complain if there is no mission
9 years ago
Julian Oes
67b2f68abd
mavlink: improved, updated usage
9 years ago
Julian Oes
ec5b2adfc0
mavlink: don't try broadcast 0, and less printfs
...
This removes a bunch of unneeded printfs and prevents broadcasting
packets of size 0 which just trigger a warning.
9 years ago
Julian Oes
a39124a10d
dataman: make it less chatty
...
- Removed a couple of unneeded printfs.
- On POSIX it shouldn't warn if it's not a multiple of the
block size.
9 years ago
Lorenz Meier
7a6ff4742d
Add Solo sim model ( #4761 )
9 years ago
Roman
ff58d31348
fixed code style
9 years ago
tumbili
cd574c523b
fixed whitespaces
9 years ago
sander
cdf9864428
QuadChute moved to VtolType
9 years ago
sander
2d61eddebf
Remove debug info
9 years ago
sander
832e1003c2
Base QuadChute on local_pos.z and only when armed
9 years ago
sander
bb0b7f2632
Sanitize mavlink message
9 years ago
sander
7cea813d55
Sanity check and quadchute during front transition
9 years ago
sander
ec15130a80
Minimum altitude for FW flight in standard VTOL
9 years ago
Lorenz Meier
3f027023cf
Update Solo model
9 years ago
Lorenz Meier
fb7f0747ca
Update sitl_gazebo with Solo model
9 years ago