RealTimeBiomechanics / rtosim

The real-time OpenSim extension (RTOSIM) is a set of libraries in C++ that wrap OpenSim APIs to enable the real-time computation of inverse kinematics and inverse dynamics.
Apache License 2.0
33 stars 14 forks source link

VICON STREAM SDK #27

Open Giopestri01 opened 8 months ago

Giopestri01 commented 8 months ago

Screenshot (954) When I try to compile rtosim, I get this error: CMake Error at examples/exampleViconNexus/CMakeLists.txt:18 (target_link_libraries): Target "exampleViconNexus" links to:

rtb::rtosim

but the target was not found. Possible reasons include:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.

If I don't add vicon, no problem in the generation. Any help? Thanks