File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed
include/behaviortree_cpp_v3 Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 7
7
8
8
#ifdef Ivy
9
9
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"
19
18
20
19
#endif
21
20
Original file line number Diff line number Diff line change 7
7
8
8
#include " abstract_logger.h"
9
9
#include " WiFiClient.h"
10
- #include " tool/ TcpPublisher.h"
10
+ #include " TcpPublisher.h"
11
11
12
12
namespace BT {
13
13
class PublisherTCP : public StatusChangeLogger , public TcpPublisher {
Original file line number Diff line number Diff line change 6
6
7
7
#ifdef Ivy
8
8
9
- // #include "Anim/drivers/EmoDriver.h"
10
- #include " Engine/Behavior/EventDispatcher.h"
9
+ #include " EventDispatcher.h"
11
10
12
11
// BT::NodeStatus BT::ControlAnim::onStart() {
13
12
// auto a = Anim::create({}, [this](Anim::anim_complete_ret ret) { this->set_status(ret); });
Original file line number Diff line number Diff line change 6
6
7
7
#ifdef Ivy
8
8
9
- #include " Engine/Behavior/ EventDispatcher.h"
9
+ #include " EventDispatcher.h"
10
10
#include " behaviortree_cpp_v3/config_implt.h"
11
11
12
12
namespace BT {
You can’t perform that action at this time.
0 commit comments