photoneo / phoxi_camera

ROS Package for PhoXi Scanner/Camera. If you like us, STAR US! :P
MIT License
44 stars 32 forks source link

Publish Camera Intrinsic Parameters #59

Open marip8 opened 2 years ago

marip8 commented 2 years ago

This PR adds a publisher for the intrinsic parameters of the sensor in the form of a sensor_msgs/CameraInfo message. The intrinsic parameters are important for rectifying the texture image that is published by the sensor for use in extrinsic calibration with libraries and calibration targets outside of the Photoneo domain. It also provides a convenient alternative to running the provided script to get intrinsic parameters

Addresses #37, builds on #52