Skip to content

Commit

Permalink
chore(typo): temoporary => temporary (#7645)
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Yoshimoto <[email protected]>
  • Loading branch information
HansRobo authored Jun 24, 2024
1 parent ed0c45d commit 22aaa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensing/gnss_poser/src/gnss_poser_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GNSSPoser::GNSSPoser(const rclcpp::NodeOptions & node_options)
"gnss_pose_cov", rclcpp::QoS{1});
fixed_pub_ = create_publisher<tier4_debug_msgs::msg::BoolStamped>("gnss_fixed", rclcpp::QoS{1});

// Set msg_gnss_ins_orientation_stamped_ with temoporary values (not to publish zero value
// Set msg_gnss_ins_orientation_stamped_ with temporary values (not to publish zero value
// covariances)
msg_gnss_ins_orientation_stamped_->orientation.rmse_rotation_x = 1.0;
msg_gnss_ins_orientation_stamped_->orientation.rmse_rotation_y = 1.0;
Expand Down

0 comments on commit 22aaa47

Please sign in to comment.