This is my current tech stacks.
This repository contains a collection of DevContainer Features for robotics and computer vision development.
| Name | Description |
|---|---|
| zivid | The SDK and software for Zivid 3D color cameras. |
| realsense | Intel RealSense SDK 2.0 for depth cameras. |
| robotpkg | Robotpkg repository with robotics software packages. |
Add any of these features to your devcontainer.json:
{
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"realsense": {
"packages": "utils,dev,dbg"
}
}
}{
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"robotpkg": {
"packages": "robotpkg-pinocchio"
}
}
}src/<feature>/- Feature source code and installation scriptstest/<feature>/- Automated tests for each feature.github/workflows/- CI/CD for testing and releasing features
{ "image": "mcr.microsoft.com/devcontainers/base:noble", "features": { "zivid": { "ubuntuVersion": "24", "zividVersion": "2.17.1+7516d437-1" } } }