Skip to content

Commit

Permalink
fix(autoware_behavior_velocity_planner_common): fix clang-diagnostic-…
Browse files Browse the repository at this point in the history
…unused-const-variable (#9413)

fix: clang-diagnostic-unused-const-variable

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 20, 2024
1 parent ce3d682 commit e3aba55
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <memory>
#include <vector>

constexpr double DOUBLE_EPSILON = 1e-6;

namespace autoware::behavior_velocity_planner
{
bool splineInterpolate(
Expand Down

0 comments on commit e3aba55

Please sign in to comment.