diff --git a/auto_driver_interface/src/roller_node.cpp b/auto_driver_interface/src/roller_node.cpp index d60a346..86a3f7b 100644 --- a/auto_driver_interface/src/roller_node.cpp +++ b/auto_driver_interface/src/roller_node.cpp @@ -30,7 +30,8 @@ class RollerNode : public rclcpp::Node publisher_ = this->create_publisher("target_current", 1); target_current_sub = this->create_subscription( - "/target_current", 1, std::bind(&RollerNode::target_current_callback, this, std::placeholders::_1)); + "/target_current", 1, + std::bind(&RollerNode::target_current_callback, this, std::placeholders::_1)); timer_ = this->create_wall_timer(