Skip to content

Commit

Permalink
fix problem with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde authored Apr 29, 2019
1 parent 557e064 commit d434733
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class ConstraintSamplerManagerLoader::Helper
std::unique_ptr<pluginlib::ClassLoader<constraint_samplers::ConstraintSamplerAllocator> >
constraint_sampler_plugin_loader_;
};
node_->get_logger(),
ConstraintSamplerManagerLoader::ConstraintSamplerManagerLoader(
const constraint_samplers::ConstraintSamplerManagerPtr& csm, const std::shared_ptr<rclcpp::Node> node)
: constraint_sampler_manager_(csm ? csm : constraint_samplers::ConstraintSamplerManagerPtr(
Expand Down

0 comments on commit d434733

Please sign in to comment.