https://github.com/robostack/ros-kilted
https://github.com/robostack/ros-kilted
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robostack/ros-kilted
- Owner: RoboStack
- Created: 2025-06-10T07:34:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-11T22:35:57.000Z (8 months ago)
- Last Synced: 2025-06-11T23:19:31.276Z (8 months ago)
- Language: Shell
- Size: 722 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# RoboStack (for ROS kilted)
[](https://anaconda.org/robostack/)
[](https://gitter.im/RoboStack/Lobby)
[](https://github.com/RoboStack/ros-kilted/)
[](https://qcr.github.io/)
[](https://github.com/RoboStack/ros-kilted)
[](https://github.com/RoboStack/ros-kilted/actions/workflows/linux.yml)
[](https://github.com/RoboStack/ros-kilted/actions/workflows/win.yml)
[](https://github.com/RoboStack/ros-kilted/actions/workflows/osx.yml)
[](https://github.com/RoboStack/ros-kilted/actions/workflows/osx_arm64.yml)
[](https://github.com/RoboStack/ros-kilted/actions/workflows/build_linux_aarch64.yml)
[](https://github.com/RoboStack/ros-kilted/issues)
[](https://github.com/RoboStack/ros-kilted/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/RoboStack/ros-kilted/pulls)
[](https://github.com/RoboStack/ros-kilted/pulls?q=is%3Apr+is%3Aclosed)
[__Table with all available packages & architectures__](https://robostack.github.io/kilted.html)
## Why ROS and Conda?
Welcome to RoboStack, which tightly couples ROS with Conda, a cross-platform, language-agnostic package manager. We provide ROS binaries for Linux, macOS, Windows and ARM (Linux). Installing other recent packages via conda-forge side-by-side works easily, e.g. you can install TensorFlow/PyTorch in the same environment as ROS kilted without any issues. As no system libraries are used, you can also easily install ROS kilted on any recent Linux Distribution - including older versions of Ubuntu. As the packages are pre-built, it saves you from compiling from source, which is especially helpful on macOS and Windows. No root access is required, all packages live in your home directory. We have recently written up a [paper](https://arxiv.org/abs/2104.12910) and [blog post](https://medium.com/robostack/cross-platform-conda-packages-for-ros-fa1974fd1de3) with more information.
## Attribution
If you use RoboStack in your academic work, please refer to the following paper:
```bibtex
@article{FischerRAM2021,
title={A RoboStack Tutorial: Using the Robot Operating System Alongside the Conda and Jupyter Data Science Ecosystems},
author={Tobias Fischer and Wolf Vollprecht and Silvio Traversaro and Sean Yen and Carlos Herrero and Michael Milford},
journal={IEEE Robotics and Automation Magazine},
year={2021},
doi={10.1109/MRA.2021.3128367},
}
```
## Installation, FAQ, and Contributing Instructions
Please see our instructions [here](https://robostack.github.io/GettingStarted.html).