Fix: move_group.launch.py launch arguments#205
Open
af-a wants to merge 2 commits intofrankarobotics:humblefrom
Open
Fix: move_group.launch.py launch arguments#205af-a wants to merge 2 commits intofrankarobotics:humblefrom
move_group.launch.py launch arguments#205af-a wants to merge 2 commits intofrankarobotics:humblefrom
Conversation
francando
pushed a commit
that referenced
this pull request
Mar 13, 2026
…mble Merge in MOCTRL/franka_ros2 from BFFTRAC-2630-humble-franka-ros-2-command-interfaces-are-not-found-once-arm-prefix-is-used to humble * commit '7a592843ef0bcc352dc256a765f7e9b0674a2406': fix: arm_prefix works for example_controllers and franka_robot_state
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
move_group.launch.py in
franka_fr3_moveit_configwill not run unless the following are declared as launch arguments and added to theLaunchDescription, as inmoveit.launch.py:namespace,fake_sensor_commands,use_fake_hardware,load_gripper.Otherwise, launching e.g. with
ros2 launch franka_fr3_moveit_config moveit.launch.py robot_ip:=dont-carefails due to the following respective errors:This was tested tested on ROS (2) Humble, Ubuntu 22.04 LTS.