Skip to content

Commit f386820

Browse files
authored
chore(typo): temoporary => temporary
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
1 parent ed0c45d commit f386820

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
@@ -61,7 +61,7 @@ GNSSPoser::GNSSPoser(const rclcpp::NodeOptions & node_options)
6161
"gnss_pose_cov", rclcpp::QoS{1});
6262
fixed_pub_ = create_publisher<tier4_debug_msgs::msg::BoolStamped>("gnss_fixed", rclcpp::QoS{1});
6363

64-
// Set msg_gnss_ins_orientation_stamped_ with temoporary values (not to publish zero value
64+
// Set msg_gnss_ins_orientation_stamped_ with temporary values (not to publish zero value
6565
// covariances)
6666
msg_gnss_ins_orientation_stamped_->orientation.rmse_rotation_x = 1.0;
6767
msg_gnss_ins_orientation_stamped_->orientation.rmse_rotation_y = 1.0;

0 commit comments

Comments
 (0)