Skip to content

Commit

Permalink
Try #387:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Jun 22, 2021
2 parents 22381ee + 80ded10 commit 47b7503
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hitl/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python3 -m venv --system-site-packages py
. py/bin/activate
python3 -m pip install -r requirements.txt

probe-run --chip STM32H743ZITx target/thumbv7em-none-eabihf/release/dual-iir &
cargo embed --bin target/thumbv7em-none-eabihf/release/dual-iir

# Sleep to allow flashing, booting, DHCP, MQTT
sleep 30
Expand All @@ -30,6 +30,3 @@ ping -c 5 -w 20 stabilizer-hitl
python3 miniconf.py dt/sinara/dual-iir/04-91-62-d9-7e-5f afe/0='"G2"'
python3 miniconf.py dt/sinara/dual-iir/04-91-62-d9-7e-5f afe/0='"G1"' iir_ch/0/0=\
'{"y_min": -32767, "y_max": 32767, "y_offset": 0, "ba": [1.0, 0, 0, 0, 0]}'

kill $(jobs -p)
wait || true

0 comments on commit 47b7503

Please sign in to comment.