astuff / astuff_sensor_msgs

A set of messages specific to each sensor supported by AutonomouStuff.
MIT License
48 stars 41 forks source link

Consider deprecating the astuff_sensor_msgs meta package #58

Closed icolwell-as closed 3 years ago

icolwell-as commented 4 years ago

It's not currently clear what benefit the astuff_sensor_msgs meta package serves. Any messages in this repo will be auto-installed by the drivers since they are listed as dependencies anyway.

JWhitleyWork commented 3 years ago

I would tend to agree with this decision. Additionally, meta-packages aren't a thing in ROS2. You can create a package which exec-depends on a bunch of other packages but there are no special tags or uses for them like there are in ROS1.