File tree 3 files changed +47
-1
lines changed
3 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "configurations" : [
3
+ {
4
+ "browse" : {
5
+ "databaseFilename" : " ${default}" ,
6
+ "limitSymbolsToIncludedHeaders" : false
7
+ },
8
+ "includePath" : [
9
+ " /home/sahil/dai_ws/src/install/industrial_reconstruction_msgs/include/**" ,
10
+ " /home/sahil/dai_ws/src/install/depthai_ros_driver/include/**" ,
11
+ " /home/sahil/dai_ws/src/install/depthai_bridge/include/**" ,
12
+ " /home/sahil/dai_ws/src/install/depthai_ros_msgs/include/**" ,
13
+ " /home/sahil/dai_ws/src/install/depthai_filters/include/**" ,
14
+ " /opt/ros/humble/include/**" ,
15
+ " /home/sahil/dai_ws/src/depthai-ros/depthai_bridge/include/**" ,
16
+ " /home/sahil/dai_ws/src/depthai-ros/depthai_filters/include/**" ,
17
+ " /home/sahil/dai_ws/src/depthai-ros/depthai_ros_driver/include/**" ,
18
+ " /usr/include/**"
19
+ ],
20
+ "name" : " ROS" ,
21
+ "intelliSenseMode" : " gcc-x64" ,
22
+ "compilerPath" : " /usr/bin/gcc" ,
23
+ "cStandard" : " gnu11" ,
24
+ "cppStandard" : " c++14"
25
+ }
26
+ ],
27
+ "version" : 4
28
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "python.autoComplete.extraPaths" : [
3
+ " /home/sahil/dai_ws/src/install/industrial_reconstruction/lib/python3.10/site-packages" ,
4
+ " /home/sahil/dai_ws/src/install/industrial_reconstruction_msgs/local/lib/python3.10/dist-packages" ,
5
+ " /home/sahil/dai_ws/src/install/depthai_ros_driver/local/lib/python3.10/dist-packages" ,
6
+ " /home/sahil/dai_ws/src/install/depthai_ros_msgs/local/lib/python3.10/dist-packages" ,
7
+ " /opt/ros/humble/lib/python3.10/site-packages" ,
8
+ " /opt/ros/humble/local/lib/python3.10/dist-packages"
9
+ ],
10
+ "python.analysis.extraPaths" : [
11
+ " /home/sahil/dai_ws/src/install/industrial_reconstruction/lib/python3.10/site-packages" ,
12
+ " /home/sahil/dai_ws/src/install/industrial_reconstruction_msgs/local/lib/python3.10/dist-packages" ,
13
+ " /home/sahil/dai_ws/src/install/depthai_ros_driver/local/lib/python3.10/dist-packages" ,
14
+ " /home/sahil/dai_ws/src/install/depthai_ros_msgs/local/lib/python3.10/dist-packages" ,
15
+ " /opt/ros/humble/lib/python3.10/site-packages" ,
16
+ " /opt/ros/humble/local/lib/python3.10/dist-packages"
17
+ ]
18
+ }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ A utility to create meshes using an RGB-D camera feed given known positions and
20
20
21
21
Launch reconstruction node
22
22
```
23
- ros2 launch industrial_reconstruction reconstruction.launch depth_image_topic:=/camera/depth_image/raw color_image_topic:=/camera/color_image/raw camera_info_topic:=/camera/camera_info
23
+ ros2 launch industrial_reconstruction reconstruction.launch.xml depth_image_topic:=/camera/depth_image/raw color_image_topic:=/camera/color_image/raw camera_info_topic:=/camera/camera_info
24
24
```
25
25
26
26
Call service to start reconstruction
You can’t perform that action at this time.
0 commit comments