CabrilloRoboticsClub / cabrillo_rov_2023

Cabrillo College Robotics Club repo for the MATE ROV 2023 competition
GNU Affero General Public License v3.0
10 stars 5 forks source link

Automate startup commands #228

Open steph1111 opened 7 months ago

steph1111 commented 7 months ago

Task summary

Create two bash scripts which automate the launch process. One script should launch the rov and the other the deck. It would be preferred if this was not shell specific, it could run in either bash or zsh.

# Deck launch
make
source ./install/local_setup.bash # Non hard coded shell name preferred
ros2 launch seahawk deck.launch.py
# Rov launch
make
source ./install/local_setup.bash # Non hard coded shell name preferred
ros2 launch seahawk rov.launch.py