Skip to content

Commit

Permalink
pcl dependencies only for ROS1
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple committed Feb 11, 2022
1 parent 9cc5af0 commit abcb799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<depend>libpcap</depend>
<depend>libpcl-all-dev</depend>
<depend>pcl_conversions</depend>
<depend>pcl_ros</depend>
<depend condition="$ROS_VERSION == 1">pcl_ros</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 2">rslidar_msg</depend>
Expand Down

0 comments on commit abcb799

Please sign in to comment.