Skip to content

Commit 064e3ef

Browse files
committed
update for compile
change header file because change cmakelist file
1 parent d0e9312 commit 064e3ef

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

include/behaviortree_cpp_v3/config.cpp

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77

88
#ifdef Ivy
99

10-
#include "common/SysOld.h"
11-
#include "tool/system.h"
12-
#include "Body/Skin.h"
13-
#include "Anim/IvyAnim.h"
14-
#include "Engine/Behavior/EventDispatcher.h"
15-
#include "Body/Plant.h"
16-
#include "Engine/Behavior/IvyBehavior.h"
17-
#include "Engine/IvyEngine.h"
18-
//#include "Anim/drivers/EmoDriver.h"
10+
#include "SysOld.h"
11+
#include "system.h"
12+
#include "Skin.h"
13+
#include "IvyAnim.h"
14+
#include "EventDispatcher.h"
15+
#include "Plant.h"
16+
#include "IvyBehavior.h"
17+
#include "IvyEngine.h"
1918

2019
#endif
2120

include/behaviortree_cpp_v3/loggers/bt_tcp_publisher.h

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

88
#include "abstract_logger.h"
99
#include "WiFiClient.h"
10-
#include "tool/TcpPublisher.h"
10+
#include "TcpPublisher.h"
1111

1212
namespace BT {
1313
class PublisherTCP : public StatusChangeLogger, public TcpPublisher{

src/controls/ControlAnim.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
#ifdef Ivy
88

9-
//#include "Anim/drivers/EmoDriver.h"
10-
#include "Engine/Behavior/EventDispatcher.h"
9+
#include "EventDispatcher.h"
1110

1211
//BT::NodeStatus BT::ControlAnim::onStart() {
1312
// auto a = Anim::create({}, [this](Anim::anim_complete_ret ret) { this->set_status(ret); });

src/controls/Dispatcher.cpp

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

77
#ifdef Ivy
88

9-
#include "Engine/Behavior/EventDispatcher.h"
9+
#include "EventDispatcher.h"
1010
#include "behaviortree_cpp_v3/config_implt.h"
1111

1212
namespace BT {

0 commit comments

Comments
 (0)