Groot
Groot copied to clipboard
Crash when edit a node.
Hi, I am a novice using Behavior tree. And I found a big issues when using Groot. When I right-click to edit a node I wrote, the program will crash. By the way, the version of the Groot and the depended BehaviorTree.cpp is troublesome to match when I compile with source code.
Hi,
please provide a way to reproduce this error on my side.
Hi,
please provide a way to reproduce this error on my side.
As you can see, after adding a control node named "1" and when I want to edit it, the program will crash.
Hi, please provide a way to reproduce this error on my side.
As you can see, after adding a control node named "1" and when I want to edit it, the program will crash.
The original code is download here.
The version of the depended BehaviorTree.cpp is 3.0.9.
Can you please use the latest versionof BehaviorTree.cpp instead? I will also update the submodule
Thanks. I will check this out. To start, I probably need to update the git submodule to latest BehaviorTree.CPP
You're welcome. I have try the latest one. But it reported the following issues.
Can you please use the latest versionof BehaviorTree.cpp instead? I will also update the submodule
I have try it. But it reported like that:
I am trying copy DecoratorSubtreeNode.cpp to it and see what will happen.
This code is old, it is not the latest version on Master branch:
https://github.com/BehaviorTree/Groot/blob/master/bt_editor/bt_editor_base.cpp#L195
Please follow the instructions in the README to download from git, including the submodule
instructions
I have try to follow the README to download from git at the beginning, but the program will also crash. I will try it again after you updating the submodule. Thank you very much.
https://github.com/BehaviorTree/Groot/commit/65d92659cbf952013f83f764c960b13cf9beb657
It doesn't crash on my PC :(
It doesn't crash on my PC :(
It's strange...Could you please tell me the commit-id of Groot and depend/BehaviorTree.cpp?
Groot: 65d92659cbf952013f83f764c960b13cf9beb657 depend/BehaviorTree.cpp: 3b30d6a4552e7dc6fd58d8f67dfc1228ddcf7f91
Groot: 65d9265 depend/BehaviorTree.cpp: 3b30d6a4552e7dc6fd58d8f67dfc1228ddcf7f91
It still crash..I use gdb to debug and this is the results.