genmos_object_search icon indicating copy to clipboard operation
genmos_object_search copied to clipboard

GenMOS - A System for Generalized (off-the-shelf) 3D Multi-Object Search | ICRA 2023

Results 3 genmos_object_search issues
Sort by recently updated
recently updated
newest added

![6b24f75f-ffdf-449e-9915-9a8a303cbb6b](https://github.com/zkytony/genmos_object_search/assets/54173405/2f07a067-b1ca-462f-9980-05978c8a0323)

Right now, local cloud publisher uses the same dimensions as the search region to filter down merged points. https://github.com/zkytony/genmos_object_search/blob/a51547995cf1fb136471f18c072a04b1e87a5440/ros/launch/spot/experiments/genmos_spot_search.launch#L81 Add separate parameters to configure this, so that we could have...

Right now, FOV observation debugging flag can only be toggled programmatically. See below: https://github.com/zkytony/genmos_object_search/blob/a51547995cf1fb136471f18c072a04b1e87a5440/ros/src/genmos_ros/genmos_ros.py#L493 Add a debug flag in configuration parameters, similar to other debug flags such as topo graph...