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
When I compile perf_test from performance_test as following:
colcon build --cmake-args -DPERFORMANCE_TEST_FASTRTPS_ENABLED=ON, some errors occured:
/usr/bin/ld: CMakeFiles/perf_test.dir/src/communication_abstractions/communicator_factory.cpp.o: in function eprosima::fastdds::dds::LoanableSequence<performance_test::msg::FastDDSGen::Struct4k, std::integral_constant<bool, true> >::resize(int)': communicator_factory.cpp:(.text._ZN8eprosima7fastdds3dds16LoanableSequenceIN16performance_test3msg10FastDDSGen8Struct4kESt17integral_constantIbLb1EEE6resizeEi[_ZN8eprosima7fastdds3dds16LoanableSequenceIN16performance_test3msg10FastDDSGen8Struct4kESt17integral_constantIbLb1EEE6resizeEi]+0xa5): undefined reference to performance_test::msg::FastDDSGen::Struct4k::Struct4k()'
......
which library should I take care of? I add libfast_rtps_idl.so to CMakeLists.txt but not work.
The text was updated successfully, but these errors were encountered:
When I compile perf_test from performance_test as following:
colcon build --cmake-args -DPERFORMANCE_TEST_FASTRTPS_ENABLED=ON, some errors occured:
/usr/bin/ld: CMakeFiles/perf_test.dir/src/communication_abstractions/communicator_factory.cpp.o: in function
eprosima::fastdds::dds::LoanableSequence<performance_test::msg::FastDDSGen::Struct4k, std::integral_constant<bool, true> >::resize(int)': communicator_factory.cpp:(.text._ZN8eprosima7fastdds3dds16LoanableSequenceIN16performance_test3msg10FastDDSGen8Struct4kESt17integral_constantIbLb1EEE6resizeEi[_ZN8eprosima7fastdds3dds16LoanableSequenceIN16performance_test3msg10FastDDSGen8Struct4kESt17integral_constantIbLb1EEE6resizeEi]+0xa5): undefined reference to
performance_test::msg::FastDDSGen::Struct4k::Struct4k()'......
which library should I take care of? I add libfast_rtps_idl.so to CMakeLists.txt but not work.
The text was updated successfully, but these errors were encountered: