Matthias Grob
|
12b291b82f
|
px4_log: comment typo alway{s}
|
2023-10-25 16:43:06 -04:00 |
Patrick José Pereira
|
dc2428a348
|
px4_log: Use snprintf over sprintf
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
2023-05-22 07:46:54 +02:00 |
Bruce Meagher
|
b1c7098c54
|
Initial version of log history support.
|
2022-09-15 14:15:34 -04:00 |
Beat Küng
|
4230eee24f
|
commander: print 'ready for takeoff' to console for sitl after startup
|
2022-08-25 22:02:15 -04:00 |
Daniel Agar
|
d8704cee67
|
platforms: px4 log build string then print (fputs)
|
2021-07-10 13:14:49 -04:00 |
Lorenz Meier
|
cd148cda88
|
Revert "platforms: px4 log build string then print (fputs)"
This reverts commit 9e112dd48b .
|
2021-02-02 00:53:32 +01:00 |
Daniel Agar
|
9e112dd48b
|
platforms: px4 log build string then print (fputs)
|
2021-01-31 11:43:47 +01:00 |
Daniel Agar
|
c6af260a41
|
log_message increase queue depth 2->4
|
2021-01-09 11:04:32 -05:00 |
Julian Oes
|
1cb706c411
|
px4_log: flush each line
Without this fix all PX4 output is buffered and presented at the very
end of a scripted MAVSDK test which makes the log hard to read.
|
2020-05-29 11:46:14 +02:00 |
Daniel Agar
|
d7c3e1066a
|
uavcannode updates and px4_fmu-v4_cannode example
- drivers/uavcannode add baro, mag, gps publications
- delete old px4_cannode-v1 board
- add stripped down simple rcS for CAN nodes
|
2020-02-16 12:11:54 -05:00 |
Daniel Agar
|
1c4e854f93
|
cmake don't build param "c" files and remove param defines
- these aren't actual source code
|
2019-11-11 10:25:42 -05:00 |