Skip to content

Commit

Permalink
fix(autoware_motion_utils): remove clang compiler error (#9713)
Browse files Browse the repository at this point in the history
Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc authored Dec 23, 2024
1 parent 29d14e3 commit 6a749f9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ using autoware::universe_utils::createPoint;
using autoware::universe_utils::createQuaternionFromRPY;
using autoware_planning_msgs::msg::Trajectory;

constexpr double epsilon = 1e-6;

geometry_msgs::msg::Pose createPose(
double x, double y, double z, double roll, double pitch, double yaw)
{
Expand Down

0 comments on commit 6a749f9

Please sign in to comment.