Skip to content

Commit

Permalink
fix applyCorrectionWorkflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jul 15, 2024
1 parent 61c7cef commit 2122689
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ bool moveWaypointFromCollisionRandomSampler(WaypointPoly& waypoint,
bool applyCorrectionWorkflow(WaypointPoly& waypoint,
const tesseract_common::ManipulatorInfo& manip_info,
const std::shared_ptr<const tesseract_environment::Environment>& env,
const FixStateCollisionProfile& profile);
const FixStateCollisionProfile& profile,
tesseract_collision::ContactResultMap& contacts);
} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::FixStateCollisionTask, "FixStateCollisionTask")
Expand Down

0 comments on commit 2122689

Please sign in to comment.