File tree 17 files changed +21
-22
lines changed
include/autoware_utils_geometry
17 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__ALT_GEOMETRY_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__ALT_GEOMETRY_HPP_
17
17
18
- #include " autoware_utils_geometry/geometry/ boost_geometry.hpp"
18
+ #include " autoware_utils_geometry/boost_geometry.hpp"
19
19
20
20
#include < list>
21
21
#include < optional>
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__BOOST_POLYGON_UTILS_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__BOOST_POLYGON_UTILS_HPP_
17
17
18
- #include " autoware_utils_geometry/geometry/ boost_geometry.hpp"
18
+ #include < autoware_utils_geometry/boost_geometry.hpp>
19
19
20
20
#include < autoware_perception_msgs/msg/detected_object.hpp>
21
21
#include < autoware_perception_msgs/msg/predicted_object.hpp>
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__EAR_CLIPPING_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__EAR_CLIPPING_HPP_
17
17
18
- #include " autoware_utils_geometry/geometry/ alt_geometry.hpp"
18
+ #include " autoware_utils_geometry/alt_geometry.hpp"
19
19
20
20
#include < optional>
21
21
#include < vector>
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__GEOMETRY_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__GEOMETRY_HPP_
17
17
18
- #include " autoware_utils_geometry/geometry/ boost_geometry.hpp"
18
+ #include " autoware_utils_geometry/boost_geometry.hpp"
19
19
#include " autoware_utils_geometry/msg/covariance.hpp"
20
20
#include " autoware_utils_math/constants.hpp"
21
21
#include " autoware_utils_math/normalization.hpp"
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__GJK_2D_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__GJK_2D_HPP_
17
17
18
- #include " autoware_utils_geometry/geometry/ boost_geometry.hpp"
18
+ #include < autoware_utils_geometry/boost_geometry.hpp>
19
19
20
20
namespace autoware_utils_geometry ::gjk
21
21
{
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__RANDOM_CONCAVE_POLYGON_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__RANDOM_CONCAVE_POLYGON_HPP_
17
17
18
- #include < autoware_utils_geometry/geometry/geometry .hpp>
18
+ #include < autoware_utils_geometry/geometry.hpp>
19
19
20
20
#include < optional>
21
21
#include < vector>
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__RANDOM_CONVEX_POLYGON_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__RANDOM_CONVEX_POLYGON_HPP_
17
17
18
- #include < autoware_utils_geometry/geometry/geometry .hpp>
18
+ #include < autoware_utils_geometry/geometry.hpp>
19
19
20
20
namespace autoware_utils_geometry
21
21
{
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOWARE_UTILS_GEOMETRY__SAT_2D_HPP_
16
16
#define AUTOWARE_UTILS_GEOMETRY__SAT_2D_HPP_
17
17
18
- #include " autoware_utils_geometry/geometry/ boost_geometry.hpp"
18
+ #include < autoware_utils_geometry/boost_geometry.hpp>
19
19
20
20
namespace autoware_utils_geometry ::sat
21
21
{
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/ alt_geometry.hpp"
15
+ #include " autoware_utils_geometry/alt_geometry.hpp"
16
16
17
17
#include < algorithm>
18
18
#include < limits>
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/ boost_polygon_utils.hpp"
15
+ #include " autoware_utils_geometry/boost_polygon_utils.hpp"
16
16
17
- #include " autoware_utils_geometry/geometry/geometry .hpp"
17
+ #include " autoware_utils_geometry/geometry.hpp"
18
18
19
19
#include < boost/geometry/geometry.hpp>
20
20
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/ ear_clipping.hpp"
15
+ #include " autoware_utils_geometry/ear_clipping.hpp"
16
16
17
17
#include < algorithm>
18
18
#include < limits>
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/geometry .hpp"
15
+ #include " autoware_utils_geometry/geometry.hpp"
16
16
17
- #include " autoware_utils_geometry/geometry/ gjk_2d.hpp"
17
+ #include " autoware_utils_geometry/gjk_2d.hpp"
18
18
19
19
#include < Eigen/Geometry>
20
20
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/gjk_2d.hpp"
16
-
17
- #include " autoware_utils_geometry/geometry/boost_geometry.hpp"
15
+ #include < autoware_utils_geometry/boost_geometry.hpp>
16
+ #include < autoware_utils_geometry/gjk_2d.hpp>
18
17
19
18
#include < boost/geometry/algorithms/equals.hpp>
20
19
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/ pose_deviation.hpp"
15
+ #include " autoware_utils_geometry/pose_deviation.hpp"
16
16
17
17
#include " autoware_utils_math/normalization.hpp"
18
18
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/ random_concave_polygon.hpp"
15
+ #include " autoware_utils_geometry/random_concave_polygon.hpp"
16
16
17
- #include " autoware_utils_geometry/geometry/ boost_geometry.hpp"
17
+ #include " autoware_utils_geometry/boost_geometry.hpp"
18
18
19
19
#include < boost/geometry/algorithms/convex_hull.hpp>
20
20
#include < boost/geometry/algorithms/correct.hpp>
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/ random_convex_polygon.hpp"
15
+ #include " autoware_utils_geometry/random_convex_polygon.hpp"
16
16
17
17
#include < boost/geometry/algorithms/correct.hpp>
18
18
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_utils_geometry/geometry/ sat_2d.hpp"
15
+ #include < autoware_utils_geometry/sat_2d.hpp>
16
16
17
17
#include < utility>
18
18
You can’t perform that action at this time.
0 commit comments