gazebo_msgs/GetModelProperties Service

File: gazebo_msgs/GetModelProperties.srv

Raw Message Definition

string model_name                    # name of Gazebo Model
---
string parent_model_name             # parent model
string canonical_body_name           # name of canonical body, body names are prefixed by model name, e.g. pr2::base_link
string[] body_names                  # list of bodies, body names are prefixed by model name, e.g. pr2::base_link
string[] geom_names                  # list of geoms
string[] joint_names                 # list of joints attached to the model
string[] child_model_names           # list of child models
bool is_static                       # returns true if model is static
bool success                         # return true if get successful
string status_message                # comments if available

Compact Message Definition

string model_name

string parent_model_name
string canonical_body_name
string[] body_names
string[] geom_names
string[] joint_names
string[] child_model_names
bool is_static
bool success
string status_message