Skip to content
Snippets Groups Projects

Matrix quaternion tools

Closed Dinesh Atchuthan requested to merge matrix_quaternion_tools into master
14 files
+ 1964
1
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -26,6 +26,10 @@ TARGET_LINK_LIBRARIES(test_virtual_hierarchy ${PROJECT_NAME})
ADD_EXECUTABLE(test_permutations solver/test_permutations.cpp)
TARGET_LINK_LIBRARIES(test_permutations ${PROJECT_NAME})
#Pinocchio Spatial test
ADD_EXECUTABLE(test_spatial test_spatial.cpp)
TARGET_LINK_LIBRARIES(test_spatial ${PROJECT_NAME})
# Enable Yaml config files
IF(YAMLCPP_FOUND)
ADD_EXECUTABLE(test_yaml test_yaml.cpp)
Loading