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

Method initialize

tests/rvt_test.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 bool initialize(std::shared_ptr<rclcpp::Node>& node)
61 {
62 visual_tools_.reset(new rvt::RvizVisualTools("base", "/rviz_visual_tools", node));
63
64 // Allow time to publish messages
65 RCLCPP_INFO(node->get_logger(), "Waiting 4 seconds to start test...");
66 return true;
67 }
68
69 bool testIsometry3d(const std::string& id, const Eigen::Isometry3d& expect,
70 const Eigen::Isometry3d& actual)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected