ros / geometry

Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.
173 stars 274 forks source link

Missing dependencies #191

Open miguelprada opened 5 years ago

miguelprada commented 5 years ago

I noticed some of the packages in this repo do not declare some of their direct dependencies in their manifests, e.g.:

Is this deliberate or is it just an omission? I guess it all just works because the dependencies are somehow pulled transitively, which is fine for indirect dependencies, but shouldn't this be avoided for direct ones?