From ed5a91cd1b095af43f4978bd3af34198cbdd9962 Mon Sep 17 00:00:00 2001
From: hello-binit <64861565+hello-binit@users.noreply.github.com>
Date: Sat, 31 Jul 2021 02:30:28 -0400
Subject: [PATCH] Add flag to visualize lidar in Gazebo
---
stretch_gazebo/launch/gazebo.launch | 3 ++-
stretch_gazebo/urdf/stretch_gazebo.urdf.xacro | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/stretch_gazebo/launch/gazebo.launch b/stretch_gazebo/launch/gazebo.launch
index c2dc117..6b75bcd 100644
--- a/stretch_gazebo/launch/gazebo.launch
+++ b/stretch_gazebo/launch/gazebo.launch
@@ -8,6 +8,7 @@
+
@@ -20,7 +21,7 @@
-
+
+
@@ -245,7 +246,7 @@
Gazebo/Black
0 0 0 0 0 0
- true
+ $(arg visualize_lidar)
5.5
@@ -281,7 +282,7 @@
Gazebo/Black
0 0 0 0 0 0
- true
+ $(arg visualize_lidar)
5.5