#include "behaviortree_cpp_v3/xml_parsing.h"#include "behaviortree_cpp_v3/blackboard.h"#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
| class | BackUpAndSpin |
| class | ComputePathToPose |
| class | FollowPath |
| class | IsStuck |
| class | TestNode |
Typedefs | |
| using | Milliseconds = std::chrono::milliseconds |
Functions | |
| std::chrono::high_resolution_clock::time_point | Now () |
| TEST (Navigationtest, MoveBaseRecovery) | |
| template<typename Original , typename Casted > | |
| void | TryDynamicCastPtr (Original *ptr, Casted *&destination) |
Variables | |
| static const char * | xml_text |
| using Milliseconds = std::chrono::milliseconds |
Definition at line 36 of file navigation_test.cpp.
|
inline |
Definition at line 38 of file navigation_test.cpp.
| TEST | ( | Navigationtest | , |
| MoveBaseRecovery | |||
| ) |
Definition at line 164 of file navigation_test.cpp.
| void TryDynamicCastPtr | ( | Original * | ptr, |
| Casted *& | destination | ||
| ) |
Definition at line 154 of file navigation_test.cpp.
|
static |
Definition at line 8 of file navigation_test.cpp.