| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected