Removed unnecessary fillets, surfaces, and construction elements from each part; Eliminated duplicate parts; Restructured file and folder organization.
This commit is contained in:
parent
dcf22ec341
commit
328dd0e0aa
192 changed files with 130019 additions and 721896 deletions
30
controller/fw/test/test_driver.sh
Normal file
30
controller/fw/test/test_driver.sh
Normal file
|
@ -0,0 +1,30 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
/bin/bash $(pwd)/send_can.sh 1 E0
|
||||
|
||||
/bin/bash $(pwd)/send_can.sh 1 E1
|
||||
|
||||
/bin/bash $(pwd)/send_can.sh 1 C2
|
||||
|
||||
/bin/bash $(pwd)/send_can.sh 1 1
|
||||
sleep 1
|
||||
/bin/bash $(pwd)/send_can.sh 1 -1
|
||||
sleep 1
|
||||
/bin/bash $(pwd)/send_can.sh 1 -1
|
||||
sleep 1
|
||||
/bin/bash $(pwd)/send_can.sh 1 2
|
||||
sleep 1
|
||||
/bin/bash $(pwd)/send_can.sh 1 C1
|
||||
sleep 1
|
||||
/bin/bash $(pwd)/send_can.sh 1 0.5
|
||||
sleep 5
|
||||
/bin/bash $(pwd)/send_can.sh 1 2
|
||||
sleep 5
|
||||
/bin/bash $(pwd)/send_can.sh 1 5
|
||||
sleep 5
|
||||
/bin/bash $(pwd)/send_can.sh 1 -5
|
||||
sleep 5
|
||||
/bin/bash $(pwd)/send_can.sh 1 20
|
||||
sleep 5
|
||||
/bin/bash $(pwd)/send_can.sh 1 E0
|
Loading…
Add table
Add a link
Reference in a new issue