Skip to content

Commit

Permalink
GAZEBO_MSGS: correct documentation on SetModelConfiguration.srv
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Allen committed May 29, 2018
1 parent c83f2f1 commit f3f7e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gazebo_msgs/srv/SetModelConfiguration.srv
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f3f7e8b

Please sign in to comment.