Public Member Functions | Private Attributes
FollowPath Class Reference
Inheritance diagram for FollowPath:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 _halted (false)
 FollowPath (const std::string &name)
void halt () override
 TestNode (name)
NodeStatus tick () override
 Method to be implemented by the user.
bool wasHalted () const

Private Attributes

bool _halted

Detailed Description

Definition at line 113 of file navigation_test.cpp.


Constructor & Destructor Documentation

FollowPath::FollowPath ( const std::string &  name) [inline]

Definition at line 116 of file navigation_test.cpp.


Member Function Documentation

FollowPath::_halted ( false  ) [inline]

Definition at line 116 of file navigation_test.cpp.

void FollowPath::halt ( ) [inline, override, virtual]

You may want to override this method. But still, remember to call this implementation too.

Example:

void MyAction::halt() { // do your stuff here CoroActionNode::halt(); }

Reimplemented from BT::CoroActionNode.

Definition at line 131 of file navigation_test.cpp.

NodeStatus FollowPath::tick ( ) [inline, override, virtual]

Method to be implemented by the user.

Implements BT::TreeNode.

Definition at line 118 of file navigation_test.cpp.

bool FollowPath::wasHalted ( ) const [inline]

Definition at line 137 of file navigation_test.cpp.


Member Data Documentation

bool FollowPath::_halted [private]

Definition at line 140 of file navigation_test.cpp.


The documentation for this class was generated from the following file:


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Jun 8 2019 20:17:15