Skip to content

Commit bcfc908

Browse files
committed
badges
1 parent 25a0ed8 commit bcfc908

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Asyncio For Robotics
2+
[![python](https://https://img.shields.io/badge/Python-3.10_|_3.11_|_3.12_|_3.13_|_3.14-%20blue)](https://www.python.org/)
3+
[![mit](https://img.shields.io/badge/License-MIT-gold)](https://opensource.org/license/mit)
4+
5+
[![zenoh](https://https://img.shields.io/badge/Zenoh-%3E%3D1.0-blue)](https://github.com/ros2)
6+
[![ros](https://img.shields.io/badge/ROS_2-Humble%20%7C%20Jazzy-blue)](https://github.com/ros2)
27

3-
[![ROS 2 tests](https://github.com/2lian/asyncio-for-robotics/actions/workflows/ros-pytest.yml/badge.svg)](https://github.com/2lian/asyncio-for-robotics/actions/workflows/ros-pytest.yml)
48
[![Python tests](https://github.com/2lian/asyncio-for-robotics/actions/workflows/python-package.yml/badge.svg)](https://github.com/2lian/asyncio-for-robotics/actions/workflows/python-package.yml)
9+
[![ROS 2 tests](https://github.com/2lian/asyncio-for-robotics/actions/workflows/ros-pytest.yml/badge.svg)](https://github.com/2lian/asyncio-for-robotics/actions/workflows/ros-pytest.yml)
510

611
The Asyncio For Robotics (`afor`) library makes `asyncio` usable with ROS 2, Zenoh and more, letting you write linear, testable, and non-blocking Python code.
712

@@ -19,6 +24,12 @@ better, faster code.
1924

2025
## Install
2126

27+
### Barebone
28+
29+
```bash
30+
pip install git+https://github.com/2lian/asyncio-for-robotics.git
31+
```
32+
2233
### For ROS 2
2334

2435
Compatible with: `jazzy`,`humble` and newer. This library is pure python (>=3.10), so it installs easily.

0 commit comments

Comments
 (0)