Skip to content

Commit

Permalink
Merge branch 'master' into nobleci
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored Jul 16, 2024
2 parents 6f9410c + 2122689 commit d224550
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 d224550

Please sign in to comment.