We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fee6e8 commit 4458293Copy full SHA for 4458293
sensing/gnss_poser/src/gnss_poser_core.cpp
@@ -48,8 +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
- "fixaaaaaaaaaaaaaaaaaaaaaaa", rclcpp::QoS{1},
52
- std::bind(&GNSSPoser::callbackNavSatFix, this, std::placeholders::_1));
+ "fix", rclcpp::QoS{1},
53
autoware_orientation_sub_ =
54
create_subscription<autoware_sensing_msgs::msg::GnssInsOrientationStamped>(
55
"autoware_orientation", rclcpp::QoS{1},
0 commit comments