Skip to content

v1.1.0: df general patch

Compare
Choose a tag to compare
@9and3 9and3 released this 04 Oct 15:35
· 54 commits to main since this release

description

This release introduce a polished version with various bug fixes and new documentation and tutorials.

fixes

  • the majority of components, once dropped on the canvas for the first time, they are not raising any error without sources to the input parameters
  • we introduce a refinement in the evaluation of joints: the problem came from the fact that for joins if one was veeery far or there was a missing cloud (due to missing points in the scan) we were not able to establish this. The mechanism is quite simple, we mark the rh_cloud with a string indicating the sanity of it (0=good, 1=too_far, 2=missing_points). In this way the results are not contaminated by clouds that we consider really off. In the followin image the 0-2 joint is detected as way too far (the scan is on the bottom of the image).

  • various fixes and small bugs

new features

  • added new tutorials for joint evaluation