Skip to content

Commit

Permalink
adding config for kakute
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHert committed Jun 13, 2024
1 parent 64994ab commit 3a19139
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions miscellaneous/pixhawk_sdcard_config/kakuteH7/etc/extras.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
mavlink start -d /dev/ttyS0 -b 2000000
mavlink stream -d /dev/ttyS0 -s HIGHRES_IMU -r 100
mavlink stream -d /dev/ttyS0 -s RC_CHANNELS -r 10
mavlink stream -d /dev/ttyS0 -s LOCAL_POSITION_NED -r 100
mavlink stream -d /dev/ttyS0 -s ODOMETRY -r 100
mavlink stream -d /dev/ttyS0 -s GLOBAL_POSITION_INT -r 100
mavlink stream -d /dev/ttyS0 -s SYS_STATUS -r 10
mavlink stream -d /dev/ttyS0 -s DISTANCE_SENSOR -r 100
mavlink stream -d /dev/ttyS0 -s HEARTBEAT -r 100
mavlink stream -d /dev/ttyS0 -s UTM_GLOBAL_POSITION -r 1
usleep 100000

0 comments on commit 3a19139

Please sign in to comment.