image_view to opencv
hello everyone ,
i am using ar drone 2.0 and i want to open the result of the command "rosrun imageview imageview image:=/ardrone/front/image_raw" into opencv window , using python (i followed the tutorial with rosbridge but i didn't understand some points) can someone help me please
Asked by hakimROS on 2017-05-22 07:17:57 UTC
Comments
Hi @hakimROS, can you provide the link of the tutorial that you are going through?? And mention the points as well that you are not getting.
Asked by Akhilesh on 2017-05-24 09:59:22 UTC
this is the link : http://wiki.ros.org/cv_bridge/Tutorials/ConvertingBetweenROSImagesAndOpenCVImagesPython in the step 4 : i am not sure if we have to add : sensor_msgs,opencv2,cv_bridge,rospy,std_msgs in package.xml file which locate in /opt/ros/indigo/ardrone_autonomy or in another file
Asked by hakimROS on 2017-05-24 13:09:15 UTC
then in the example code : line 3 : roslib.load_manifest('my_package') my_package it means the same package which we have to add : ensor_msgs,opencv2,cv_bridge,rospy,std_msgs ?
Asked by hakimROS on 2017-05-24 13:10:42 UTC
read this http://answers.ros.org/question/115346/what-does-roslibload_manifest-do/ for roslib.load_manifest('my_package')
Asked by Akhilesh on 2017-05-25 01:36:19 UTC