Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 9, 2024

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
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants