Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate startup commands #228

Open
steph1111 opened this issue May 3, 2024 · 0 comments
Open

Automate startup commands #228

steph1111 opened this issue May 3, 2024 · 0 comments
Assignees
Labels
priority: mid We would like to do this

Comments

@steph1111
Copy link
Member

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
@steph1111 steph1111 added the priority: mid We would like to do this label May 3, 2024
@steph1111 steph1111 moved this to Not Started in Todo 2024 May 3, 2024
@liamgilligan liamgilligan removed this from Todo 2024 Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: mid We would like to do this
Projects
None yet
Development

No branches or pull requests

2 participants