Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Iterative Spline and Iterative Parabola time-param algorithms #1191

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions moveit_core/trajectory_processing/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
set(MOVEIT_LIB_NAME moveit_trajectory_processing)

add_library(${MOVEIT_LIB_NAME} SHARED
src/iterative_time_parameterization.cpp
src/iterative_spline_parameterization.cpp
src/ruckig_traj_smoothing.cpp
src/trajectory_tools.cpp
src/time_optimal_trajectory_generation.cpp
Expand Down Expand Up @@ -34,10 +32,6 @@ if(BUILD_TESTING)
set(append_library_dirs "${CMAKE_CURRENT_BINARY_DIR};${CMAKE_CURRENT_BINARY_DIR}/../robot_trajectory;${CMAKE_CURRENT_BINARY_DIR}/../utils")
endif()

ament_add_gtest(test_time_parameterization test/test_time_parameterization.cpp
APPEND_LIBRARY_DIRS "${append_library_dirs}")
target_link_libraries(test_time_parameterization moveit_test_utils ${MOVEIT_LIB_NAME})

ament_add_gtest(test_time_optimal_trajectory_generation test/test_time_optimal_trajectory_generation.cpp)
target_link_libraries(test_time_optimal_trajectory_generation moveit_test_utils ${MOVEIT_LIB_NAME})

Expand Down

This file was deleted.

This file was deleted.

Loading