Skip to content

Commit

Permalink
Fix Code Style On ball-placement-obstacle (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
1 parent 81d751d commit f6db777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soccer/src/soccer/planning/primitives/create_path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Trajectory rrt(const LinearMotionInstant& start, const LinearMotionInstant& goal
return path;
}


static std::unordered_map<uint8_t, std::tuple<double, double, double>> cached_intermediate_tuple_{};

Trajectory intermediate(const LinearMotionInstant& start, const LinearMotionInstant& goal,
Expand Down

0 comments on commit f6db777

Please sign in to comment.