Skip to content

Commit

Permalink
Ottano SITL setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 12, 2023
1 parent ad6b881 commit e60e08f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added ArduPlane/Ottano/eeprom-base.bin
Binary file not shown.
8 changes: 8 additions & 0 deletions ArduPlane/Ottano/go.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

[ -f eeprom.bin ] || {
echo "Creating eeprom.bin"
cp eeprom-base.bin eeprom.bin
}

nice ../../Tools/autotest/sim_vehicle.py -D -G -f quadplane-ice --console --map -L SpringValley3 --aircraft test "$*" -A --uartF=sim:megasquirt
5 changes: 5 additions & 0 deletions ArduPlane/Ottano/test/mavinit.scr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
console add RPM "RPM: %.0f" RPM.rpm1
console add vrpm "VRPM: %.0f %.0f %.0f %.0f" ESC_TELEMETRY_1_TO_4.rpm[0],ESC_TELEMETRY_1_TO_4.rpm[1],ESC_TELEMETRY_1_TO_4.rpm[2],ESC_TELEMETRY_1_TO_4.rpm[3]
console add CHead "CHead: %.0f %.0f" EFI_STATUS.cylinder_head_temperature,EFI_STATUS.barometric_pressure
console add Ign "Ign: %.0f" RC_CHANNELS.chan7_raw
console add Aspd "Aspd %.1f %.1f" VFR_HUD.airspeed,NAMED_VALUE_FLOAT["AS2"].value 5

0 comments on commit e60e08f

Please sign in to comment.