https://github.com/robostack/vinca
vinca: a generator for conda recipes for ROS
https://github.com/robostack/vinca
Last synced: 5 months ago
JSON representation
vinca: a generator for conda recipes for ROS
- Host: GitHub
- URL: https://github.com/robostack/vinca
- Owner: RoboStack
- License: mit
- Created: 2021-04-20T16:45:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T00:57:16.000Z (7 months ago)
- Last Synced: 2025-08-08T21:57:09.350Z (6 months ago)
- Language: Python
- Size: 558 KB
- Stars: 13
- Watchers: 2
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vinca
rattler-build recipe (i.e. conda recipe v1) generator for ROS packages
**WARNING**:
This project is actively mantained and can frequently change based on the needs of the RoboStack project.
## Concept
The tool generates `conda` rattler-build recipes to capture all the selected ROS packages.
## Example
The repo contains a `vinca` tool that reads a `vinca.yaml` file that contains all its metadata.
For an up-to-date example of how to write a `vinca.yaml`, check the repos of the mantained RoboStack distros:
* https://github.com/RoboStack/ros-noetic/
* https://github.com/RoboStack/ros-humble
* https://github.com/RoboStack/ros-jazzy/