use robot description from parameter instead of topic if provided - #3483
Open
christianrauch wants to merge 1 commit into
Open
use robot description from parameter instead of topic if provided#3483christianrauch wants to merge 1 commit into
christianrauch wants to merge 1 commit into
Conversation
github-actions
Bot
requested review from
Juliaj,
MarqRazz,
Maverobot,
bmagyar and
mhubii
July 17, 2026 21:39
christianrauch
force-pushed
the
robot_description_param
branch
from
July 17, 2026 21:40
0d2f666 to
621f9b3
Compare
saikishor
requested changes
Jul 20, 2026
saikishor
left a comment
Member
There was a problem hiding this comment.
After we conclude this approach. If we decide to move further, then I will be asking you to add a test case for this change.
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.
Description
This adds the
robot_descriptionparameter back, allowing to simplify something like:to:
or even:
/opt/ros/lyrical/lib/controller_manager/ros2_control_node --ros-args -p robot_description:='<?xml version="1.0"?><robot name="minimal"><link name="base_link"/><ros2_control name="FakeSystem" type="system"><hardware><plugin>mock_components/GenericSystem</plugin></hardware></ros2_control></robot>'which makes the
ros2_control_nodestart and stop super fast.I am not adding documentation or tests just now and only want to get feeback on the functionality.
Fixes #3480
Is this user-facing behavior change?
Yes. It adds a new parameter.
Did you use Generative AI?
No.
Additional Information
I will add documentation etc. if this gets accepted.
TODOs
To send us a pull request, please:
colcon testandpre-commit run(requires you to install pre-commit bypip3 install pre-commit)