Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: oguzkaganozt <[email protected]>
  • Loading branch information
oguzkaganozt committed Feb 26, 2024
1 parent 1fee6e8 commit 4458293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sensing/gnss_poser/src/gnss_poser_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ GNSSPoser::GNSSPoser(const rclcpp::NodeOptions & node_options)
position_buffer_.set_capacity(buff_epoch);

nav_sat_fix_sub_ = create_subscription<sensor_msgs::msg::NavSatFix>(
"fixaaaaaaaaaaaaaaaaaaaaaaa", rclcpp::QoS{1},
std::bind(&GNSSPoser::callbackNavSatFix, this, std::placeholders::_1));
"fix", rclcpp::QoS{1},
autoware_orientation_sub_ =
create_subscription<autoware_sensing_msgs::msg::GnssInsOrientationStamped>(
"autoware_orientation", rclcpp::QoS{1},
Expand Down

0 comments on commit 4458293

Please sign in to comment.