Skip to content

Commit

Permalink
fix(rosdep): framos-librealsense2 install libCameraSuite also
Browse files Browse the repository at this point in the history
  • Loading branch information
reinzor committed Dec 23, 2024
1 parent f01e18c commit 1af616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosdep/rdmanifest/framos-librealsense2.rdmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ uri: https://www.framos.com/framos3d/D400e/Software/Latest/FRAMOS_D400e_Software

install-script: |
#!/bin/bash
sudo dpkg -i FRAMOS_D400e_Software_Package/FRAMOS-librealsense2-2.50.13-Linux64_x64.deb
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes ./FRAMOS_D400e_Software_Package/FRAMOS*.deb

check-presence-script: |
#!/bin/bash
Expand Down

0 comments on commit 1af616f

Please sign in to comment.