pc_scene_completion_ws icon indicating copy to clipboard operation
pc_scene_completion_ws copied to clipboard

ROS scene completion workspace and external dependencies.

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

I am getting this error: ``` "/home/pc_scene_completion_ws/src/pc_object_completion_cnn/scripts/shape_completion_server/mesh_completion_server.py", line 21, in import curvox.pc_vox_utils ImportError: No module named pc_vox_utils [pc_cnn_mesh-4] process has died [pid 11645, exit code 1, cmd /home/pc_scene_completion_ws/src/pc_object_completion_cnn/scripts/shape_completion_server/mesh_completion_server.py __name:=pc_cnn_mesh __log:=/root/.ros/log/f8409d08-efb4-11e9-9a8c-d89ef348a920/pc_cnn_mesh-4.log]....

Typing: ``` $ git clone https://github.com/CRLab/pc_scene_completion_ws.git --recursive ``` give the error ``` Cloning into 'pc_scene_completion_ws'... remote: Enumerating objects: 1636, done. remote: Total 1636 (delta 0), reused 0 (delta 0), pack-reused...

I am trying to use the pc_scene_completion framework to complete shapes of a static (for now) point cloud. The point cloud is generated from a single RGB-D image saved as...