Skip to content
Snippets Groups Projects
Commit 81ebed5f authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Merge branch 'master' into 'master'

Updated to BT_v3 include directory rename

See merge request !1
parents ae4a3865 d06509be
No related branches found
No related tags found
1 merge request!1Updated to BT_v3 include directory rename
#ifndef IRI_BEHAVIOR_TREE_ACTION
#define IRI_BEHAVIOR_TREE_ACTION
#include "behaviortree_cpp/action_node.h"
#include "behaviortree_cpp/leaf_node.h"
#include "behaviortree_cpp_v3/action_node.h"
#include "behaviortree_cpp_v3/leaf_node.h"
/**
* @brief The IriAsyncActionNode is an ActionNode that
......
#ifndef IRI_BT_FACTORY_H
#define IRI_BT_FACTORY_H
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp_v3/bt_factory.h"
#include "iri_async_action.h"
class IriBehaviorTreeFactory : public BT::BehaviorTreeFactory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment