Skip to content

Commit

Permalink
remove unused space.
Browse files Browse the repository at this point in the history
  • Loading branch information
t4-adc committed Mar 6, 2025
1 parent 815dd9e commit 97d1e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/concealer/src/publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ auto NormalDistribution<nav_msgs::msg::Odometry>::operator()(nav_msgs::msg::Odom
odometry.pose.pose.orientation.w, odometry.pose.pose.orientation.x,
odometry.pose.pose.orientation.y, odometry.pose.pose.orientation.z);

const double speed = std::hypot(
const double speed = std::hypot(
odometry.twist.twist.linear.x, odometry.twist.twist.linear.y, odometry.twist.twist.linear.z);
if (speed < speed_threshold) {
return odometry;
Expand Down

0 comments on commit 97d1e78

Please sign in to comment.