Skip to content

Commit 9052cc3

Browse files
committed
Fix example_behavior dependencies
1 parent b3812c4 commit 9052cc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/example_behaviors/include/example_behaviors/example_convert_mtc_solution_to_joint_trajectory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include <behaviortree_cpp/action_node.h>
44
#include <behaviortree_cpp/bt_factory.h>
5-
#include <moveit/robot_model_loader/robot_model_loader.h>
5+
#include <moveit/robot_model_loader/robot_model_loader.hpp>
66
#include <spdlog/spdlog.h>
77
#include <yaml-cpp/yaml.h>
88
#include <Eigen/Core>

src/example_behaviors/src/example_sam2_segmentation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <fmt/format.h>
12
#include <future>
23
#include <memory>
34
#include <string>

0 commit comments

Comments
 (0)