gazebo/GetWorldProperties Service

File: gazebo/GetWorldProperties.srv

---
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

Expanded Definition


float64 sim_time
string[] model_names
bool rendering_enabled
bool success
string status_message