Noch ein kleiner Fehler
This commit is contained in:
parent
971af4d1d6
commit
f8113fc265
1 changed files with 1 additions and 2 deletions
|
@ -53,9 +53,8 @@ target_link_libraries(keyboard_cmd display ${catkin_LIBRARIES} ${ncursesw_LIBRAR
|
||||||
target_link_libraries(normal_estimator ${catkin_LIBRARIES})
|
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(normal_estimator src/normal_estimator_pca.cpp)
|
add_executable(normal_estimator_pca src/normal_estimator_pca.cpp)
|
||||||
target_link_libraries(normal_estimator_pca ${catkin_LIBRARIES})
|
target_link_libraries(normal_estimator_pca ${catkin_LIBRARIES})
|
||||||
add_dependencies(normal_estimator_pca 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)
|
||||||
target_link_libraries(commande-new-1d ${catkin_LIBRARIES})
|
target_link_libraries(commande-new-1d ${catkin_LIBRARIES})
|
||||||
|
|
Loading…
Reference in a new issue