Skip to content

Commit

Permalink
Moving default_contraint_sampler logger into the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
anasarrak committed Jun 13, 2019
1 parent 1611306 commit 206c27d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@
#include <cassert>
#include <boost/bind.hpp>

rclcpp::Logger LOGGER_DEFAULT_CONTRAINT_SAMPLERS = rclcpp::get_logger("moveit").get_child("constraint_samplers");

namespace constraint_samplers
{
static rclcpp::Logger LOGGER_DEFAULT_CONTRAINT_SAMPLERS = rclcpp::get_logger("moveit").get_child("constraint_samplers");
bool JointConstraintSampler::configure(const moveit_msgs::msg::Constraints& constr)
{
// construct the constraints
Expand Down

0 comments on commit 206c27d

Please sign in to comment.