Skip to content

Commit

Permalink
Fixed missing change of ruckig.cpp name in CMakeLists.txt (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattrees authored and AndyZe committed Sep 15, 2021
1 parent 1b55bca commit 8a02f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/trajectory_processing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(ruckig REQUIRED)
add_library(${MOVEIT_LIB_NAME} SHARED
src/iterative_time_parameterization.cpp
src/iterative_spline_parameterization.cpp
src/ruckig.cpp
src/ruckig_traj_smoothing.cpp
src/trajectory_tools.cpp
src/time_optimal_trajectory_generation.cpp
)
Expand Down

0 comments on commit 8a02f1f

Please sign in to comment.