lardemua / atom

Calibration tools for multi-sensor, multi-modal robotic systems
GNU General Public License v3.0
245 stars 28 forks source link

Depth labels only save a single border point #959

Closed manuelgitgomes closed 1 month ago

manuelgitgomes commented 1 month ago

Hello @miguelriemoliveira,

Currently, the depth labeler seems to work as intended in data collection:

image

However, when the same collection is saved, most of the border points labeled seem to disappear, with the exception of one: image

This happens in all collections.

manuelgitgomes commented 1 month ago

The same problem also applies to Lidars... image

manuelgitgomes commented 1 month ago

The solution was way simpler than expected. The commit diff is self-explanatory really. You can see it in 3e06363fa4d050ea6f04b203a314a578eef07174. Basically the for loop that should append the idx_limit_point, was appending the fixed idx.

miguelriemoliveira commented 1 month ago

Great that you solved it ...