Skip to content

Commit

Permalink
chore: clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Hirakawa <shinnosuke.hirakawa@tier4.jp>
  • Loading branch information
0x126 committed Mar 14, 2022
1 parent 425c606 commit 5ab1608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ ExternalCmdSelector::ExternalCmdSelector(const rclcpp::NodeOptions & node_option
// Timer
const auto period_ns = rclcpp::Rate(update_rate).period();
timer_ = rclcpp::create_timer(
this, get_clock(), period_ns, std::bind(&ExternalCmdSelector::onTimer, this), callback_group_subscribers_);
this, get_clock(), period_ns, std::bind(&ExternalCmdSelector::onTimer, this),
callback_group_subscribers_);
}

void ExternalCmdSelector::onLocalControlCmd(const ExternalControlCommand::ConstSharedPtr msg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,5 +462,6 @@ AutowareStateMonitorNode::AutowareStateMonitorNode()
// Timer
const auto period_ns = rclcpp::Rate(update_rate_).period();
timer_ = rclcpp::create_timer(
this, get_clock(), period_ns, std::bind(&AutowareStateMonitorNode::onTimer, this), callback_group_subscribers_);
this, get_clock(), period_ns, std::bind(&AutowareStateMonitorNode::onTimer, this),
callback_group_subscribers_);
}

0 comments on commit 5ab1608

Please sign in to comment.