-
Notifications
You must be signed in to change notification settings - Fork 0
/
run.sh
38 lines (38 loc) · 974 Bytes
/
run.sh
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
#! /bin/bash
# {
# gnome-terminal -x bash -c "roslaunch realsense2_camera rs_d435_camera_with_model.launch;exec bash"
# }
# sleep 5
# {
# gnome-terminal -x bash -c "roslaunch kinova_bringup kinova_robot.launch;exec bash"
# }
# sleep 3
# {
# gnome-terminal -x bash -c "roslaunch j2s7s300_moveit_config j2s7s300_demo.launch;exec bash"
# }
# sleep 3
# {
# gnome-terminal -x bash -c "roslaunch kinova_unit_app eye_on_hand.launch;exec bash"
# }
# sleep 3
# {
# gnome-terminal -x bash -c "rqt_image_view;exec bash"
# }
gnome-terminal -x bash -c "roslaunch azure_kinect_ros_driver hand_eye.launch ;exec bash"
}
sleep 5
{
gnome-terminal -x bash -c "roslaunch kinova_bringup kinova_robot.launch;exec bash"
}
sleep 3
{
gnome-terminal -x bash -c "roslaunch j2s7s300_moveit_config j2s7s300_demo.launch;exec bash"
}
sleep 3
{
gnome-terminal -x bash -c "roslaunch kinova_unit_app eye_on_base.launch;exec bash"
}
sleep 3
{
gnome-terminal -x bash -c "rqt_image_view;exec bash"
}