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

lychenpan2@gmail.com's profile - activity

2015-12-10 08:05:13 -0500 received badge  Notable Question (source)
2015-12-10 08:05:13 -0500 received badge  Famous Question (source)
2015-08-17 03:22:34 -0500 answered a question uvc_get_stream_ctrl_format_size: Invalid mode

I have the same problem with you; and i have checked the source code of the libuvc_camera package, I guess it is the problem of the configure of the video_mode. In the source code it didn't set the video_mode as the launch file, but set it with a fixed value: "UVC_COLOR_FORMAT_UNCOMPRESSED". But i'm not sure.

2015-07-23 21:01:42 -0500 commented answer why the command : rosrun libuvc_camera followed by UVCCamera.cfg not the uvccamera_node?

yes, you are right ! thanks!

2015-07-23 03:39:39 -0500 received badge  Supporter (source)
2015-07-23 03:39:27 -0500 commented answer why the command : rosrun libuvc_camera followed by UVCCamera.cfg not the uvccamera_node?

Thanks very much; i have done what you suggest; and the workspace build successfully. Now i want to run the camera_node in the libuvc_camera package, and manual its focus absolute; Can you please give me some more suggestions? Thanks so much!

2015-07-23 03:19:45 -0500 received badge  Scholar (source)
2015-07-23 03:18:58 -0500 received badge  Popular Question (source)
2015-07-21 21:46:59 -0500 answered a question libuvc_camera: catkin_make_isolated finds undefined reference

where did you get the libuvc_camera package, i do the same command as you, and it make successfully; but the followed command confused me;
when i type the command: rosrun libuvc_camera , and then 'tab' to complete the command automatic, it comes out that :rosrun libuvc_camera UVCCamera.cfg ... I don't know why

2015-07-21 06:02:09 -0500 asked a question why the command : rosrun libuvc_camera followed by UVCCamera.cfg not the uvccamera_node?

Hi: I'm new to ROS system, and i have a problem when using the libuvc_camera package; below are my steps:

  1. Firstly, clone the libuvc_camera from https://github.com/ktossell/libuvc_ros
  2. commands in the consol : cd libuvc_camera ; mkdir build; cd build; cmake .. ; make ; sudo make install
  3. commands: source devel/setup.bash
  4. then if i run the command: rosrun libuvc_camera camera_node; it display messages : couldn't found executable file camera_node in libuvc_camera ; found libuvc_camera/build/devel/lib/libuvc_camera/camera_node but it is not a executable file;
    and when i use the tab; it display commands: rosrun libuvc_camera UVCCamera.cfg
    can somebody tell me what is the problem ? thanks!