Skip to content

Commit

Permalink
restore launch command (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjong authored Nov 2, 2024
1 parent 0ef72d4 commit 205f54e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ services:
- *airstack-dev-image
entrypoint: ""
# we use tmux send-keys so that the session stays alive
# command: >
# bash -c "ssh service restart;
# tmux new -d -s robot_bringup
# && tmux send-keys -t robot_bringup 'ros2 launch robot_bringup robot.launch.xml' ENTER
# && sleep infinity"
command: >
bash -c "ssh service restart;
tmux new -d -s robot_bringup
&& tmux send-keys -t robot_bringup 'ros2 launch robot_bringup robot.launch.xml' ENTER
&& sleep infinity"
# Interactive shell
stdin_open: true # docker run -i
tty: true # docker run -t
Expand Down

0 comments on commit 205f54e

Please sign in to comment.