Code for ICRA24 paper "Think, Act, and Ask: Open-World Interactive Personalized Robot Navigation" Paper:https://arxiv.org/abs/2310.07968 Video:https://www.youtube.com/watch?v=rN5S8QIhhQc
I see an error:
In line 145 of orion/map/map_build/build_voxel.py, should it be count_values = self.vxlmap.count_values?
Because of the corresponding definition in VoxelMappingSparse
I see an error: In line 145 of orion/map/map_build/build_voxel.py, should it be
count_values = self.vxlmap.count_values
? Because of the corresponding definition in VoxelMappingSparse