Skip to content

Commit

Permalink
Fix missing package in ROS noetic (u20.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 15, 2023
1 parent 0165ac5 commit 91f841e
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 @@ -41,7 +41,7 @@
<build_depend>assimp-dev</build_depend>
<build_depend>ffmpeg</build_depend>
<build_depend>libfreenect-dev</build_depend>
<build_depend>libfyaml-dev</build_depend>
<build_depend condition="$ROS_VERSION == 2">libfyaml-dev</build_depend>
<build_depend>libjpeg</build_depend>
<build_depend>libjsoncpp-dev</build_depend>
<build_depend>libopenni2-dev</build_depend>
Expand Down

0 comments on commit 91f841e

Please sign in to comment.