Rehab-Robotics-Lab / FloAssessmentPipeline

This is the pipeline for assessing patient function based on data from the FloSystem
1 stars 0 forks source link

errors in hdf generation occur silently #80

Open mjsobrep opened 2 years ago

mjsobrep commented 2 years ago

When the ros code (which runs inside docker): https://github.com/Rehab-Robotics-Lab/FloAssessmentPipeline/blob/c48637c6537aee2202d1423457fb7ab800c7a60e/oci_utilities/convert_to_hdf5/run_manual.sh#L77 has some sort of error, that error does not make it back to the bash script that is orchestrating things https://github.com/Rehab-Robotics-Lab/FloAssessmentPipeline/blob/c48637c6537aee2202d1423457fb7ab800c7a60e/oci_utilities/convert_to_hdf5/run_manual.sh#L67 So when errors in the code occur, the next bag file is downloaded and processed, without stopping and without warning.