Skip to content

Fix #722

Description

TYPED_TEST_CASE and INSTATIATE_TEST_CASE_P were producing lots of warnings, see here. A workaround for that is to add a trailing comma to the parameters, which I did here. Also made a few other changes:

test_spatial_hash.hpp removed warning about unused variable 'it' test_voxel_grid.hpp had unused variables 'list2' velodyne_node_test.cpp removed unused variable 'sensor_id'

Checklist

  • Documentation was updated
Edited by Nikolai Morin

Merge request reports