Skip to content

Commit 08eaab1

Browse files
authored
Revert logging change & change log level
1 parent 3d3d1b7 commit 08eaab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capabilities/src/execute_task_solution_capability.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
#include <fmt/format.h>
4747

4848
namespace {
49-
const rclcpp::Logger LOGGER = rclcpp::get_logger("moveit_task_constructor_visualization.execute_task_solution");
5049
// TODO: move to moveit::core::RobotModel
5150
const moveit::core::JointModelGroup* findJointModelGroup(const moveit::core::RobotModel& model,
5251
const std::vector<std::string>& joints) {
@@ -77,6 +76,7 @@ const moveit::core::JointModelGroup* findJointModelGroup(const moveit::core::Rob
7776
return nullptr;
7877
}
7978
} // namespace
79+
static const rclcpp::Logger LOGGER = rclcpp::get_logger("moveit_task_constructor_visualization.execute_task_solution");
8080

8181
namespace move_group {
8282

0 commit comments

Comments
 (0)