Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and ktro2828 committed May 16, 2024
1 parent 3e9596c commit a6d31a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion perception/tensorrt_mtr/data/intention_point.csv
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@
20.38882696363661,6.6267309957080425,CYCLIST
42.03949113325639,36.66604232788086,CYCLIST
10.703137148981511,9.449819202008456,CYCLIST
16.409427689342962,-16.209246635437015,CYCLIST
16.409427689342962,-16.209246635437015,CYCLIST
4 changes: 2 additions & 2 deletions perception/tensorrt_mtr/include/tensorrt_mtr/polyline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ struct PolylineData
* @param distance_threshold The distance threshold to separate polylines.
*/
PolylineData(
const std::vector<LanePoint> & points, const size_t min_num_polyline, const size_t max_num_point,
const float distance_threshold)
const std::vector<LanePoint> & points, const size_t min_num_polyline,
const size_t max_num_point, const float distance_threshold)
: num_polyline_(0), num_point_(max_num_point), distance_threshold_(distance_threshold)
{
std::size_t point_cnt = 0;
Expand Down

0 comments on commit a6d31a3

Please sign in to comment.