XTDrone/robocup/control_actors.sh

9 lines
179 B
Bash
Executable File

#!/bin/bash
python control_actor.py 0 &
python control_actor.py 1 &
python control_actor.py 2 &
python control_actor.py 3 &
python control_actor.py 4 &
python control_actor.py 5