ankitdhall / lidar_camera_calibration

ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
http://arxiv.org/abs/1705.09785
GNU General Public License v3.0
1.47k stars 459 forks source link

constexpr for compilation problem #111

Closed xmfcx closed 4 years ago

xmfcx commented 4 years ago

fixed error: ‘constexpr’ needed for in-class initialization of static data member ‘const ... on gcc version 7.4.0

xmfcx commented 4 years ago

Solves this issue: #100