File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,14 @@ The package was created with the following command.
1616catkin_create_pkg cuboid_detection pcl_ros roscpp sensor_msgs pcl_conversions image_transport opencv3 cv_bridge
1717```
1818
19- For Assignment 3, we are use the ` cuboid_detection ` package.
19+ For Assignment 3, we are using the ` cuboid_detection ` package.
2020
21- Place the downloaded bag files in ` ws/src/perception/cuboid_detection/bags ` .
21+ 1 . Place the downloaded bag files in ` ws/src/perception/cuboid_detection/bags ` .
22+ 2 . To segment the ground plane, run the following (more details within the launch file).
2223
23- More details on launch files yet to come.
24+ ```
25+ roslaunch cuboid_detection ground_plane_segmentation.launch
26+ ```
2427
2528## Notes
2629
You can’t perform that action at this time.
0 commit comments