Skip to content

Commit fc7185f

Browse files
committed
docs: fix PyPI README image rendering
1 parent 1a663e1 commit fc7185f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# lifecore_ros2
2-
![Logo](docs/_static/Logo_main_light_HD.png#gh-light-mode-only)
3-
![Logo](docs/_static/Logo_main_dark_HD.png#gh-dark-mode-only)
2+
![lifecore_ros2 logo](https://raw.githubusercontent.com/apajon/lifecore_ros2/main/docs/_static/Logo_main_light_HD.png)
43

54
[![CI](https://github.com/apajon/lifecore_ros2/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/apajon/lifecore_ros2/actions/workflows/ci.yml) [![Docs](https://github.com/apajon/lifecore_ros2/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/apajon/lifecore_ros2/actions/workflows/docs.yml) [![Release](https://github.com/apajon/lifecore_ros2/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/apajon/lifecore_ros2/actions/workflows/release.yml)
65
[![License: Apache 2.0](https://img.shields.io/github/license/apajon/lifecore_ros2)](LICENSE) [![Latest Release](https://img.shields.io/github/v/release/apajon/lifecore_ros2)](https://github.com/apajon/lifecore_ros2/releases/latest) [![Documentation](https://img.shields.io/badge/docs-github--pages-blue)](https://apajon.github.io/lifecore_ros2/)
@@ -19,7 +18,7 @@ uv add lifecore-ros2
1918

2019
`rclpy` comes from the system ROS installation. It is intentionally not declared as a normal PyPI dependency.
2120

22-
![Composed pipeline lifecycle walk-through: configure creates topics, activate streams data, deactivate stops data flow while topics remain (deactivate ≠ cleanup), cleanup releases resources.](docs/_static/composed_pipeline_demo.gif)
21+
![Composed pipeline lifecycle walk-through: configure creates topics, activate streams data, deactivate stops data flow while topics remain (deactivate ≠ cleanup), cleanup releases resources.](https://raw.githubusercontent.com/apajon/lifecore_ros2/main/docs/_static/composed_pipeline_demo.gif)
2322

2423
*The `examples/composed_pipeline.py` walk-through highlights the key distinction the library makes explicit: **deactivate ≠ cleanup**`/pipeline/*` topics persist across deactivate and only disappear on cleanup.*
2524

0 commit comments

Comments
 (0)