Skip to content

Fix key duplication in moveit_setup_assistant for moveit_controllers.yaml for typeFollowJointTrajectory#2959

Merged
sjahr merged 1 commit intomoveit:mainfrom
cschindlbeck:fix-key-duplication
Aug 9, 2024
Merged

Fix key duplication in moveit_setup_assistant for moveit_controllers.yaml for typeFollowJointTrajectory#2959
sjahr merged 1 commit intomoveit:mainfrom
cschindlbeck:fix-key-duplication

Conversation

@cschindlbeck
Copy link
Contributor

Description

Moveit Setup Assistant generates duplicated keys action_ns, default for the type FollowJointTrajectory, e.g.

# MoveIt uses this configuration for controller management

moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager

moveit_simple_controller_manager:
  controller_names:
    - steering_controller

  steering_controller:
    type: FollowJointTrajectory
    action_ns: follow_joint_trajectory
    default: true
    joints:
      - front_left_steer_joint
      - front_right_steer_joint
    action_ns: follow_joint_trajectory
    default: true

This PR deletes the redundant keys

@sjahr sjahr merged commit f8738b2 into moveit:main Aug 9, 2024
@sea-bass sea-bass added the backport-humble Mergify label that triggers a PR backport to Humble label Feb 5, 2025
mergify bot pushed a commit that referenced this pull request Feb 5, 2025
sea-bass pushed a commit that referenced this pull request Feb 5, 2025
…ry (#2959) (#3316)

(cherry picked from commit f8738b2)

Co-authored-by: Chris Schindlbeck <chris.schindlbeck@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-humble Mergify label that triggers a PR backport to Humble

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants