We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4458293 commit 08dedb5Copy full SHA for 08dedb5
sensing/gnss_poser/src/gnss_poser_core.cpp
@@ -48,7 +48,7 @@ GNSSPoser::GNSSPoser(const rclcpp::NodeOptions & node_options)
48
position_buffer_.set_capacity(buff_epoch);
49
50
nav_sat_fix_sub_ = create_subscription<sensor_msgs::msg::NavSatFix>(
51
- "fix", rclcpp::QoS{1},
+ "fix", rclcpp::QoS{1}, std::bind(&GNSSPoser::callbackNavSatFix, this, std::placeholders::_1));
52
autoware_orientation_sub_ =
53
create_subscription<autoware_sensing_msgs::msg::GnssInsOrientationStamped>(
54
"autoware_orientation", rclcpp::QoS{1},
0 commit comments