Skip to content

Commit 4bf4074

Browse files
RomanBapstLorenzMeier
authored andcommitted
mainapp.config: replace RAW_IMU with SCALED_IMU which is used in PX4/master
Signed-off-by: Roman <bapstroman@gmail.com>
1 parent 1b1dca4 commit 4bf4074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

px4_configs/ekf2/mainapp.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mavlink stream -u 14556 -s VISION_POSITION_ESTIMATE -r 10
2727
#
2828
mavlink start -u 14555 -r 100000 -m magic
2929
sleep 1
30-
mavlink stream -u 14555 -s RAW_IMU -r 250
30+
mavlink stream -u 14555 -s SCALED_IMU -r 250
3131
mavlink stream -u 14555 -s LOCAL_POSITION_NED -r 50
3232
mavlink stream -u 14555 -s ATTITUDE -r 50
3333
mavlink stream -u 14555 -s ATTITUDE_QUATERNION -r 50

0 commit comments

Comments
 (0)