From c336d4f7eadd7738fd8c401c69d82b632425664b Mon Sep 17 00:00:00 2001 From: hello-binit <64861565+hello-binit@users.noreply.github.com> Date: Sat, 31 Jul 2021 00:59:09 -0400 Subject: [PATCH] Support non-GPU lidar and swappable worlds in Stretch Gazebo --- stretch_gazebo/launch/gazebo.launch | 5 +- stretch_gazebo/urdf/stretch_gazebo.urdf.xacro | 106 ++++++++++++------ 2 files changed, 77 insertions(+), 34 deletions(-) diff --git a/stretch_gazebo/launch/gazebo.launch b/stretch_gazebo/launch/gazebo.launch index ddf6a02..2239c08 100644 --- a/stretch_gazebo/launch/gazebo.launch +++ b/stretch_gazebo/launch/gazebo.launch @@ -7,8 +7,11 @@ + + + @@ -17,7 +20,7 @@ - + + + @@ -237,39 +239,77 @@ Gazebo/Green - - - Gazebo/Black - - 0 0 0 0 0 0 - false - 5.5 - - - - 2000 - 1 - ${-M_PI} - ${M_PI} - - - - 0.08 - 12.0 - 0.01 - - - gaussian - 0.0 - 0.001 - - - - scan - laser - - - + + + + Gazebo/Black + + 0 0 0 0 0 0 + true + 5.5 + + + + 2000 + 1 + ${-M_PI} + ${M_PI} + + + + 0.08 + 12.0 + 0.01 + + + gaussian + 0.0 + 0.001 + + + + scan + laser + + + + + + + + + Gazebo/Black + + 0 0 0 0 0 0 + true + 5.5 + + + + 2000 + 1 + ${-M_PI} + ${M_PI} + + + + 0.08 + 12.0 + 0.01 + + + gaussian + 0.0 + 0.001 + + + + scan + laser + + + +