haijian

!!需要在ROS平台上安装   ROS见 https://www.cnblogs.com/haijian/p/8782560.html

cd ~/catkin_ws/src

下载usb_cam包

git clone https://github.com/bosch-ros-pkg/usb_cam.git usb_cam

编译

cd ..
catkin_make

启动节点测试

roslaunch usb_cam usb_cam-test.launch

 

安装错误

(1)v4l2-ctl: not found

sudo apt-get install v4l-utils 

(2)[usb_cam-test.launch] is neither a launch file in package [usb_cam] nor is [usb_cam] a launch file name      The traceback for the exception was written to the log file

source ~/catkin_ws/devel/setup.bash

 

分类:

技术点:

相关文章:

  • 2022-02-10
  • 2021-11-17
  • 2021-10-18
  • 2021-05-07
  • 2021-12-09
  • 2021-12-28
  • 2021-09-27
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2022-12-23
  • 2021-09-05
  • 2021-12-04
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
相关资源
相似解决方案