Skip to content

Commit

Permalink
Update OpenCV-in-Python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Feb 27, 2019
1 parent 2d5b418 commit 2855723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gh_pages/_source/session5/OpenCV-in-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ The first node will read in an image from a file and publish it as a ROS [Image]
chmod u+x nodes/image_pub.py
```

1. Test run the image publisher:
1. Build the package and run the image publisher:

```bash
catkin build
roscore
rosrun detect_pump image_pump.py
```
Expand Down

0 comments on commit 2855723

Please sign in to comment.