moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
test_perception.cpp File Reference
Include dependency graph for test_perception.cpp:

Go to the source code of this file.

Classes

class  PerceptionTest
class  PerceptionConfig

Functions

 TEST_F (PerceptionTest, ReadingSensorsConfig)
 TEST_F (PerceptionTest, WritingSensorsConfig)
int main (int argc, char **argv)
void expectYamlEquivalence (const YAML::Node &generated, const YAML::Node &reference, const std::filesystem::path &generated_path, const std::string &yaml_namespace="")
std::filesystem::path getSharePath (const std::string &package_name)
 Return a path for the given package's share folder.

Function Documentation

◆ expectYamlEquivalence()

void moveit_setup::expectYamlEquivalence ( const YAML::Node & generated,
const YAML::Node & reference,
const std::filesystem::path & generated_path,
const std::string & yaml_namespace = "" )

Definition at line 114 of file testing_utils.hpp.

Here is the caller graph for this function:

◆ getSharePath()

std::filesystem::path moveit_setup::getSharePath ( const std::string & package_name)
inline

Return a path for the given package's share folder.

Definition at line 70 of file utilities.hpp.

Here is the caller graph for this function:

◆ main()

int main ( int argc,
char ** argv )

Definition at line 101 of file test_perception.cpp.

◆ TEST_F() [1/2]

TEST_F ( PerceptionTest ,
ReadingSensorsConfig  )

Definition at line 58 of file test_perception.cpp.

◆ TEST_F() [2/2]

TEST_F ( PerceptionTest ,
WritingSensorsConfig  )

Definition at line 78 of file test_perception.cpp.

Here is the call graph for this function: