Skip to content
Snippets Groups Projects
Commit f8035638 authored by Pedro Pena's avatar Pedro Pena Committed by Carl Delsey
Browse files

updated header files with v3 (#1334)

added ros2-devel as dependency

renamed hpp and cpp files to current bt v3 naming conventions
parent e3997789
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 22 deletions
......@@ -19,9 +19,9 @@
#include <string>
#include <vector>
#include "behaviortree_cpp/behavior_tree.h"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp/xml_parsing.h"
#include "behaviortree_cpp_v3/behavior_tree.h"
#include "behaviortree_cpp_v3/bt_factory.h"
#include "behaviortree_cpp_v3/xml_parsing.h"
namespace nav2_behavior_tree
{
......
......@@ -18,7 +18,7 @@
#include <memory>
#include <string>
#include "behaviortree_cpp/action_node.h"
#include "behaviortree_cpp_v3/action_node.h"
#include "nav2_util/node_utils.hpp"
#include "rclcpp_action/rclcpp_action.hpp"
......
......@@ -15,7 +15,7 @@
#ifndef NAV2_BEHAVIOR_TREE__BT_CONVERSIONS_HPP_
#define NAV2_BEHAVIOR_TREE__BT_CONVERSIONS_HPP_
#include "behaviortree_cpp/behavior_tree.h"
#include "behaviortree_cpp_v3/behavior_tree.h"
#include "geometry_msgs/msg/point.hpp"
#include "geometry_msgs/msg/quaternion.hpp"
......
......@@ -18,7 +18,7 @@
#include <string>
#include <memory>
#include "behaviortree_cpp/action_node.h"
#include "behaviortree_cpp_v3/action_node.h"
#include "nav2_util/node_utils.hpp"
#include "rclcpp/rclcpp.hpp"
......
......@@ -19,7 +19,7 @@
#include <memory>
#include "rclcpp/rclcpp.hpp"
#include "behaviortree_cpp/condition_node.h"
#include "behaviortree_cpp_v3/condition_node.h"
#include "nav2_util/robot_utils.hpp"
#include "geometry_msgs/msg/pose_stamped.hpp"
#include "tf2_ros/buffer.h"
......
......@@ -15,7 +15,7 @@
#ifndef NAV2_BEHAVIOR_TREE__INITIAL_POSE_RECEIVED_CONDITION_HPP_
#define NAV2_BEHAVIOR_TREE__INITIAL_POSE_RECEIVED_CONDITION_HPP_
#include "behaviortree_cpp/behavior_tree.h"
#include "behaviortree_cpp_v3/behavior_tree.h"
namespace nav2_behavior_tree
......
......@@ -23,7 +23,7 @@
#include <deque>
#include "rclcpp/rclcpp.hpp"
#include "behaviortree_cpp/condition_node.h"
#include "behaviortree_cpp_v3/condition_node.h"
#include "nav_msgs/msg/odometry.hpp"
using namespace std::chrono_literals; // NOLINT
......
......@@ -18,7 +18,7 @@
#include <chrono>
#include <string>
#include "behaviortree_cpp/decorator_node.h"
#include "behaviortree_cpp_v3/decorator_node.h"
namespace nav2_behavior_tree
{
......
......@@ -16,7 +16,7 @@
#define NAV2_BEHAVIOR_TREE__RECOVERY_NODE_HPP_
#include <string>
#include "behaviortree_cpp/control_node.h"
#include "behaviortree_cpp_v3/control_node.h"
namespace nav2_behavior_tree
{
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/back_up_action.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/clear_costmap_service.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/compute_path_to_pose_action.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/follow_path_action.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/goal_reached_condition.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/initial_pose_received_condition.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/is_stuck_condition.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/rate_controller.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -16,7 +16,7 @@
#include <string>
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/reinitialize_global_localization_service.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
......@@ -14,7 +14,7 @@
#include "nav2_behavior_tree/spin_action.hpp"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
BT_REGISTER_NODES(factory)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment