From 1d1af3a2db273f8d577bbf3a40db470b4b67d13e Mon Sep 17 00:00:00 2001 From: joanvallve <jvallve@iri.upc.edu> Date: Tue, 7 Sep 2021 21:54:09 +0200 Subject: [PATCH] wrong file name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2440c56ee..c73189033 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,7 +229,7 @@ SET(HDRS_FACTOR include/core/factor/factor_relative_pose_2d_with_extrinsics.h include/core/factor/factor_relative_pose_3d.h include/core/factor/factor_pose_3d_with_extrinsics.h - include/core/factor/factor_velocity_direction.h + include/core/factor/factor_velocity_direction_3d.h ) SET(HDRS_FEATURE include/core/feature/feature_base.h -- GitLab