Update 'README.md'

This commit is contained in:
Gautam Dobariya 2023-04-12 16:28:40 +02:00
parent 303d8e7742
commit cd5aade200

View File

@ -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)