Skip to content

Commit

Permalink
update readme with links to docs, badge (ros-perception#931)
Browse files Browse the repository at this point in the history
image_proc, image_pipeline, and depth_image_proc are now live on
docs.ros.org, so we should point at that
  • Loading branch information
mikeferguson authored and Krzysztof Wojciechowski committed May 27, 2024
1 parent 1c38cc2 commit 5114c08
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
image_pipeline
==============

[![](https://github.com/ros-perception/image_pipeline/workflows/Basic%20Build%20Workflow/badge.svg?branch=ros2)](https://github.com/ros-perception/image_pipeline/actions)
[![Build Status](https://build.ros2.org/buildStatus/icon?job=Rdev__image_pipeline__ubuntu_jammy_amd64)](https://build.ros2.org/job/Rdev__image_pipeline__ubuntu_jammy_amd64/)

This package fills the gap between getting raw images from a camera driver and higher-level vision processing.

For more information on this metapackage and underlying packages, please see [the ROS wiki entry](http://wiki.ros.org/image_pipeline).
Documentation is hosted in the ROS 2 API docs.
The [image_pipeline](http://docs.ros.org/en/rolling/p/image_pipeline/)
documentation includes an overview,
[details on camera_info](http://docs.ros.org/en/rolling/p/image_pipeline/camera_info.html),
and links to the documentation for each individual package.

For examples, see the [image_pipeline tutorials entry](http://wiki.ros.org/image_pipeline/Tutorials) on the ROS Wiki.
Not every aspect has been ported to the new ROS 2 API documentation yet, so
there is still additional (partially outdated) information
in [the ROS wiki entry](http://wiki.ros.org/image_pipeline).

0 comments on commit 5114c08

Please sign in to comment.