Skip to content

Commit

Permalink
fixed tmux sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Apr 2, 2024
1 parent 6ebed1c commit c746190
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ input=(
'
'Imu' 'waitForHw; roslaunch mrs_serial vio_imu.launch
'
'ImuFilter' 'waitForHw; roslaunch vins_imu_filter filter_icm_42688.launch
'ImuFilter' 'waitForHw; roslaunch mrs_vins_imu_filter filter_icm_42688.launch
'
# do NOT modify the command list below
'EstimDiag' 'waitForHw; rostopic echo /'"$UAV_NAME"'/estimation_manager/diagnostics
Expand Down Expand Up @@ -169,7 +169,7 @@ if [[ "$attach" == "true" ]]; then
then
$TMUX_BIN -2 attach-session -t $SESSION_NAME
else
tmux detach-client -E "tmux -L mrs a -t $SESSION_NAME"
tmux detach-client -E "tmux -L mrs a -t $SESSION_NAME"
fi
else
echo "The session was started"
Expand Down

0 comments on commit c746190

Please sign in to comment.