From 874db45b8f6fd3153bfd34b69f01ba34f21049e7 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 28 Jul 2021 02:16:43 +0300 Subject: [PATCH] Suppress gazebo --version exit code It exits with 255 somehow --- scripts/install_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_software.sh b/scripts/install_software.sh index de6e4ca..1891ff8 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -173,7 +173,7 @@ python2 --version python3 --version # ipython --version ipython3 --version -gazebo --version +gazebo --version || true # FIXME: Gazebo exist with 255 on --version somehow node -v npm -v byobu --version