User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cs:vision:image_tagging:start [2018/03/28 20:01]
Mike Bykhovtsev Added instruction to make an alias to robosub config.
cs:vision:image_tagging:start [2018/03/29 12:25]
Mike Bykhovtsev
Line 38: Line 38:
 You can set up an alias in your bashrc. To do so run (replace "​~/​vision_dev"​ with path to your vision_dev repo): You can set up an alias in your bashrc. To do so run (replace "​~/​vision_dev"​ with path to your vision_dev repo):
    echo "alias sloth='​~/​vision_dev/​sloth/​./​robosub_sloth.sh'"​ >> ~/.bashrc    echo "alias sloth='​~/​vision_dev/​sloth/​./​robosub_sloth.sh'"​ >> ~/.bashrc
 +   ​source ~/.bashrc
  
 ---- ----