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.
172 stars 274 forks source link

Numpy is used but it is not declared as a dependency #230

Open InigoMoreno opened 2 years ago

InigoMoreno commented 2 years ago

Numpy is used by tf.listener, but it is not declared as a dependency in tf/package.xml.

https://github.com/ros/geometry/blob/8be1f625144eba8a46b83eb7fdc24aaabf11e565/tf/src/tf/listener.py#L29