Skip to content

Commit 9e41ff5

Browse files
committed
badges
1 parent 0958046 commit 9e41ff5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

cross_platform.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Cross-Platform deployment
22

3+
| Python <br>`3.10`, `3.11`, <br>`3.12`, `3.13`, <br>`3.14` | ROS 2 `humble`, <br>`jazzy`, `kilted` |
4+
|:---:|:---:|
5+
| `ubuntu`, <br>`windows`, <br>`macos` | `ubuntu`,<br>`windows` |
6+
| [![Python - crossplatform](https://github.com/2lian/asyncio-for-robotics/actions/workflows/python-pixi.yml/badge.svg)](https://github.com/2lian/asyncio-for-robotics/actions/workflows/python-pixi.yml) | [![ROS 2 - crossplatform](https://github.com/2lian/asyncio-for-robotics/actions/workflows/ros-pixi.yml/badge.svg)](https://github.com/2lian/asyncio-for-robotics/actions/workflows/ros-pixi.yml) |
7+
8+
## How?
9+
310
Asyncio is platform-agnostic, thus `asyncio_for_robotics` should be able to run on any Python... which is the case! Our cross-platform CI tests are verifying that.
411

512
Wouldn't it be great if you could just install ROS 2 in a virtual environment on any machine? Then install `asyncio_for_robotics` to be left with only a native python interface able to send messages on ROS?
@@ -23,11 +30,9 @@ Wouldn't it be great if you could just install ROS 2 in a virtual environment on
2330

2431
Do not import, depend or inherit from our `pixi.toml`. Our work is a pure Python package distributed through `PyPI`. However, please take inspiration from our `pixi.toml`, and read the Pixi + Robostack tutorials for your ROS project.
2532

26-
To add ROS 2 and `asyncio_for_robotics` to your Pixi environment, you need to add our `PyPI` dependency to a [ROS Pixi environment](https://pixi.sh/latest/tutorials/ros2/):
33+
To add ROS 2 and `asyncio_for_robotics` to your Pixi environment, simply to add our `PyPI` dependency to a [ROS Pixi environment](https://pixi.sh/latest/tutorials/ros2/):
2734

2835
```toml
29-
...
3036
[pypi-dependencies]
3137
asyncio-for-robotics = "*"
32-
...
3338
```

0 commit comments

Comments
 (0)