Skip to content

Commit

Permalink
rosdep update
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmassy committed Jan 15, 2024
1 parent d588f5f commit d770289
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions debian/create_debians.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-a


apt update
apt install -y --no-install-recommends python3-pip dpkg-dev debhelper dh-python libopus-dev ffmpeg libavcodec-dev libavformat-dev libavfilter-dev
apt install -y --no-install-recommends python3-pip python3-bloom python3-catkin-pkg dpkg-dev debhelper dh-python libopus-dev ffmpeg libavcodec-dev libavformat-dev libavfilter-dev
ln -snf /usr/lib/x86_64-linux-gnu/libopus.a /usr/local/lib
pip3 install rosdep bloom
pip3 install rosdep
rosdep init
mv psdk_ros2/debian/50-my-packages.list /etc/ros/rosdep/sources.list.d
mv psdk_ros2/debian/rosdep.yaml /
Expand Down Expand Up @@ -46,7 +46,6 @@ for PACKAGE in ${PACKAGE_LIST[@]}; do
# We have to go to the ROS package parent directory
cd $PACKAGE;
bloom-generate rosdebian --ros-distro humble
ls debian
debian/rules "binary --parallel --dpkg-shlibdeps-params=--ignore-missing-info"

cd ..
Expand Down

0 comments on commit d770289

Please sign in to comment.