Skip to content

Commit b3eff37

Browse files
committed
Update README
1 parent 81c302f commit b3eff37

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ The package was created with the following command.
1616
catkin_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

0 commit comments

Comments
 (0)