swri-robotics / marti_common

Common utility functions for MARTI
BSD 3-Clause "New" or "Revised" License
54 stars 63 forks source link

Remove transforms3d #746

Closed danthony06 closed 1 month ago

danthony06 commented 1 month ago

Using transforms3d as a pure pip package causes problems because the ROS buildfarm cannot package pure pip dependencies, even if they are only test dependencies. This reimplements the math we need from transforms3d inside the test code.