Skip to content

Commit

Permalink
add image_transport_plugins and laser_Assembler to indigo
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed May 11, 2014
1 parent aa9ea9e commit e8cf54c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions indigo/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,26 @@ repositories:
url: https://github.com/ros-perception/image_pipeline.git
version: indigo
status: maintained
image_transport_plugins:
doc:
type: git
url: https://github.com/ros-perception/image_transport_plugins.git
version: hydro-devel
release:
packages:
- compressed_depth_image_transport
- compressed_image_transport
- image_transport_plugins
- theora_image_transport
tags:
release: release/indigo/{package}/{version}
url: https://github.com/ros-gbp/image_transport_plugins-release.git
version: 1.8.21-0
source:
type: git
url: https://github.com/ros-perception/image_transport_plugins.git
version: hydro-devel
status: maintained
imu_pipeline:
doc:
type: git
Expand Down Expand Up @@ -937,6 +957,21 @@ repositories:
url: https://github.com/jsk-ros-pkg/jsk_roseus.git
version: master
status: maintained
laser_assembler:
doc:
type: git
url: https://github.com/ros-perception/laser_assembler.git
version: hydro-devel
release:
tags:
release: release/indigo/{package}/{version}
url: https://github.com/ros-gbp/laser_assembler-release.git
version: 1.7.2-0
source:
type: git
url: https://github.com/ros-perception/laser_assembler.git
version: hydro-devel
status: maintained
laser_filters:
doc:
type: git
Expand Down

2 comments on commit e8cf54c

@dirk-thomas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not build on Indigo. Please consider fixing it since it blocks the desktop metapackage.

@mikeferguson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it is the __connection_header removal striking again. @vrabaud this is one example of how this was fixed with actionlib: ros/actionlib#20

Please sign in to comment.