-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobstacle_detection.code-workspace
31 lines (31 loc) · 1.39 KB
/
obstacle_detection.code-workspace
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
{
"folders": [
{
"path": "srp_sim/src/sim_package"
},
{
"path": "ws_urc/src"
}
],
"settings": {
"ros.distro": "humble",
"python.autoComplete.extraPaths": [
"/home/therion/dev/school/URC/ws_urc/install/video_streamer/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/obstacle_detection/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/drivetrain/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/depth_image_viewer/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/action_drivetrain_interface/local/lib/python3.10/dist-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
],
"python.analysis.extraPaths": [
"/home/therion/dev/school/URC/ws_urc/install/video_streamer/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/obstacle_detection/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/drivetrain/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/depth_image_viewer/lib/python3.10/site-packages",
"/home/therion/dev/school/URC/ws_urc/install/action_drivetrain_interface/local/lib/python3.10/dist-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
]
}
}