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
Hi , I am traversing a glvtree with branching factor 8 and level 16, the pointcloud is random generated, a strange node appears when traversing into level 9:
L9 ####################### Address: 0000000502200C80 I[0][ U S ] I[1][ UXP S ] I[2][ U S ] I[3][ U S ] I[4][ UXP S ] I[5][ U S ] I[6][ U S ] I[7][F X L S ]
The 7th child has 'F'(free),'X'(occupied) , 'L'(last level) status.
My problem is ,
As mentioned in Buggy assert in print() function? #52 ,the 'L' status should only be set in the level 1 ,but the current level is 9(whose children are in 8)
Why a node would be both 'occupied' and 'free' ?
The text was updated successfully, but these errors were encountered:
histfuture
changed the title
An node has both "Free" and "Occupancy" flags.
Node has both "Free" and "Occupancy" flags.
Aug 7, 2017
Hi , I am traversing a glvtree with branching factor 8 and level 16, the pointcloud is random generated, a strange node appears when traversing into level 9:
L9 ####################### Address: 0000000502200C80 I[0][ U S ] I[1][ UXP S ] I[2][ U S ] I[3][ U S ] I[4][ UXP S ] I[5][ U S ] I[6][ U S ] I[7][F X L S ]
The 7th child has 'F'(free),'X'(occupied) , 'L'(last level) status.
My problem is ,
The text was updated successfully, but these errors were encountered: