Skip to content

Commit

Permalink
ros: handle ROS1 and ROS2 context switch for urdfdom
Browse files Browse the repository at this point in the history
Co-authored-by: Wolfgang Merkt <wxmerkt@users.noreply.github.com>
  • Loading branch information
jcarpent and wxmerkt authored Jul 24, 2024
1 parent 8563f9e commit 5881268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<depend>python3</depend>
<depend>python3-numpy</depend>
<depend>urdfdom</depend>
<depend condition="$ROS_VERSION == 2">urdfdom</depend>
<depend condition="$ROS_VERSION == 1">liburdfdom-dev</depend>
<depend>eigen</depend>
<depend>boost</depend>
<depend>eigenpy</depend>
Expand Down

0 comments on commit 5881268

Please sign in to comment.