smartsystemslab-uf / ROS-Navigation

Collection of Navigation Modules for ROS
GNU General Public License v3.0
0 stars 0 forks source link

**Camera Node** #7

Open TJLW opened 4 years ago

TJLW commented 4 years ago

The usb_webcam module is currently used to capture an image from a USB camera and broadcast to ROS. However, a camera calibration is needed for further processing.

To-Do

eddie-water commented 4 years ago

Successfully ran camera calibration test and created a calibration file. Created launch file that utilizes usb_cam and the calibration file.

TJLW commented 4 years ago

@EDevlin64 Can you reference your commit here? Just so we can document it.