-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathein_kuka.screenrc
57 lines (45 loc) · 1.05 KB
/
ein_kuka.screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
startup_message off
defscrollback 5000
escape ``
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
screen -t " roscore"
stuff "source ./setup.sh"
stuff "roscore"
screen -t " einR"
stuff "source ./setup.sh"
stuff "catkin_make && gdb --args ./devel/lib/ein/ein physical right gui"
screen -t " replR"
stuff "ARM=right screen -m -c src/ein/ein_client.screenrc"
screen -t " rviz"
stuff "source ./setup.sh"
stuff "rosrun rviz rviz"
screen -t " statepub"
stuff "source ./setup.sh"
stuff "roslaunch iiwa_robotiq_description iiwa7_robotiq_upload.launch && roslaunch iiwa_robotiq_bringup iiwa7_robotiq_bringup.launch"
screen -t " emacs"
stuff "source ./setup.sh"
stuff "cd $(rospack find ein)"
stuff "emacs -nw src/ein.cpp"
screen -t " vim"
stuff "source ./setup.sh"
stuff "cd src/ein/src"
stuff "vim "
screen -t " git"
stuff "source ./setup.sh"
stuff "cd $(rospack find ein)"
screen -t " website"
stuff "cd src/ein/doc && jekyll serve"