Skip to content

Commit

Permalink
Fix a minor issue in the documentation of the server API
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Aug 2, 2023
1 parent 4587827 commit 486c230
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 486c230

Please sign in to comment.