|
| 1 | +// Copyright 2024 Tier IV, Inc. All rights reserved. |
| 2 | + |
| 3 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +// you may not use this file except in compliance with the License. |
| 5 | +// You may obtain a copy of the License at |
| 6 | + |
| 7 | +// http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | + |
| 9 | +// Unless required by applicable law or agreed to in writing, software |
| 10 | +// distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +// See the License for the specific language governing permissions and |
| 13 | +// limitations under the License. |
| 14 | + |
1 | 15 | #include "freespace_planning_algorithms/astar_search.hpp"
|
2 | 16 | #include "freespace_planning_algorithms/abstract_algorithm.hpp"
|
3 | 17 | #include <rclcpp/rclcpp.hpp>
|
|
6 | 20 | #include <geometry_msgs/msg/pose_array.hpp>
|
7 | 21 | #include <nav_msgs/msg/occupancy_grid.hpp>
|
8 | 22 |
|
9 |
| - |
10 | 23 | #include <pybind11/pybind11.h>
|
11 |
| -// #include <pybind11/stl.h> |
12 |
| -// #include <pybind11/stl_bind.h> |
13 |
| -// #include <pybind11/eigen.h> |
14 |
| -// #include <pybind11/chrono.h> |
15 |
| -// #include <pybind11/complex.h> |
16 |
| -// #include <pybind11/functional.h> |
17 | 24 |
|
18 | 25 | using namespace freespace_planning_algorithms;
|
19 | 26 |
|
|
0 commit comments