From 03f331f89e6286312cce1d378c43f2f09c835c63 Mon Sep 17 00:00:00 2001 From: Rohit Nandwani Date: Thu, 20 Jun 2019 11:05:12 -0400 Subject: [PATCH] removed redundant condition on the caliberate button --- client/app/components/coordinator/js/ros_scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/coordinator/js/ros_scripts.js b/client/app/components/coordinator/js/ros_scripts.js index efc4ca2..47cd2d5 100644 --- a/client/app/components/coordinator/js/ros_scripts.js +++ b/client/app/components/coordinator/js/ros_scripts.js @@ -217,7 +217,7 @@ robotiqDataTopic.subscribe(function(message) { { //consider adding warning buttons } else { - document.getElementById("calibrateButton").disabled = true; + //document.getElementById("calibrateButton").disabled = true; } });