opencv_apps
opencv_apps copied to clipboard
improvement proposal
copied from https://github.com/ros-perception/vision_opencv/issues/121
Hi
I tried to use opencv_apps by reading http://wiki.ros.org/opencv_apps, but there is no example launch file for this, so I'd like to propose installing test directory for example launch file
I tried to run camsift, but at first it did not show anything, and it takes few minutes to understand
- we need gui param to show display
- we need histogram param to start program I think it is better to display these information or change code to run by rosrun opencv_apps camshift image:=image_raw
Cc: @k-okada
+1 If it is possible to use sphinx + readthedocs, I can help, but I'm not sure how to handle many documents in ros wiki.
We have many nodes/nodelets, sample and documentations for each of them. https://github.com/jsk-ros-pkg/jsk_recognition/blob/master/jsk_perception/jsk_perception_nodelets.xml (nodelets) https://github.com/jsk-ros-pkg/jsk_recognition/tree/master/jsk_perception/node_scripts (python nodes) https://github.com/jsk-ros-pkg/jsk_recognition/tree/master/doc/jsk_perception/nodes (documentation) https://github.com/jsk-ros-pkg/jsk_recognition/tree/master/jsk_perception/sample (sample)