Skip to content

Commit

Permalink
fix: bugprone-error
Browse files Browse the repository at this point in the history
Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored and mitsudome-r committed Jan 15, 2025
1 parent 951b1df commit a4717a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ using namespace std::literals;
using std::chrono::duration;
using std::chrono::duration_cast;
using std::chrono::nanoseconds;
using std::placeholders::_1;

namespace dummy_infrastructure
{
Expand Down Expand Up @@ -84,6 +83,7 @@ boost::optional<InfrastructureCommandArray> findCommand(
DummyInfrastructureNode::DummyInfrastructureNode(const rclcpp::NodeOptions & node_options)
: Node("dummy_infrastructure", node_options)
{
using std::placeholders::_1;
// Parameter Server
set_param_res_ =
this->add_on_set_parameters_callback(std::bind(&DummyInfrastructureNode::onSetParam, this, _1));
Expand Down

0 comments on commit a4717a3

Please sign in to comment.