Skip to content

std_srvs: add SetFloat32, SetInt32, SetString, SetUInt8, SetUInt8Array services#338

Open
xbroquer wants to merge 1 commit into
ros2:rollingfrom
xbroquer:rolling
Open

std_srvs: add SetFloat32, SetInt32, SetString, SetUInt8, SetUInt8Array services#338
xbroquer wants to merge 1 commit into
ros2:rollingfrom
xbroquer:rolling

Conversation

@xbroquer

Copy link
Copy Markdown

Summary

Add SetFloat32, SetInt32, SetString, SetUInt8, and SetUInt8Array service files.

Description

This PR extends std_srvs with five additional setter-style services and wires them into interface generation.

Changes:

  • Add new service definitions:

    • std_srvs/srv/SetFloat32.srv
    • std_srvs/srv/SetInt32.srv
    • std_srvs/srv/SetString.srv
    • std_srvs/srv/SetUInt8.srv
    • std_srvs/srv/SetUInt8Array.srv
  • Update std_srvs/CMakeLists.txt to generate interfaces for all new services.

  • Update std_srvs/README.md to document the new services with usage-oriented descriptions.

  • Update std_srvs/CHANGELOG.rst under Forthcoming.

Is this user-facing behavior change?

Yes.
New service interface types are now available in std_srvs for package users. Existing services are unchanged.

Did you use Generative AI?

Yes.
Tool: GitHub Copilot
Model: GPT-5.3-Codex
Usage: Assisted with writing the PR description

Additional Information

  • Change is additive and non-breaking for existing std_srvs users.
  • Verified in local workspace with colcon build for std_srvs and a dedicated test package exercising all new services.

…y services

add SetFloat32, SetInt32, SetString, SetUInt8, and SetUInt8Array service files
update CMakeLists to include all new .srv files in rosidl generation
update README service list with usage-oriented descriptions
add Forthcoming changelog entry

Signed-off-by: Xavier BROQUERE <xav.broquere@gmail.com>
@mergify

mergify Bot commented Jun 19, 2026

Copy link
Copy Markdown

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

  • Queue this pull request

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.

1 participant