You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,thanks for sharing this project ,it is really cool .But when I am trying to make it work it seems that there is something we need .Could you please sharing the file for us ,thanks:-) have a nice day:-)
Hi ,thanks for sharing this project ,it is really cool .But when I am trying to make it work it seems that there is something we need .Could you please sharing the file for us ,thanks:-) have a nice day:-)
include_directories(../../jointAngle/jointAngle/jointAngle)
add_executable(runtime runtime.cpp comms.cpp ../file_utils.cpp ../hand_models.cpp ../mag_models.cpp ../utils.cpp ../../jointAngle/jointAngle/jointAngle/joint_ik.cpp)
target_link_libraries(runtime ${CERES_LIBRARIES})
if(WIN32)
target_link_libraries(runtime wsock32 ws2_32)
endif()
target_link_libraries(runtime gflags)
as mentioned in the cmakelists.txt of mag-runtime could you please share the joint_ik files thanks
The text was updated successfully, but these errors were encountered: