Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmlin committed Aug 31, 2024
1 parent 6b6caec commit 0729c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/comp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# A tmux script that opens all the necessary terminals to control our robot.
# Usage: ./pool-test.sh
# A tmux script that opens all the necessary terminals to control our robot. Uses untethered:=True in task_runner.launch.
# Usage: ./comp.sh

session="pool-test"
tmux new-session -d -s $session
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# A tmux script that opens all the necessary terminals to control our robot.
# Usage: ./pool-test.sh
# Usage: ./test.sh

session="pool-test"
tmux new-session -d -s $session
Expand Down

0 comments on commit 0729c82

Please sign in to comment.