Chris Lalancette e95ea15102 Update laser_geometry to C++17. (#90)
The main reason to do this is so that we can compile laser_geometry
with the clang static analyzer.  As of clang++-14 (what is in
Ubuntu 22.04), the default still seems to be C++14, so we need
to specify C++17 so that new things in the rclcpp headers work
properly.

Further, due to reasons I don't fully understand, I needed to
set CMAKE_CXX_STANDARD_REQUIRED in order for clang to really use
that version.  So set this as well.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
2023-01-31 14:37:40 -05:00
2022-06-28 09:15:21 -05:00
2014-06-08 15:02:48 +02:00
2022-03-01 20:55:08 +00:00
2022-12-08 08:45:36 -05:00
2018-04-02 18:05:01 -07:00
2022-12-08 08:45:36 -05:00
Description
No description provided
1.2 MiB
Languages
C++ 73.5%
Python 18%
CMake 8.5%