You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI, I faced a problem in including xml files. I execute bin/t10_include_trees passing as first argument the path to examples/test_files/subtree_test.xml. Below the output:
terminate called after throwing an instance of 'BT::RuntimeError'what(): CheckTemperature is not a registered node, nor a Subtree
Aborted (core dumped)
The CheckTemperature and SayHello nodes were not registered with the factory for that example so I went ahead and added them. The output now looks like:
----------------
Sequence
CheckStatus
SequenceStar
CheckBattery
CheckTemperature
OpenGripper
CloseGripper
SayStuff
SequenceStar
SaySomething
SayHello
----------------
[ Battery: OK ]
[ Temperature: OK ]
GripperInterface::open
GripperInterface::close
Robot says: Hello World
Robot says: Hello World
HI, I faced a problem in including xml files. I execute bin/t10_include_trees passing as first argument the path to examples/test_files/subtree_test.xml. Below the output:
To test I referred to the issue #17
The text was updated successfully, but these errors were encountered: