Skip to content

Commit 6a749f9

Browse files
authored
fix(autoware_motion_utils): remove clang compiler error (#9713)
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
1 parent 29d14e3 commit 6a749f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/autoware_motion_utils/test/src/trajectory/benchmark_calcLateralOffset.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ using autoware::universe_utils::createPoint;
2626
using autoware::universe_utils::createQuaternionFromRPY;
2727
using autoware_planning_msgs::msg::Trajectory;
2828

29-
constexpr double epsilon = 1e-6;
30-
3129
geometry_msgs::msg::Pose createPose(
3230
double x, double y, double z, double roll, double pitch, double yaw)
3331
{

0 commit comments

Comments
 (0)