| D | sensor_algorithm_test.cpp | 277 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 290 std::vector<float> rotationMatrix(5); variable 298 std::vector<float> rotationMatrix = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0}; variable 328 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable 396 std::vector<float> rotationMatrix(ROTATION_VECTOR_LENGTH - 1); variable
|