Skip to content

Commit 9bb21a1

Browse files
committed
Update transforms3d rosdep key for 22.04/Humble
The key for the python transforms library was updated for Ubuntu 22.04 to source from the distro rather than pip.
1 parent 32924f3 commit 9bb21a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<depend>geometry_msgs</depend>
2020
<depend>nav_msgs</depend>
21-
<depend>python-transforms3d-pip</depend>
21+
<depend>python3-transforms3d</depend>
2222
<depend>python3-numpy</depend>
2323
<depend>sensor_msgs</depend>
2424
<depend>tf_transformations</depend>

0 commit comments

Comments
 (0)