-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Issue Type
- 🐛 Bug / Problem
- ✏️ Typo / Grammar
- 📖 Outdated Content
- 🚀 Enhancement
Generated by Generative AI
No
Distribution
Rolling et al
Description
The parameter capabilities include the ability to interact with them at runtime from all the client libraries.
However the default parameter documentation doesn't mention that in the section: Manipulating parameter values at runtime
Affected Pages/Sections
Screenshots or Examples (if applicable)
No response
Suggested Fix
It would be good to add documentation to mention that and give pointers to some of the client libraries.
Similar to ROS 1 wiki:
Parameter Tools
The [rosparam](https://wiki.ros.org/rosparam) command-line tool enables you to query and set parameters on the Parameter Server using YAML syntax.
Client Library Support
Python
See the [rospy overview](https://wiki.ros.org/rospy/Overview/Parameter%20Server).
C++
See the [roscpp overview](https://wiki.ros.org/roscpp/Overview/Parameter%20Server).
Lisp
See [roslisp/Overview/Parameters](https://wiki.ros.org/roslisp/Overview/Parameters)
Additional Context
This came from this question where the asker didn't know that there was convenient ways to set parameters: https://robotics.stackexchange.com/questions/113686/c-equivalent-of-ros2-params-load
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed