Skip to content

Solutions

Up to this point, you’ve explored individual Skills across the Telekinesis ecosystem — from Cornea (segmentation) and Retina (detection) to Vitreous (point cloud processing) and beyond. But real-world robotics systems don’t use skills in isolation. They combine them into end-to-end pipelines that solve meaningful problems.

Here, you’ll find complete, application-driven pipelines that show how different Skills work together — across packages — to solve tasks such as:

  • Performing 6D pose estimation
  • Aligning 3D scans with CAD models
  • Segmenting objects on conveyors
  • Picking items from bins
  • Depalletizing boxes
  • Navigating warehouse floors

Each example demonstrates how multiple Skills can be orchestrated into a coherent workflow — from raw sensor input to actionable outputs.

These examples are adapted from the telekinesis-examples repository. repository. Before diving in, make sure you’ve installed the telekinesis-ai skill library by following the Quickstart guide.

Available Solutions

Each use case is tailored to a specific application domain so you can see how the same underlying Skills adapt across industries.

Use caseGoalBest for
Object pose estimation from RGB imagesEstimate 2D poses (centroid, bbox) from a text prompt via Qwen + SAMGrasping, tracking, input to 3D pose estimation
Object pose estimation from RGBD using bounding boxEstimate 3D poses (centroids) from a point cloud with a 3D bbox ROI and DBSCANBin picking, multi-object 3D pose, ROI processing
Object pose estimation from RGBD using maskEstimate 3D pose (centroid) from a point cloud filtered by a 2D maskSingle-object 3D pose, RGB+depth fusion, grasping
Planar pose estimation from RGB imagesEstimate 6-DOF planar poses from one image (segment, contours, PCA, backproject)Bin picking, part validation, single-camera planar pose
Conveyor segmentation from RGB imagesSegment packages or items on a conveyor beltLogistics, sorting, quality checks
Depalletizing box segmentation from RGB imagesSegment boxes or cases on a palletRobotic depalletizing, unloading
Bin picking object segmentation from RGB imagesSegment individual objects inside a binRobotic pick-and-place, kitting
Ground region segmentation from RGB imagesSegment ground or floor for navigationMobile robots, AGVs, mapping
PCB region segmentation from RGB imagesSegment PCB or component regionsInspection, assembly, AOI
Pedestrian segmentation from RGB imagesSegment pedestrians for safety and navigationSafety zones, people counting, obstacle avoidance
Forklift segmentation from RGB imagesSegment forklifts or industrial vehiclesWarehouse safety, fleet tracking, collision avoidance