We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e1929c + 2c4f3af commit da1e36bCopy full SHA for da1e36b
include/dynamic_graph_bridge/sot_loader.hh
@@ -81,6 +81,7 @@ class SotLoader : public SotLoaderBasic {
81
82
public:
83
SotLoader(const std::string &aNodeName = std::string("sot_loader"));
84
+
85
virtual ~SotLoader();
86
87
// \brief Create a thread for ROS and start the control loop.
tests/test_sot_loader.cpp
@@ -25,6 +25,7 @@ class MockSotLoaderTest : public ::testing::Test {
25
26
rclcpp::Subscription<dynamic_graph_bridge_msgs::msg::Vector>::SharedPtr
27
subscription_;
28
29
bool service_done_;
30
std::string node_name_;
31
std::string response_dg_python_result_;
0 commit comments