Update 'README.md'
This commit is contained in:
parent
303d8e7742
commit
cd5aade200
10
README.md
10
README.md
@ -40,12 +40,12 @@ src
|
|||||||
- Inside `ros2_ws` folder, start building individual packages in the below sequence to avoid errors.
|
- Inside `ros2_ws` folder, start building individual packages in the below sequence to avoid errors.
|
||||||
```
|
```
|
||||||
$ colcon build --packages-select pipe_msgs
|
$ colcon build --packages-select pipe_msgs
|
||||||
$ colcon build –packages-select pcl_ros
|
$ colcon build --packages-select pcl_ros
|
||||||
$ colcon build –allow-overriding pcl_ros
|
$ colcon build --allow-overriding pcl_ros
|
||||||
$ colcon build –packages-select pcl_conversions
|
$ colcon build --packages-select pcl_conversions
|
||||||
$ colcon build –allow-overriding pcl_conversions
|
$ colcon build --allow-overriding pcl_conversions
|
||||||
$ colcon build --packages-select find-pose
|
$ colcon build --packages-select find-pose
|
||||||
$ colcon build –packages-select yolov3_ros
|
$ colcon build --packages-select yolov3_ros
|
||||||
. install/setup.bash
|
. install/setup.bash
|
||||||
```
|
```
|
||||||
- The code should be ready to launch as explained in [How to run Live Detection?](#how-to-run-live-detection)
|
- The code should be ready to launch as explained in [How to run Live Detection?](#how-to-run-live-detection)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user