Skip to content

run_dev.sh: Enable tests to fail gracefully#159

Open
bsb808 wants to merge 1 commit intoNVIDIA-ISAAC-ROS:release-3.1from
bsb808:release-3.1
Open

run_dev.sh: Enable tests to fail gracefully#159
bsb808 wants to merge 1 commit intoNVIDIA-ISAAC-ROS:release-3.1from
bsb808:release-3.1

Conversation

@bsb808
Copy link

@bsb808 bsb808 commented Nov 22, 2024

Issue

When following the issac_ros_nvblox quickstart tutorial the verification of host setup (e.g., checking to see if git-lfs is installed) fail silently. This is because of the set -e fail fast option which exits before the output to stdout.

Fix

I added edits to two of the obvious checks that will fail silently enabling them to provide the desired reporting to stdout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant