Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bodydynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
bodydynamics
Merge requests
!18
Release after RAL
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release after RAL
devel
into
master
Overview
0
Commits
240
Pipelines
0
Changes
1
Merged
Joan Vallvé Navarro
requested to merge
devel
into
master
3 years ago
Overview
0
Commits
240
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
2e391772
3 years ago
master (base)
and
latest version
latest version
c0927fc3
240 commits,
3 years ago
version 1
2e391772
239 commits,
3 years ago
1 file
+
65
−
63
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
demos/CMakeLists.txt
+
65
−
63
Options
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fext-numeric-literals"
)
# necessary for files using boost
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fext-numeric-literals"
)
# necessary for files using boost
FIND_PACKAGE
(
pinocchio
RE
QUI
RED
)
FIND_PACKAGE
(
pinocchio QUI
ET
)
FIND_PACKAGE
(
multicontact-api
RE
QUI
RED
)
FIND_PACKAGE
(
multicontact-api QUI
ET
)
# SYSTEM disables warnings from library headers
if
(
pinocchio_FOUND
)
include_directories
(
# SYSTEM disables warnings from library headers
SYSTEM
${
PINOCCHIO_INCLUDE_DIRS
}
include_directories
(
)
SYSTEM
${
PINOCCHIO_INCLUDE_DIRS
}
)
add_library
(
mcapi_utils mcapi_utils.cpp
)
add_library
(
mcapi_utils mcapi_utils.cpp
)
# add_executable(mcapi_povcdl_estimation mcapi_povcdl_estimation.cpp)
# target_link_libraries(mcapi_povcdl_estimation
# add_executable(mcapi_povcdl_estimation mcapi_povcdl_estimation.cpp)
# mcapi_utils
# target_link_libraries(mcapi_povcdl_estimation
# ${wolfcore_LIBRARIES}
# mcapi_utils
# ${wolfimu_LIBRARIES}
# ${wolfcore_LIBRARIES}
# ${PLUGIN_NAME}
# ${wolfimu_LIBRARIES}
# ${multicontact-api_LIBRARIES}
# ${PLUGIN_NAME}
# ${pinocchio_LIBRARIES}
# ${multicontact-api_LIBRARIES}
# )
# ${pinocchio_LIBRARIES}
# target_compile_definitions(mcapi_povcdl_estimation PRIVATE ${PINOCCHIO_CFLAGS_OTHER})
# )
# target_compile_definitions(mcapi_povcdl_estimation PRIVATE ${PINOCCHIO_CFLAGS_OTHER})
# add_executable(mcapi_pov_estimation mcapi_pov_estimation.cpp)
# target_link_libraries(mcapi_pov_estimation
# add_executable(mcapi_pov_estimation mcapi_pov_estimation.cpp)
# mcapi_utils
# target_link_libraries(mcapi_pov_estimation
# ${wolfcore_LIBRARIES}
# mcapi_utils
# ${wolfimu_LIBRARIES}
# ${wolfcore_LIBRARIES}
# ${PLUGIN_NAME}
# ${wolfimu_LIBRARIES}
# ${multicontact-api_LIBRARIES}
# ${PLUGIN_NAME}
# ${pinocchio_LIBRARIES}
# ${multicontact-api_LIBRARIES}
# )
# ${pinocchio_LIBRARIES}
# target_compile_definitions(mcapi_pov_estimation PRIVATE ${PINOCCHIO_CFLAGS_OTHER})
# )
# target_compile_definitions(mcapi_pov_estimation PRIVATE ${PINOCCHIO_CFLAGS_OTHER})
add_executable
(
solo_real_povcdl_estimation solo_real_povcdl_estimation.cpp
)
target_link_libraries
(
solo_real_povcdl_estimation
add_executable
(
solo_real_povcdl_estimation solo_real_povcdl_estimation.cpp
)
mcapi_utils
target_link_libraries
(
solo_real_povcdl_estimation
${
wolfcore_LIBRARIES
}
mcapi_utils
${
wolfimu_LIBRARIES
}
${
wolfcore_LIBRARIES
}
${
PLUGIN_NAME
}
${
wolfimu_LIBRARIES
}
${
pinocchio_LIBRARIES
}
${
PLUGIN_NAME
}
/usr/local/lib/libcnpy.so
${
pinocchio_LIBRARIES
}
z
/usr/local/lib/libcnpy.so
)
z
)
add_executable
(
solo_real_pov_estimation solo_real_pov_estimation.cpp
)
target_link_libraries
(
solo_real_pov_estimation
add_executable
(
solo_real_pov_estimation solo_real_pov_estimation.cpp
)
mcapi_utils
target_link_libraries
(
solo_real_pov_estimation
${
wolfcore_LIBRARIES
}
mcapi_utils
${
wolfimu_LIBRARIES
}
${
wolfcore_LIBRARIES
}
${
PLUGIN_NAME
}
${
wolfimu_LIBRARIES
}
${
pinocchio_LIBRARIES
}
${
PLUGIN_NAME
}
/usr/local/lib/libcnpy.so
${
pinocchio_LIBRARIES
}
z
/usr/local/lib/libcnpy.so
)
z
)
add_executable
(
solo_mocap_imu solo_mocap_imu.cpp
)
target_link_libraries
(
solo_mocap_imu
add_executable
(
solo_mocap_imu solo_mocap_imu.cpp
)
${
wolfcore_LIBRARIES
}
target_link_libraries
(
solo_mocap_imu
${
wolfimu_LIBRARIES
}
${
wolfcore_LIBRARIES
}
${
PLUGIN_NAME
}
${
wolfimu_LIBRARIES
}
${
pinocchio_LIBRARIES
}
${
PLUGIN_NAME
}
/usr/local/lib/libcnpy.so
${
pinocchio_LIBRARIES
}
z
/usr/local/lib/libcnpy.so
)
z
)
endif
()
# add_executable(test_cnpy test_cnpy.cpp)
# add_executable(test_cnpy test_cnpy.cpp)
# target_link_libraries(test_cnpy
# target_link_libraries(test_cnpy
Loading