File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
include/robotx_behavior_tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ install(TARGETS
4545 RUNTIME DESTINATION lib/${PROJECT_NAME}
4646)
4747
48- install (DIRECTORY models DESTINATION share/${PROJECT_NAME} )
48+ if ($ENV{DEVELOP} )
49+ install (DIRECTORY models DESTINATION share/${PROJECT_NAME} )
50+ endif ()
4951
5052if (BUILD_TESTING)
5153 find_package (ament_lint_auto REQUIRED)
Original file line number Diff line number Diff line change 1818#include < behaviortree_cpp_v3/action_node.h>
1919#include < behaviortree_cpp_v3/bt_factory.h>
2020#include < quaternion_operation/quaternion_operation.h>
21- #include < tf2_geometry_msgs/tf2_geometry_msgs.h>
2221
2322#include < algorithm>
2423#include < geometry_msgs/msg/pose_stamped.hpp>
2726#include < robotx_behavior_msgs/msg/task_objects_array_stamped.hpp>
2827#include < stdexcept>
2928#include < string>
29+ #include < tf2_geometry_msgs/tf2_geometry_msgs.hpp>
3030
3131#include " tf2_ros/buffer.h"
3232#include " tf2_ros/transform_broadcaster.h"
Original file line number Diff line number Diff line change 2424#include " geometry_msgs/msg/vector3.hpp"
2525#include " rclcpp/rclcpp.hpp"
2626#include " robotx_behavior_tree/action_node.hpp"
27- #include " tf2_geometry_msgs/tf2_geometry_msgs.h "
27+ #include " tf2_geometry_msgs/tf2_geometry_msgs.hpp "
2828
2929namespace robotx_behavior_tree
3030{
You can’t perform that action at this time.
0 commit comments