Skip to content

Commit e62ea2b

Browse files
committed
only linux
1 parent b30b254 commit e62ea2b

File tree

8 files changed

+20
-1167
lines changed

8 files changed

+20
-1167
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
1919
- name: Install vinca
2020
run: |
21-
pip install git+https://github.com/RoboStack/vinca.git
21+
pip install git+https://github.com/RoboStack/vinca.git@rattler-build
2222
2323
- name: Generate recipes for linux-64
2424
run: |

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# RoboStack (for ROS humble)
1+
# RoboStack (for ROS jazzy)
22

3-
[![Conda](https://img.shields.io/conda/dn/robostack-humble/ros-humble-desktop?style=flat-square)](https://anaconda.org/robostack/)
3+
[![Conda](https://img.shields.io/conda/dn/robostack-jazzy/ros-jazzy-desktop?style=flat-square)](https://anaconda.org/robostack/)
44
[![Gitter](https://img.shields.io/gitter/room/RoboStack/Lobby?style=flat-square)](https://gitter.im/RoboStack/Lobby)
5-
[![GitHub Repo stars](https://img.shields.io/github/stars/robostack/ros-humble?style=flat-square)](https://github.com/RoboStack/ros-humble/)
5+
[![GitHub Repo stars](https://img.shields.io/github/stars/robostack/ros-jazzy?style=flat-square)](https://github.com/RoboStack/ros-jazzy/)
66
[![QUT Centre for Robotics](https://img.shields.io/badge/collection-QUT%20Robotics-%23043d71?style=flat-square)](https://qcr.github.io/)
77

8-
[![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20win%20%7C%20macos%20%7C%20macos_arm64%20%7C%20linux_aarch64-green.svg?style=flat-square)](https://github.com/RoboStack/ros-humble)
9-
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-humble/linux.yml?branch=buildbranch_linux&label=build%20linux&style=flat-square)](https://github.com/RoboStack/ros-humble/actions/workflows/linux.yml)
10-
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-humble/win.yml?branch=buildbranch_win&label=build%20win&style=flat-square)](https://github.com/RoboStack/ros-humble/actions/workflows/win.yml)
11-
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-humble/osx.yml?branch=buildbranch_osx&label=build%20osx&style=flat-square)](https://github.com/RoboStack/ros-humble/actions/workflows/osx.yml)
12-
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-humble/osx_arm64.yml?branch=buildbranch_osx_arm64&label=build%20osx-arm64&style=flat-square)](https://github.com/RoboStack/ros-humble/actions/workflows/osx_arm64.yml)
13-
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-humble/build_linux_aarch64.yml?branch=buildbranch_linux_aarch64&label=build%20aarch64&style=flat-square)](https://github.com/RoboStack/ros-humble/actions/workflows/build_linux_aarch64.yml)
8+
[![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20win%20%7C%20macos%20%7C%20macos_arm64%20%7C%20linux_aarch64-green.svg?style=flat-square)](https://github.com/RoboStack/ros-jazzy)
9+
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-jazzy/linux.yml?branch=buildbranch_linux&label=build%20linux&style=flat-square)](https://github.com/RoboStack/ros-jazzy/actions/workflows/linux.yml)
10+
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-jazzy/win.yml?branch=buildbranch_win&label=build%20win&style=flat-square)](https://github.com/RoboStack/ros-jazzy/actions/workflows/win.yml)
11+
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-jazzy/osx.yml?branch=buildbranch_osx&label=build%20osx&style=flat-square)](https://github.com/RoboStack/ros-jazzy/actions/workflows/osx.yml)
12+
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-jazzy/osx_arm64.yml?branch=buildbranch_osx_arm64&label=build%20osx-arm64&style=flat-square)](https://github.com/RoboStack/ros-jazzy/actions/workflows/osx_arm64.yml)
13+
[![Azure DevOps builds (branch)](https://img.shields.io/github/actions/workflow/status/robostack/ros-jazzy/build_linux_aarch64.yml?branch=buildbranch_linux_aarch64&label=build%20aarch64&style=flat-square)](https://github.com/RoboStack/ros-jazzy/actions/workflows/build_linux_aarch64.yml)
1414

15-
[![GitHub issues](https://img.shields.io/github/issues-raw/robostack/ros-humble?style=flat-square)](https://github.com/RoboStack/ros-humble/issues)
16-
[![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/robostack/ros-humble?style=flat-square)](https://github.com/RoboStack/ros-humble/issues?q=is%3Aissue+is%3Aclosed)
17-
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/robostack/ros-humble?style=flat-square)](https://github.com/RoboStack/ros-humble/pulls)
18-
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/robostack/ros-humble?style=flat-square)](https://github.com/RoboStack/ros-humble/pulls?q=is%3Apr+is%3Aclosed)
15+
[![GitHub issues](https://img.shields.io/github/issues-raw/robostack/ros-jazzy?style=flat-square)](https://github.com/RoboStack/ros-jazzy/issues)
16+
[![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/robostack/ros-jazzy?style=flat-square)](https://github.com/RoboStack/ros-jazzy/issues?q=is%3Aissue+is%3Aclosed)
17+
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/robostack/ros-jazzy?style=flat-square)](https://github.com/RoboStack/ros-jazzy/pulls)
18+
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/robostack/ros-jazzy?style=flat-square)](https://github.com/RoboStack/ros-jazzy/pulls?q=is%3Apr+is%3Aclosed)
1919

20-
[__Table with all available packages & architectures__](https://robostack.github.io/humble.html)
20+
[__Table with all available packages & architectures__](https://robostack.github.io/jazzy.html)
2121

2222
## Why ROS and Conda?
23-
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 humble without any issues. As no system libraries are used, you can also easily install ROS humble 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.
23+
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 jazzy without any issues. As no system libraries are used, you can also easily install ROS jazzy 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.
2424

2525
## Attribution
2626
If you use RoboStack in your academic work, please refer to the following paper:

env/robostackenv.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.11
7-
- conda-build
87
- anaconda-client
9-
- mamba
10-
- conda
118
- catkin_pkg
129
- ruamel.yaml
1310
- rosdistro
1411
- empy
1512
- networkx
1613
- requests
17-
- boa
14+
- rattler-build
1815
- pip
1916
- pip:
20-
- git+https://github.com/RoboStack/vinca.git@master
17+
- git+https://github.com/RoboStack/vinca.git@rattler-build

0 commit comments

Comments
 (0)