Skip to content
Snippets Groups Projects
Commit a83cfcce authored by Steven Jens Jorgensen's avatar Steven Jens Jorgensen
Browse files

update readme with new instructions and exeuctable

parent ffce4344
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,13 @@ Run `catkin build` and source your workspace again then run:
rosrun openpose_ros_pkg openpose_ros_node_firephinx
````
If this works, you should see an openCV visualization open up:
![alt text]https://raw.githubusercontent.com/stevenjj/openpose_ros/master/example_output.png
4. You may change the image resolution output by going back to `src/openpose_ros_node_firephinx.cpp` and change the parameters
````
#define OUTPUT_RES_X 1280 // Display Resolution Output Width
#define OUTPUT_RES_Y 720 // Display Resolution Output Height
````
## Example Service Code
1. To start the ros service run:
````
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment