boxanm

Results 11 comments of boxanm

@aguenette The `c0d13ea` commit with bindings to Python3.8 built yesterday gave me consistent results on the example dataset. @siddas27 The default.yaml configuration uses a Random sampling filter, isn't your issue...

Hey @YoshuaNava ! It's been a while since you opened this issue, but I couldn't find any related PR. We're preparing a major release with new features and plenty of...

Looks like our build server complains about compilation on Ubuntu Jammy: ```   #32 114.7 /opt/percep3d_libraries/libpointmatcher/utest/ui/../../contrib/gtest/gtest.h: In instantiation of ‘void testing::internal::DefaultPrintTo(testing::internal::IsContainer, testing::internal::false_type, const C&, std::ostream*) [with C = Eigen::Matrix; testing::internal::IsContainer =...

Looking at the test times, we should always be running them in `Release` build. For example, from the linked log: > 22284.6 [ OK ] DataFilterTest.SpectralDecompositionDataPointsFilter (12328508 ms) that is...

> PS The reference `from the linked log: #16 22284.6 [ OK ]` point to issue #16 from 2013, I guess that you wanted to refer something else? Thanks, weird...

Nice catch! Fails also on MacOS Sonoma.

Hey @drhalftone, As you said, we don't support Windows at the moment. However, in case you figure out how to fix the missing symbols errors, don't hesitate to submit a...

Fixed in https://github.com/norlab-ulaval/libpointmatcher/pull/568

So the problem was related to the eProsima Fast-DDS version. After rolling back to v2.6.2, mentioned in the Roscon presentation, I got the expected behavior. Can one of the admins...