Simple tool to visualize a grasp pose within a pointcloud
Requires PCL >=1.7 from here
To Build:
git clone https://github.com/JosephBowkett/grasp_visualizer.git
cd grasp_visualizer
mkdir build && cd build
cmake ..
makeecho "export PATH=\$PATH:$PWD" >> ~/.bashrcTo display just a pose in the pointcloud:
grasp_visualizer pcloud.pcd pose.txtTo display a gripper in the pointcloud:
grasp_visualizer pcloud.pcd pose.txt -g gripper.plyTo additionally display a box shaped region of interest:
grasp_visualizer pcloud.pcd pose.txt -r roi.txtWhere pose.txt has the format:
x y z qw qx qy qzWhere roi.txt has the format:
x y z qw qx qy qz xdim ydim zdim