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

Replace kdl packages with rosdep keys #206

Closed sloretz closed 4 years ago

sloretz commented 4 years ago

I tested these packages using a system install of liborocos-kdl-dev and python3-pykdl on Debian Buster and Ubuntu Focal and the tests seem to pass. This PR replaces the orocos KDL ROS packages with to-be-added rosdep keys.

This PR would make the melodic-devel branch work for ROS Noetic only, it should probably be retargeted at a new branch noetic-devel. If multiple ROS distros on the same branch is desired, then I think the package.xml would need to be upgraded to format 3 and conditional dependencies on ROS_DISTRO would need to be used.

See also ros/rosdistro#23841

sloretz commented 4 years ago

@ros-pull-request-builder retest this please

sloretz commented 4 years ago

@tfoote Noetic PR job came back green. I think this one will be good to go once it's retargeted at a noetic-devel branch.