File: gazebo/GetWorldProperties.srv
Raw Message Definition
#This message is deprecated. Please use the version in gazebo_msgs instead.
---
float64 sim_time # current sim time
string[] model_names # list of models in the world
bool rendering_enabled # if X is used
bool success # return true if get successful
string status_message # comments if available
Compact Message Definition
float64 sim_time
string[] model_names
bool rendering_enabled
bool success
string status_message