Skip to content

Commit

Permalink
Merge 486c230 into 4587827
Browse files Browse the repository at this point in the history
  • Loading branch information
arjo129 authored Aug 2, 2023
2 parents 4587827 + 486c230 commit dd532ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/gz/sim/Server.hh
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,15 @@ namespace ignition
///
/// List syntax: *service_name(request_msg_type) : response_msg_type*
///
/// 1. `/world/<world_name>/scene/info(none)` : gz::msgs::Scene
/// 1. `/world/<world_name>/scene/info`(none) : gz::msgs::Scene
/// + Returns the current scene information.
///
/// 2. `/gazebo/resource_paths/get` : gz::msgs::StringMsg_V
/// 2. `/gazebo/resource_paths/get`(gz::msgs::Empty) :
/// gz::msgs::StringMsg_V
/// + Get list of resource paths.
///
/// 3. `/gazebo/resource_paths/add` : gz::msgs::Empty
/// 3. `/gazebo/resource_paths/add`(gz::msgs::StringMsg_V) :
/// gz::msgs::Empty
/// + Add new resource paths.
///
/// 4. `/server_control`(gz::msgs::ServerControl) :
Expand Down

0 comments on commit dd532ff

Please sign in to comment.