ros-perception / laser_filters

Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type.
BSD 3-Clause "New" or "Revised" License
166 stars 204 forks source link

laser_filters sources not in distribution.yaml for jade #26

Closed tkruse closed 9 years ago

tkruse commented 9 years ago

To reproduce:

$ rosinstall_generator desktop_full --rosdistro jade --deps --wet-only  --upstream-development
The following repositories with an unknown upstream will be ignored: driver_common, laser_filters, metapackages, rosbag_migration_rule, stage

Also see https://github.com/ros/filters/issues/11

jonbinney commented 9 years ago

Ah - looks like I missed something in the release. WIll fix this.

jonbinney commented 9 years ago

Re-released with source and doc info: https://github.com/ros/rosdistro/pull/9077

Will close this issue after that is merged and the fix is confirmed.

jonbinney commented 9 years ago

PR was merged; laser_filters now has source repo info in the distribution.yaml. @tkruse I re-ran the command you gave and it now finds laser_filters now. Should be all good.