Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 957 Bytes

File metadata and controls

executable file
·
24 lines (16 loc) · 957 Bytes
  1. use run_docker_new.sh

Basic usage

./gpd_external_client.py --item item_cloud.pcd --env env_cloud.pcd

With visualization (if Open3D is installed)

./gpd_external_client.py --item item_cloud.pcd --env env_cloud.pcd --vis

Using the example script that matches the repo pattern

./gpd_example_match_repo.py --item item_cloud.pcd --env env_cloud.pcd --vis

Issue on installation on Ubuntu 18.04, remove -O3 compiler optimization flag in CMakeLists.txt of gpd and gpd_ros

atenpas#88 (comment)

rosrun pcl_ros pcd_to_pointcloud Scene_1.pcd 0.1

rostopic echo /cloud_pcd | rostopic pub /camera/depth/points sensor_msgs/PointCloud2

error while loading shared libraries: libpcl_features.so.1.9: cannot open shared object file: No such file or director

find library location; here its /usr/local/lib; then

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib check with: echo $LD_LIBRARY_PATH sudo ldconfig