Skip to content

Commit 08dedb5

Browse files
committed
.
Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com>
1 parent 4458293 commit 08dedb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensing/gnss_poser/src/gnss_poser_core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GNSSPoser::GNSSPoser(const rclcpp::NodeOptions & node_options)
4848
position_buffer_.set_capacity(buff_epoch);
4949

5050
nav_sat_fix_sub_ = create_subscription<sensor_msgs::msg::NavSatFix>(
51-
"fix", rclcpp::QoS{1},
51+
"fix", rclcpp::QoS{1}, std::bind(&GNSSPoser::callbackNavSatFix, this, std::placeholders::_1));
5252
autoware_orientation_sub_ =
5353
create_subscription<autoware_sensing_msgs::msg::GnssInsOrientationStamped>(
5454
"autoware_orientation", rclcpp::QoS{1},

0 commit comments

Comments
 (0)