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
I have tried to run your minimal example as shown here with version 0.24.1.
Unfortunately, executing the code results in the following exception:
/xxx/.ihmc/lib/us/ihmc/rtps/impl/fastRTPS/Darwin/arm64/1CB211B43043253419218432CBDD41675C3FD812/libfastrtps.2.6.dylib: dlopen(/xxx/.ihmc/lib/us/ihmc/rtps/impl/fastRTPS/Darwin/arm64/1CB211B43043253419218432CBDD41675C3FD812/libfastrtps.2.6.dylib, 0x0001): Library not loaded: @rpath/libfastcdr.1.dylib
Referenced from: <C6F987CE-6462-3D02-819F-702521E1576F> /xxx/.ihmc/lib/us/ihmc/rtps/impl/fastRTPS/Darwin/arm64/1CB211B43043253419218432CBDD41675C3FD812/libfastrtps.2.6.dylib
Reason: tried: '/Users/dextonanderson/projects/ihmc-pub-sub-group/ihmc-pub-sub/buildc/thirdparty/Fast-RTPS-install/lib/libfastcdr.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/dextonanderson/projects/ihmc-pub-sub-group/ihmc-pub-sub/buildc/thirdparty/Fast-RTPS-install/lib/libfastcdr.1.dylib' (no such file), '/Users/dextonanderson/projects/ihmc-pub-sub-group/ihmc-pub-sub/buildc/thirdparty/Fast-RTPS-install/lib/libfastcdr.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/dextonanders
Exception in thread "main" java.lang.UnsatisfiedLinkError: 'void us.ihmc.rtps.impl.fastRTPS.FastRTPSJNI.swig_module_init()'
at us.ihmc.rtps.impl.fastRTPS.FastRTPSJNI.swig_module_init(Native Method)
at us.ihmc.rtps.impl.fastRTPS.FastRTPSJNI.<clinit>(FastRTPSJNI.java:160)
at us.ihmc.pubsub.impl.fastRTPS.FastRTPSDomain.<init>(FastRTPSDomain.java:104)
at us.ihmc.pubsub.impl.fastRTPS.FastRTPSDomain.getInstance(FastRTPSDomain.java:67)
at us.ihmc.pubsub.DomainFactory.getDomain(DomainFactory.java:38)
at Test.main(Test.java:14)
The text was updated successfully, but these errors were encountered:
bossenti
changed the title
Subscription sample does not work
Subscription example does not work
May 13, 2024
I have tried to run your minimal example as shown here with version
0.24.1
.Unfortunately, executing the code results in the following exception:
The text was updated successfully, but these errors were encountered: