Skip to content

Commit

Permalink
Update on_boot to start the GPS upon running
Browse files Browse the repository at this point in the history
  • Loading branch information
thadavale authored Nov 11, 2024
1 parent ebe0cbe commit 5a12efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NaviGator/scripts/on_boot
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $TMUX send-keys -t $SESSION:0 "$ROSCORE" C-m
# Start GPS driver in second window
$TMUX new-window -t $SESSION:1 -n "sdgps"
$TMUX send-keys -t $SESSION:1 "$GPS_CMD" C-m
$TMUX send-keys './start_gps.sh' Enter

# Start passive sonar driver in third window
$TMUX new-window -t $SESSION:2 -n "sonar"
Expand Down

0 comments on commit 5a12efa

Please sign in to comment.