This demo uses a Motoman MH180 with an Intel RealSense camera to reconstruct the surface of an arbitrary part and generate motion plans for grinding the part in a raster pattern
- Follow the build setup instructions for the main repository
colcon build --cmake-args -DTESSERACT_BUILD_FCL=OFF
ros2 launch snp_blending start.launch.xml
```bash
cd <snp_workspace>
source install/setup.bash
ros2 launch snp_blending start.launch.xml sim_robot:=false sim_vision:=false
```