Fix gripper node naming to use robot_type for correct topic/action prefixes#206
Open
Benkess wants to merge 1 commit intofrankarobotics:humblefrom
Open
Fix gripper node naming to use robot_type for correct topic/action prefixes#206Benkess wants to merge 1 commit intofrankarobotics:humblefrom
Benkess wants to merge 1 commit intofrankarobotics:humblefrom
Conversation
…efixes Signed-off-by: Ben Kessler <BenPKessler@gmail.com>
BarisYazici
pushed a commit
that referenced
this pull request
Mar 2, 2026
…r deps Merge in MOCTRL/franka_ros2 from fix-missed-mobile-sensor-deps to jazzy * commit '57bc9031361b4dfaa1daff053c34568a1ebcf7ac': docs: Added docu link to the 'mobile_sensors' package add: docu for franka_mobile_sensors package fix: franka_mobile_sensors formatting and linting issues fix: The docker build was missing the mobile_sensor deps
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.
Summary
This pull request fixes
franka_gripper/launch/gripper.launch.pyto follow the intended gripper node naming convention by deriving the node name fromrobot_type.The gripper node name is now generated as
<robot_type>_gripperinstead of being hard-coded tofranka_gripper.Motivation
The gripper node publishes topics and actions using private (
~) names, so the node name determines the effective topic/action prefix. After the introduction of robot namespacing, the gripper node name was no longer aligned withrobot_type, which caused:franka_gripper/*fr3_gripper/*/joint_states, causing MoveIt to report the gripper as always closedChanges
franka_gripperto<robot_type>_gripperfr3_gripper/...for FR3)/joint_states