lucav76 / CarND-Capstone

Fork of the Udacity project to complete the System Integration task, for the "total-recall-dryvers"
3 stars 2 forks source link

[feature] Add tmux run script #12

Closed kkweon closed 6 years ago

kkweon commented 6 years ago

Tmux Bash Script

  1. Create a symlink to your simulator
    ln -s ${simulator_path}/linux_sys_int/sys_int.x86_64 ${PROJECT_ROOT}/simulator
  2. Run Bash Script
    cd ros # now at ${PROJECT_ROOT}/ros
    bash tmux.run.sh
  3. It will create a tmux session named ros
    tmux attach -t ros