-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsub.toml
More file actions
54 lines (45 loc) · 1.88 KB
/
Copy pathsub.toml
File metadata and controls
54 lines (45 loc) · 1.88 KB
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
45
46
47
48
49
50
51
52
53
54
[[components]]
name = "bridge"
cwd = "~/robocomp/components/webots-bridge"
cmd = "bin/Webots2Robocomp etc/config"
ice_name = "Webots2Robocomp:tcp -h localhost -p 10006"
[[components]]
name = "camera360"
cwd = "~/robocomp/components/robocomp-robolab/components/hardware/camera/ricoh_omni_dds"
cmd = "bin/ricoh_omni_dds etc/config_webots.toml"
ice_name = "Camera360RGB:tcp -h localhost -p 10097"
[[components]]
name = "helios"
cwd = "~/robocomp/components/robocomp-robolab/components/hardware/laser/lidar3d_dds"
cmd = "bin/lidar3d_dds etc/config_helios_webots.toml"
ice_name = "Lidar3D:tcp -h localhost -p 10098"
[[components]]
name = "pearl"
cwd = "~/robocomp/components/robocomp-robolab/components/hardware/laser/lidar3d_dds"
cmd = "bin/lidar3d_dds etc/config_bpearl_webots.toml"
ice_name = "Lidar3D:tcp -h localhost -p 11990"
#[[components]]
#name = "filter"
#cwd = "~/robocomp/components/robocomp-robolab/components/hardware/laser/lidar3DFilter"
#cmd = "bin/lidar3DFilter etc/config_shadow_webots"
#ice_name = "Lidar3DFilter:tcp -h localhost -p 11995"
#[[components]]
#name = "rgbd360"
#cwd = "~/robocomp/components/robocomp-shadow/insect/RGBD_360"
#cmd = "bin/RGBD_360 etc/config_wb"
#ice_name = "RGBD360:tcp -h localhost -p 10100"
#[[components]]
#name = "vision_segmentation"
#cwd = "~/robocomp/components/beta-robotica-class/vision_segmentation"
#cmd = "bin/vision_segmentation etc/config"
#ice_name = "VisionSegmentation:tcp -h localhost -p 14111"
[[components]]
name = "zed"
cwd = "~/robocomp/components/robocomp-robolab/components/hardware/camera/zed_camera"
cmd = "bin/zed_camera etc/configShadowWebot.toml"
ice_name = "Zed:tcp -h localhost -p 12001"
[[components]]
name = "joy"
cwd = "~/robocomp/components/robocomp-robolab/components/hardware/external_control/python_xbox_controller"
cmd = "bin/python_xbox_controller etc/config_shadow"
ice_name = "python_xbox_controller:tcp -h localhost -p 11230"