Skip to content

Commit

Permalink
Added checkout to indigo version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergranada committed Jan 9, 2018
1 parent 11f2448 commit 0dc4398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/jetson/ros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ In order to get rid of the error, we have to compile `vision_opencv <http://wiki
$ cd ~/catkin_ws/src
$ git clone https://github.com/ros-perception/vision_opencv.git
$ cd ..
$ cd vision_opencv/
$ git checkout indigo
$ cd ../..
$ catkin_make
Next time you compile a C++ code that contains a call to ``cv_bridge``, no errors should appear.
Expand Down

0 comments on commit 0dc4398

Please sign in to comment.