[skills] Add pointcloud-ops skill definition
:Description: - Added pointcloud-ops skill in .skills/pointcloud-ops/SKILL.md for pointcloud reprojection operations. :Testing: - Verified skill detection in promptfoo eval.
This commit is contained in:
parent
98b64020e4
commit
7c9df13628
14
.skills/pointcloud-ops/SKILL.md
Normal file
14
.skills/pointcloud-ops/SKILL.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
name: pointcloud-ops
|
||||
description: 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
|
||||
1. **Source Code**: `src/cloud_point/point_cloud_builder.cpp` and `include/cloud_point/point_cloud_builder.hpp`.
|
||||
2. **Reprojection**: Stereo images are converted into 3D points via `cv::reprojectImageTo3D`.
|
||||
3. **Verification**: Run unit tests using `build/tests/unit_tests --gtest_filter=*PointCloud*`.
|
||||
Loading…
x
Reference in New Issue
Block a user