ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

dimitris anastasiou's profile - activity

2019-10-03 03:37:41 -0500 received badge  Famous Question (source)
2018-09-24 12:11:37 -0500 received badge  Famous Question (source)
2017-10-10 13:09:44 -0500 received badge  Notable Question (source)
2017-10-10 13:09:44 -0500 received badge  Popular Question (source)
2016-07-15 09:55:46 -0500 asked a question uvc_cam can't locate node!

Hello,

My system is Ubuntu 15.04 and I use ros jade. I run the uvc_cam package, but every time I type

roslaunch uvc_cam test_uvc.launch

i get this error

ERROR: cannot launch node of type [uvc_cam/uvc_cam_node.cpp]: can't locate node [uvc_cam_node.cpp] in package [uvc_cam]

Any idea?

Thanks

2016-07-15 08:08:52 -0500 received badge  Notable Question (source)
2016-07-08 10:24:31 -0500 received badge  Popular Question (source)
2016-07-07 10:57:14 -0500 asked a question How to build two packages at the same time

I use ros jade and want to run ar_sys package. However, this is not available for jade version. So i get it from github. In case to work, the ar_sys needs the uvc_cam package. Every time i do make and build only the ar_sys package responds. What should I do to do make and build athe same time?

Thanks