Skip to content

Commit

Permalink
pr2eus_tutorials/package.xml: skip jsk_pr2_startup and jsk_maps when …
Browse files Browse the repository at this point in the history
…ROS_DISTRO==debian, as they are circular dependency
  • Loading branch information
k-okada committed Jan 8, 2025
1 parent 16fb52e commit d9581b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pr2eus_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
<exec_depend>jsk_interactive_marker</exec_depend>
<exec_depend>jsk_recognition_msgs</exec_depend>
<exec_depend>jsk_rviz_plugins</exec_depend>
<exec_depend>jsk_pr2_startup</exec_depend>
<exec_depend>jsk_maps</exec_depend>
<!-- jsk_pr2_startup is provided from jsk_robot, this is circular dependency -->
<exec_depend condition="$ROS_DISTRO != debian">jsk_pr2_startup</exec_depend>
<!-- jsk_maps is provided from jsk_demos, this is circular dependency -->
<exec_depend condition="$ROS_DISTRO != debian">jsk_maps</exec_depend>
<exec_depend>jsk_pcl_ros</exec_depend>

<!-- Dependencies needed only for running tests. -->
Expand Down

0 comments on commit d9581b1

Please sign in to comment.