Skip to content

Commit 5881268

Browse files
jcarpentwxmerkt
andauthored
ros: handle ROS1 and ROS2 context switch for urdfdom
Co-authored-by: Wolfgang Merkt <[email protected]>
1 parent 8563f9e commit 5881268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
2222
<depend>python3</depend>
2323
<depend>python3-numpy</depend>
24-
<depend>urdfdom</depend>
24+
<depend condition="$ROS_VERSION == 2">urdfdom</depend>
25+
<depend condition="$ROS_VERSION == 1">liburdfdom-dev</depend>
2526
<depend>eigen</depend>
2627
<depend>boost</depend>
2728
<depend>eigenpy</depend>

0 commit comments

Comments
 (0)