Skip to content

Commit da1e36b

Browse files
Merge remote-tracking branch 'gh-os/humble' into humble
2 parents 3e1929c + 2c4f3af commit da1e36b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/dynamic_graph_bridge/sot_loader.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class SotLoader : public SotLoaderBasic {
8181

8282
public:
8383
SotLoader(const std::string &aNodeName = std::string("sot_loader"));
84+
8485
virtual ~SotLoader();
8586

8687
// \brief Create a thread for ROS and start the control loop.

tests/test_sot_loader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class MockSotLoaderTest : public ::testing::Test {
2525
public:
2626
rclcpp::Subscription<dynamic_graph_bridge_msgs::msg::Vector>::SharedPtr
2727
subscription_;
28+
2829
bool service_done_;
2930
std::string node_name_;
3031
std::string response_dg_python_result_;

0 commit comments

Comments
 (0)