Add estimator pca to CMakeLists.txt
This commit is contained in:
parent
4bcefc51bb
commit
54e9df6fc3
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ target_link_libraries(keyboard_cmd display ${catkin_LIBRARIES} ${ncursesw_LIBRAR
|
||||||
|
|
||||||
add_executable(normal_estimator src/normal_estimator.cpp)
|
add_executable(normal_estimator src/normal_estimator.cpp)
|
||||||
target_link_libraries(normal_estimator ${catkin_LIBRARIES})
|
target_link_libraries(normal_estimator ${catkin_LIBRARIES})
|
||||||
|
add_dependencies(normal_estimator hand_control_generate_messages_cpp)
|
||||||
|
|
||||||
|
add_executable(normal_estimator src/normal_estimator_pca.cpp)
|
||||||
|
target_link_libraries(normal_estimator ${catkin_LIBRARIES})
|
||||||
add_dependencies(normal_estimator hand_control_generate_messages_cpp)
|
add_dependencies(normal_estimator hand_control_generate_messages_cpp)
|
||||||
|
|
||||||
add_executable(commande-new-1d src/commande-new-1d.cpp)
|
add_executable(commande-new-1d src/commande-new-1d.cpp)
|
||||||
|
|
Loading…
Reference in a new issue