Skip to content

Fix incorrect parameter names in docstrings#1685

Open
eeshsaxena wants to merge 1 commit into
ros2:rollingfrom
eeshsaxena:fix/docstring-param-names-2
Open

Fix incorrect parameter names in docstrings#1685
eeshsaxena wants to merge 1 commit into
ros2:rollingfrom
eeshsaxena:fix/docstring-param-names-2

Conversation

@eeshsaxena

Copy link
Copy Markdown
Contributor

Several :param: entries documented names that don't match the actual function signatures. This corrects them so the API docs render the right parameter names.

  • Node.wait_for_node: node_name -> fully_qualified_node_name
  • get_action_client_names_and_types_by_node: node_namespace -> remote_node_namespace
  • get_action_server_names_and_types_by_node: node_namespace -> remote_node_namespace
  • ActionServer.register_handle_accepted_callback: goal_callback -> handle_accepted_callback

Documentation-only change; no behavior change.

Several :param: entries referenced names that don't match the function
signatures:

- Node.wait_for_node: node_name -> fully_qualified_node_name
- get_action_client_names_and_types_by_node: node_namespace ->
  remote_node_namespace
- get_action_server_names_and_types_by_node: node_namespace ->
  remote_node_namespace
- ActionServer.register_handle_accepted_callback: goal_callback ->
  handle_accepted_callback

Signed-off-by: eeshsaxena <[email protected]>
@mergify

mergify Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@fujitatomoya

Copy link
Copy Markdown
Collaborator

@eeshsaxena thanks for fixing.

@fujitatomoya fujitatomoya self-assigned this Jul 4, 2026
@fujitatomoya

Copy link
Copy Markdown
Collaborator

Pulls: #1685
Gist: https://gist.githubusercontent.com/fujitatomoya/a4eba883c4d61a61c196af18d0cfadaa/raw/eee509a277b4b72bf2d297f1c235d991f4f9f7cc/ros2.repos
BUILD args: --packages-up-to rclpy
TEST args: --packages-select rclpy
ROS Distro: rolling
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/19724

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants