ouster-lidar / ouster-sdk

Ouster, Inc. sample code
Other
458 stars 437 forks source link

Remove extra semicolon. #598

Closed jackg0 closed 1 month ago

jackg0 commented 3 months ago

Related Issues & PRs

I noticed the following build error on my machine:

In file included from /opt/src/lidar-mapping/src/include/lidar_mapping/utilities.hh:21,
                 from /opt/src/lidar-mapping/src/utilities.cc:14:
/opt/src/lidar-mapping/deps/ouster_example/ouster_client/include/ouster/lidar_scan.h:146:62: error: extra ‘;’ [-Werror=pedantic]
  146 |         : LidarScan(w, h, {begin, end}, columns_per_packet){};
      |                                                              ^
      |                                                              -

Summary of Changes

Removed the extra semicolon.

Validation

Built successfully.

Samahu commented 1 month ago

Included in #604