Object-centric Vision-Language-Action pipeline for real robot manipulation.
This repository contains a modular pipeline for long-horizon manipulation tasks on real robots, integrating:
PANDA/
├── externals/
│ ├── FoundationPose/ # 6D pose estimation
│ ├── Any6D/ # 6D pose utilities
│ └── yoloe/ # Open-vocabulary segmentation
└── pipeline/ # Main execution pipeline
├── core/ # Core modules (pose, motion, success checking)
├── utils/ # Utilities
└── config/ # Task and robot configurations
See individual component READMEs for setup instructions.
15 commits
Python
100.0%
Object-centric Vision-Language-Action pipeline for real robot manipulation.
This repository contains a modular pipeline for long-horizon manipulation tasks on real robots, integrating:
PANDA/
├── externals/
│ ├── FoundationPose/ # 6D pose estimation
│ ├── Any6D/ # 6D pose utilities
│ └── yoloe/ # Open-vocabulary segmentation
└── pipeline/ # Main execution pipeline
├── core/ # Core modules (pose, motion, success checking)
├── utils/ # Utilities
└── config/ # Task and robot configurations
See individual component READMEs for setup instructions.
15 commits
Python
100.0%