Skip to content

Commit

Permalink
Removing input wait and setting up actions for installing SDK,
Browse files Browse the repository at this point in the history
  • Loading branch information
amotaouakkil123 committed Nov 20, 2023
1 parent 215a692 commit 3bc1773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/SETUP_SCRIPTS/buildLibrealsense.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ green=`tput setaf 2`
reset=`tput sgr0`
# e.g. echo "${red}The red tail hawk ${green}loves the green grass${reset}"


echo ""
echo "Please make sure that no RealSense cameras are currently attached"
echo ""
read -n 1 -s -r -p "Press any key to continue"
echo ""

if [ ! -d "$LIBREALSENSE_DIRECTORY" ] ; then
# clone librealsense
cd ${HOME}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Catkin Build
shell: bash
run: |
sudo apt-get install ros-noetic-ddynamic-reconfigure
cd $GITHUB_WORKSPACE/SETUP_SCRIPTS
./installLibrealsense.sh
./buildLibrealsense.sh
source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
catkin init
Expand Down

0 comments on commit 3bc1773

Please sign in to comment.