Skip to content

Commit

Permalink
[HACK] Always start logger polling sensor_accel sub (to log it with r…
Browse files Browse the repository at this point in the history
…ates > 1kHz)

Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Dec 13, 2024
1 parent 5f11a48 commit eba8dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/rc.logging
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ fi

if ! param compare SDLOG_MODE -1
then
logger start -b ${LOGGER_BUF} -t ${LOGGER_ARGS}
logger start -b ${LOGGER_BUF} -t ${LOGGER_ARGS} -p sensor_accel
fi

0 comments on commit eba8dd5

Please sign in to comment.