|
12 | 12 | // See the License for the specific language governing permissions and
|
13 | 13 | // limitations under the License.
|
14 | 14 |
|
15 |
| -#include "autoware_static_centerline_generator/static_centerline_generator_node.hpp" |
| 15 | +#include "static_centerline_generator/static_centerline_generator_node.hpp" |
16 | 16 |
|
17 |
| -#include "autoware_static_centerline_optimizer/msg/points_with_lane_id.hpp" |
18 |
| -#include "autoware_static_centerline_optimizer/type_alias.hpp" |
19 |
| -#include "autoware_static_centerline_optimizer/utils.hpp" |
20 | 17 | #include "lanelet2_extension/utility/message_conversion.hpp"
|
21 | 18 | #include "lanelet2_extension/utility/query.hpp"
|
22 | 19 | #include "lanelet2_extension/utility/utilities.hpp"
|
23 | 20 | #include "map_loader/lanelet2_map_loader_node.hpp"
|
24 | 21 | #include "map_projection_loader/load_info_from_lanelet2_map.hpp"
|
25 | 22 | #include "motion_utils/resample/resample.hpp"
|
26 | 23 | #include "motion_utils/trajectory/conversion.hpp"
|
27 |
| -#include "autoware_static_centerline_generator/centerline_source/bag_ego_trajectory_based_centerline.hpp" |
| 24 | +#include "static_centerline_generator/centerline_source/bag_ego_trajectory_based_centerline.hpp" |
28 | 25 | #include "autoware_static_centerline_generator/msg/points_with_lane_id.hpp"
|
29 |
| -#include "autoware_static_centerline_generator/type_alias.hpp" |
30 |
| -#include "autoware_static_centerline_generator/utils.hpp" |
| 26 | +#include "static_centerline_generator/type_alias.hpp" |
| 27 | +#include "static_centerline_generator/utils.hpp" |
31 | 28 | #include "obstacle_avoidance_planner/node.hpp"
|
32 | 29 | #include "path_smoother/elastic_band_smoother.hpp"
|
33 | 30 | #include "tier4_autoware_utils/geometry/geometry.hpp"
|
|
0 commit comments