#include "behaviortree_cpp/xml_parsing.h"
#include "behaviortree_cpp/blackboard/blackboard_local.h"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | BackUpAndSpin |
class | ComputePathToPose |
class | FollowPath |
class | IsStuck |
class | TestNode |
Functions | |
std::chrono::high_resolution_clock::time_point | Now () |
TEST (Navigationtest, MoveBaseRecovery) | |
template<typename Original , typename Casted > | |
void | TryDynamicCastPtr (Original *ptr, Casted *&destination) |
Variables | |
const std::string | xml_text |
std::chrono::high_resolution_clock::time_point Now | ( | ) | [inline] |
Definition at line 35 of file navigation_test.cpp.
TEST | ( | Navigationtest | , |
MoveBaseRecovery | |||
) |
Definition at line 154 of file navigation_test.cpp.
void TryDynamicCastPtr | ( | Original * | ptr, |
Casted *& | destination | ||
) |
Definition at line 144 of file navigation_test.cpp.
const std::string xml_text |
"/> </SequenceStar> </FallbackStar> </BehaviorTree> </root> )"
Definition at line 8 of file navigation_test.cpp.