Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Dec 25, 2024
1 parent 44ddf48 commit 1eba6e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ TrajOptWaypointInfo TrajOptDefaultPlanProfile::createCostAndConstraints(
jwp = move_instruction.createJointWaypoint();
jwp.setNames(swp.getNames());
jwp.setPosition(swp.getPosition());
jwp.setIsConstrained(true);
info.fixed = true;
}
else
Expand Down

0 comments on commit 1eba6e9

Please sign in to comment.