ros-perception / opencv_apps

http://wiki.ros.org/opencv_apps
64 stars 70 forks source link

improvement proposal #1

Open vrabaud opened 8 years ago

vrabaud commented 8 years ago

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 1) we need gui param to show display 2) 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

wkentaro commented 8 years ago

+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)