From 0ec697683d855a133f17227216519655b620287e Mon Sep 17 00:00:00 2001 From: Amronos <134804732+Amronos@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:36:26 +0530 Subject: [PATCH] Change world_string to model_string in gz_spawn_model files (#606) * Change world_string to model_string Also changed description from XML string to XML(SDF) string Signed-off-by: Aarav Gupta <134804732+Amronos@users.noreply.github.com> --- ros_gz_sim/launch/gz_spawn_model.launch | 4 ++-- ros_gz_sim/launch/gz_spawn_model.launch.py | 12 ++++++------ ros_gz_sim/launch/ros_gz_spawn_model.launch.py | 2 +- ros_gz_sim/ros_gz_sim/actions/gz_spawn_model.py | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ros_gz_sim/launch/gz_spawn_model.launch b/ros_gz_sim/launch/gz_spawn_model.launch index a132ae08..9285ceff 100644 --- a/ros_gz_sim/launch/gz_spawn_model.launch +++ b/ros_gz_sim/launch/gz_spawn_model.launch @@ -1,7 +1,7 @@ - + @@ -14,7 +14,7 @@