forked from ros-perception/image_pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme with links to docs, badge (ros-perception#931)
image_proc, image_pipeline, and depth_image_proc are now live on docs.ros.org, so we should point at that
- Loading branch information
1 parent
1c38cc2
commit 5114c08
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |