Skip to content

Commit

Permalink
fix(behavior_velocity_planner): remove unused utils functions (#1383)
Browse files Browse the repository at this point in the history
* fix(behavior_velocity_planner): remove unused util functions

Signed-off-by: satoshi-ota <[email protected]>

* fix(behavior_velocity_planner): use alias

Signed-off-by: satoshi-ota <[email protected]>

* fix(motion_utils): remove path_with_lane_id.hpp

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Jul 24, 2022
1 parent 9d263f2 commit f83e489
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 1,390 deletions.
1 change: 0 additions & 1 deletion common/motion_utils/include/motion_utils/motion_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define MOTION_UTILS__MOTION_UTILS_HPP_

#include "motion_utils/marker/marker_helper.hpp"
#include "motion_utils/trajectory/path_with_lane_id.hpp"
#include "motion_utils/trajectory/tmp_conversion.hpp"
#include "motion_utils/trajectory/trajectory.hpp"
#include "motion_utils/vehicle/vehicle_state_checker.hpp"
Expand Down

This file was deleted.

Loading

0 comments on commit f83e489

Please sign in to comment.