Skip to content

Commit ac69c26

Browse files
committed
fixed the typo in readme
1 parent 2cf137d commit ac69c26

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

Diff for: .vscode/c_cpp_properties.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
}

Diff for: .vscode/settings.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A utility to create meshes using an RGB-D camera feed given known positions and
2020
2121
Launch reconstruction node
2222
```
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
2424
```
2525
2626
Call service to start reconstruction

0 commit comments

Comments
 (0)