Skip to content

Commit d7725da

Browse files
authored
Merge pull request #13 from NVIDIA-ISAAC-ROS/swapnesh-wani-nvidia-patch-1
Update README.md
2 parents 54d3000 + d5c9ae1 commit d7725da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,14 @@ To use and learn to use `ros2_benchmark`, start by running a sample benchmark. F
8282
rosdep install -i -r --from-paths src --rosdistro humble -y
8383
```
8484

85-
4. Clone, patch, and build `image_proc` package with required, backported fix for image resize (see [here](https://github.com/ros-perception/image_pipeline/pull/786)).
85+
4. Clone, and build `image_proc` package.
8686

8787
```bash
8888
cd $R2B_WS_HOME/src && \
8989
git clone https://github.com/ros-perception/vision_opencv.git && cd vision_opencv && git checkout humble && \
9090
cd $R2B_WS_HOME/src && \
9191
git clone https://github.com/ros-perception/image_pipeline.git && cd image_pipeline && git checkout humble && \
9292
git config user.email "benchmarking@ros2_benchmark.com" && git config user.name "ROS 2 Developer" && \
93-
git remote add fork https://github.com/schornakj/image_pipeline.git && git fetch fork && git cherry-pick fork/pr-backport-693 && \
9493
cd $R2B_WS_HOME && \
9594
sudo apt-get update && \
9695
rosdep install -i -r --from-paths src --rosdistro humble -y && \

0 commit comments

Comments
 (0)