Skip to content

Commit e067a3a

Browse files
committed
add patch
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
1 parent 7fb720c commit e067a3a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

patch/ros-kilted-autoware-trajectory.patch

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,17 @@ index b2ce72b..35ba18f 100644
2727
namespace autoware::experimental::trajectory::interpolator
2828
{
2929

30+
diff --git a/CMakeLists.txt b/CMakeLists.txt
31+
index 6ca7cd4..8490283 100644
32+
--- a/CMakeLists.txt
33+
+++ b/CMakeLists.txt
34+
@@ -42,6 +42,10 @@ ament_auto_add_library(autoware_trajectory SHARED
35+
src/utils/velocity.cpp
36+
)
37+
38+
+target_link_libraries(autoware_trajectory
39+
+ fmt::fmt
40+
+)
41+
+
42+
if(BUILD_TESTING)
43+
ament_auto_find_test_dependencies()

0 commit comments

Comments
 (0)