Skip to content

Commit

Permalink
fix: imu gnss poser build warning (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi authored Sep 26, 2024
1 parent de95e49 commit 572bdf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ImuGnssPoser : public rclcpp::Node
imu_msg_ = *msg;
}

void twist_callback(const geometry_msgs::msg::TwistWithCovarianceStamped::SharedPtr msg)
void twist_callback(const geometry_msgs::msg::TwistWithCovarianceStamped::SharedPtr)
{
is_ekf_initialized_ = true;
}
Expand Down

0 comments on commit 572bdf3

Please sign in to comment.