Skip to content

Commit

Permalink
Fix key duplication in moveit_setup_assistant for FollowJointTrajecto…
Browse files Browse the repository at this point in the history
…ry (#2959)
  • Loading branch information
cschindlbeck authored Aug 9, 2024
1 parent 5031074 commit f8738b2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ bool MoveItControllersConfig::GeneratedControllersConfig::writeYaml(YAML::Emitte
emitter << YAML::BeginMap;
{
emitter << YAML::Key << "type" << YAML::Value << controller.type_;
if (controller.type_ == "FollowJointTrajectory")
{
emitter << YAML::Key << "action_ns" << YAML::Value << "follow_joint_trajectory";
emitter << YAML::Key << "default" << YAML::Value << "true";
}

// Write joints
emitter << YAML::Key << "joints";
Expand Down

0 comments on commit f8738b2

Please sign in to comment.