Robotics StackExchange | Archived questions

can't follow the cv_bridge tutorial

hi all: I'm doing the cvbridge now , but it is very hard to follow the cvbridge tutorial , I changed my Cmakelist file , and download the cvbridge packege , and also created a new doccument called imageconverter.cpp . But I still cannot run the cv_bridge .It's that anything missing there ? I'm using the ucv camera . Please help me ..... thank you

Asked by wendyZzzz on 2016-03-17 21:20:01 UTC

Comments

Can you give us the CMakeLists.txt, package.xml, and any relevant output from terminal?

Asked by alee on 2016-03-18 07:49:36 UTC

how to write this dependencies ? which CmakeLists.xml or package.xml should i put in ? can i just put it like this or i need to edit it (such as... put in something in front)

sensor_msgs cv_bridge std_msgs image_transport

Asked by wendyZzzz on 2016-03-20 20:24:59 UTC

The CMakeLists.txt and package.xml for the package that you're trying to put image_converter in

Asked by alee on 2016-03-21 12:15:05 UTC

Answers