-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcut3r.json5
More file actions
28 lines (27 loc) · 1.15 KB
/
cut3r.json5
File metadata and controls
28 lines (27 loc) · 1.15 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
{
plugins: {
ros2dds: {
namespace: "/",
domain: 47,
allow: {
publishers: [".*/features.*", ".*/gnn.*", ".*/image_rect_raw.*", ".*/image_raw.*", ".*/cut3r/current_pointcloud.*", ".*/cut3r/aggregated_pointcloud.*", ".*/cut3r/depth_map.*"],
subscribers: [".*/features.*", ".*/gnn.*", ".*/image_rect_raw.*", ".*/image_raw.*", ".*/race13/color/image_raw.*", ".*/cut3r/current_pointcloud.*", ".*/cut3r/aggregated_pointcloud.*", ".*/cut3r/depth_map.*"],
service_servers: [".*/mav_services/.*"],
service_clients: [".*/mav_services/.*"],
action_servers: [],
action_clients: []
}
}
},
mode: "router",
connect: {
endpoints: [
//"tcp/128.238.47.60:7447", // race15 gamelab
//"tcp/128.238.47.55:7447", // race13 gamelab
//"tcp/10.18.160.89:7447", // race13 nyu
//"tcp/192.168.153.175:7447", // race13 doodle labs
//"tcp/10.18.184.14:7447", // race15 nyu
"tcp/10.18.160.89:7447", // yang-laptop nyu
]
}
}