docs: Add documentation for utility scripts in controller_manager - #3175
Open
ultrasage-danz wants to merge 6 commits into
Open
docs: Add documentation for utility scripts in controller_manager#3175ultrasage-danz wants to merge 6 commits into
ultrasage-danz wants to merge 6 commits into
Conversation
added 2 commits
March 28, 2026 22:52
- Add detailed parameter structure for joint limiting - Document three configuration methods: YAML, URDF, runtime - Explain Saturation Limiter algorithm with examples - Explain Soft Limiter spring-damper model - Document dual enforcement strategy and thread safety - Add best practices for joint limit configuration Closes ros-controls#2262
…ces and launch_utils)
github-actions
Bot
requested review from
Maverobot,
bijoua29,
christophfroehlich,
homalozoa and
saikishor
March 30, 2026 00:10
christophfroehlich
requested changes
Apr 15, 2026
christophfroehlich
left a comment
Member
There was a problem hiding this comment.
please remove the changes to the hardware_interface package (this is already in #3166)
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
…ycle example using service wrappers
Contributor
|
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |
christophfroehlich
requested changes
Jun 6, 2026
christophfroehlich
left a comment
Member
There was a problem hiding this comment.
please remove the changes to the hardware_interface package (this is already in #3166)
Removed detailed configuration instructions for joint limits, including parameter structure and methods of configuration.
christophfroehlich
requested changes
Jul 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #488
Summary
Added comprehensive documentation for utility scripts:
controller_manager_services.SingletonServiceCaller: Service client utility for programmatic controller managementlaunch_utils.generate_controllers_spawner_launch_description(): Helper to generate launch descriptionslaunch_utils.generate_controllers_spawner_launch_description_from_dict(): Dictionary-based alternativeChanges
controller_manager/doc/userdoc.rstRelated
Addresses the missing documentation mentioned in #488 comment about
generate_controllers_spawner_launch_description