Skip to content

Commit

Permalink
fix path to constraints parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ejalaa12 committed Aug 8, 2022
1 parent b961e9c commit fb03316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/kinematic_constraints/src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static bool collectConstraints(const rclcpp::Node::SharedPtr& node, const std::v
{
for (const auto& constraint_id : constraint_ids)
{
const auto constraint_param = ".constraints." + constraint_id;
const auto constraint_param = "constraints." + constraint_id;
if (!node->has_parameter(constraint_param + ".type"))
{
RCLCPP_ERROR(LOGGER, "constraint parameter does not specify its type");
Expand Down

0 comments on commit fb03316

Please sign in to comment.