From 5f5234c7caf5ff884f10f927e60b996c6c3705e9 Mon Sep 17 00:00:00 2001 From: Aditya Shah <167069380+Aditya-Innovacious@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:59:11 +0530 Subject: [PATCH] Fix for error handling --- example1-sim3D/Perception/PoseMaskRCNNModel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example1-sim3D/Perception/PoseMaskRCNNModel.m b/example1-sim3D/Perception/PoseMaskRCNNModel.m index af5b2b0..f442546 100644 --- a/example1-sim3D/Perception/PoseMaskRCNNModel.m +++ b/example1-sim3D/Perception/PoseMaskRCNNModel.m @@ -88,7 +88,7 @@ function setupImpl(obj) try obj.Net = posemaskrcnn(obj.NetName); - catch + catch ME blockPath = 'IntelligentBinPicking/Object Detector/PoseMaskRCNNModel'; if contains(ME.message, 'Graphics driver is out of date')