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 committed Dec 16, 2024
1 parent 86ba21f commit 89c8ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ using namespace std::literals;
using std::chrono::duration;
using std::chrono::duration_cast;
using std::chrono::nanoseconds;
using std::placeholders::_1;

namespace
{
Expand Down Expand Up @@ -73,6 +72,7 @@ enum class RadarTrackObjectID {
RadarTracksMsgsConverterNode::RadarTracksMsgsConverterNode(const rclcpp::NodeOptions & node_options)
: Node("radar_tracks_msgs_converter", node_options)
{
using std::placeholders::_1;
// Parameter Server
set_param_res_ = this->add_on_set_parameters_callback(
std::bind(&RadarTracksMsgsConverterNode::onSetParam, this, _1));
Expand Down

0 comments on commit 89c8ab0

Please sign in to comment.