From f3f7e8be9e0e0114b5fc4f415b121de43fae5ad7 Mon Sep 17 00:00:00 2001 From: Kevin Allen Date: Fri, 25 May 2018 15:45:13 -0700 Subject: [PATCH] GAZEBO_MSGS: correct documentation on SetModelConfiguration.srv --- gazebo_msgs/srv/SetModelConfiguration.srv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gazebo_msgs/srv/SetModelConfiguration.srv b/gazebo_msgs/srv/SetModelConfiguration.srv index e65a9280d..7e86eced9 100644 --- a/gazebo_msgs/srv/SetModelConfiguration.srv +++ b/gazebo_msgs/srv/SetModelConfiguration.srv @@ -1,6 +1,6 @@ -# Set Gazebo Model pose and twist -string model_name # model to set state (pose and twist) -string urdf_param_name # parameter name that contains the urdf XML. +# Set joint positions for a model +string model_name # model to set state +string urdf_param_name # UNUSED string[] joint_names # list of joints to set positions. if joint is not listed here, preserve current position. float64[] joint_positions # set to this position.