Skip to content

Commit

Permalink
[ForwardCommandController] Fix the duplicate command interface types …
Browse files Browse the repository at this point in the history
…when reconfiguring the controller (#1568)
  • Loading branch information
saikishor authored Mar 4, 2025
1 parent 0fb4fc6 commit 82c46ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ controller_interface::CallbackReturn ForwardCommandController::read_parameters()
return controller_interface::CallbackReturn::ERROR;
}

command_interface_types_.clear();
for (const auto & joint : params_.joints)
{
command_interface_types_.push_back(joint + "/" + params_.interface_name);
Expand Down

0 comments on commit 82c46ac

Please sign in to comment.