:Description: - Added pointcloud-ops skill in .skills/pointcloud-ops/SKILL.md for pointcloud reprojection operations. :Testing: - Verified skill detection in promptfoo eval.
589 B
589 B
name, description
| name | description |
|---|---|
| pointcloud-ops | PointCloud processing operations, builder architecture, and test verification guide. |
PointCloud Operations Skill
Overview
This skill provides guidance for developing and testing PointCloud operations in CloudPointRPC.
Key Guidelines
- Source Code:
src/cloud_point/point_cloud_builder.cppandinclude/cloud_point/point_cloud_builder.hpp. - Reprojection: Stereo images are converted into 3D points via
cv::reprojectImageTo3D. - Verification: Run unit tests using
build/tests/unit_tests --gtest_filter=*PointCloud*.