communications constraint improvements, experiment 1 design

This commit is contained in:
2026-03-11 12:02:17 -07:00
parent b09f882369
commit ea034dd748
10 changed files with 134 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
cd /root/miSim/aerpaw
# Compile controller
/bin/bash compile.sh
# Run controller
./build/controller_app
cd -