ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I use the Raspberry PI camera with ROS kinetic and Ubuntu Mate. First, download raspi-config to enable the camera. I used these directions:
https://larrylisky.com/2016/11/24/enabling-raspberry-pi-camera-v2-under-ubuntu-mate/
Next, download the usb_cam package:
sudo apt-get install ros-kinetic-usb-cam
Finally, launch the usb_cam
roslaunch usb_cam usb_cam-test.launch
If you PI is not connected to a display and your are using SSH you can use the web_video_server package to view the image in your web browser.