MCPcopy Create free account
hub / github.com/PickNikRobotics/rviz_visual_tools / SetUp

Method SetUp

tests/rvt_test.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49{
50public:
51 void SetUp() override
52 {
53 auto node = std::make_shared<rclcpp::Node>("test_node");
54 initialize(node);
55 }
56 void TearDown() override
57 {
58 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected