Reference: 1. https://github.com/bosch-ros-pkg/usb_cam/issues/53 2. http://zumashi.blogspot.jp/2016/12/ros-kinetic-usb-cam.html 3. http://cafe.naver.com/openrt/5963 위의 사이트들을 참고하여 ROS Kinetic에서 Logitech WebCam C270의 동작을 확인했습니다. cd ~/catkin_ws/src git clone https://github.com/bosch-ros-pkg/usb-cam.git cd .. catkin_make WebCam test roscore rosrun usb_cam usb_cam_node rosrun image_view image_view image:=/usb_cam/image_raw rosrun rviz rviz 1) By display type>rviz>image 2) Image topic: /usb_cam/image_raw --> 왼쪽 하단과 같이 WebCam이 잘 동작하는 것을 확인했습니다.
이제까지 잘 동작하던 비주얼 스튜디오 코드가 위와 같은 에러 메세지를 내면서 갑자기 디버깅이 안되서 인터넷을 검색한 결과.. vscode의 User Setting에서 검색창에 python.terminal.activateEnvironment을 입력하여 true로 설정되어 있는 값을 false로 변환하면 된다.
コメント
コメントを投稿