Skip to content

Commit 331652f

Browse files
authored
Formatting
1 parent 08eaab1 commit 331652f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

capabilities/src/execute_task_solution_capability.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#include <fmt/format.h>
4747

4848
namespace {
49+
4950
// TODO: move to moveit::core::RobotModel
5051
const moveit::core::JointModelGroup* findJointModelGroup(const moveit::core::RobotModel& model,
5152
const std::vector<std::string>& joints) {
@@ -76,6 +77,7 @@ const moveit::core::JointModelGroup* findJointModelGroup(const moveit::core::Rob
7677
return nullptr;
7778
}
7879
} // namespace
80+
7981
static const rclcpp::Logger LOGGER = rclcpp::get_logger("moveit_task_constructor_visualization.execute_task_solution");
8082

8183
namespace move_group {

0 commit comments

Comments
 (0)