Skip to content

Commit

Permalink
rename to autoware_
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed May 2, 2024
1 parent 92187c7 commit aac68c9
Show file tree
Hide file tree
Showing 37 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lanelet2_extension package
# autoware_lanelet2_extension package

This package contains external library for Lanelet2 and is meant to ease the use of Lanelet2 in Autoware.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/Forward.h>
#include <lanelet2_core/primitives/Lanelet.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/primitives/Lanelet.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/primitives/Lanelet.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/primitives/Lanelet.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/primitives/Lanelet.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/primitives/LineString.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/primitives/Lanelet.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include <lanelet2_extension/regulatory_elements/Forward.hpp>
#include <autoware_lanelet2_extension/regulatory_elements/Forward.hpp>

#include <lanelet2_core/primitives/LineString.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"
#include "lanelet2_extension/regulatory_elements/crosswalk.hpp"
#include "lanelet2_extension/regulatory_elements/detection_area.hpp"
#include "lanelet2_extension/regulatory_elements/no_parking_area.hpp"
#include "lanelet2_extension/regulatory_elements/no_stopping_area.hpp"
#include "lanelet2_extension/regulatory_elements/speed_bump.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/crosswalk.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/detection_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_parking_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_stopping_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/speed_bump.hpp"

#include <geometry_msgs/msg/point.hpp>
#include <geometry_msgs/msg/pose.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"
#include "lanelet2_extension/regulatory_elements/no_parking_area.hpp"
#include "lanelet2_extension/regulatory_elements/no_stopping_area.hpp"
#include "lanelet2_extension/utility/query.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_parking_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_stopping_area.hpp"
#include "autoware_lanelet2_extension/utility/query.hpp"

#include <rclcpp/rclcpp.hpp>

Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/autoware_osm_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/io/autoware_osm_parser.hpp"
#include "autoware_lanelet2_extension/io/autoware_osm_parser.hpp"

#include <lanelet2_core/geometry/LineString.h>
#include <lanelet2_io/io_handlers/Factory.h>
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/autoware_traffic_light.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"

#include <boost/variant.hpp>

Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/crosswalk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/crosswalk.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/crosswalk.hpp"

#include <boost/variant.hpp>

Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/detection_area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/detection_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/detection_area.hpp"

#include <boost/variant.hpp>

Expand Down
4 changes: 2 additions & 2 deletions autoware_lanelet2_extension/lib/landmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "lanelet2_extension/localization/landmark.hpp"
#include "autoware_lanelet2_extension/localization/landmark.hpp"

#include "lanelet2_extension/utility/message_conversion.hpp"
#include "autoware_lanelet2_extension/utility/message_conversion.hpp"

#include <Eigen/Core>

Expand Down
4 changes: 2 additions & 2 deletions autoware_lanelet2_extension/lib/message_conversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/utility/message_conversion.hpp"
#include "autoware_lanelet2_extension/utility/message_conversion.hpp"

#include "lanelet2_extension/projection/mgrs_projector.hpp"
#include "autoware_lanelet2_extension/projection/mgrs_projector.hpp"

#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/mgrs_projector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/projection/mgrs_projector.hpp"
#include "autoware_lanelet2_extension/projection/mgrs_projector.hpp"

#include <iostream>
#include <set>
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/no_parking_area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/no_parking_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_parking_area.hpp"

#include <boost/variant.hpp>

Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/no_stopping_area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/no_stopping_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_stopping_area.hpp"

#include <boost/variant.hpp>

Expand Down
20 changes: 10 additions & 10 deletions autoware_lanelet2_extension/lib/query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/utility/query.hpp"

#include "lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"
#include "lanelet2_extension/regulatory_elements/crosswalk.hpp"
#include "lanelet2_extension/regulatory_elements/detection_area.hpp"
#include "lanelet2_extension/regulatory_elements/no_parking_area.hpp"
#include "lanelet2_extension/regulatory_elements/no_stopping_area.hpp"
#include "lanelet2_extension/regulatory_elements/speed_bump.hpp"
#include "lanelet2_extension/utility/message_conversion.hpp"
#include "lanelet2_extension/utility/utilities.hpp"
#include "autoware_lanelet2_extension/utility/query.hpp"

#include "autoware_lanelet2_extension/regulatory_elements/autoware_traffic_light.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/crosswalk.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/detection_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_parking_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/no_stopping_area.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/speed_bump.hpp"
#include "autoware_lanelet2_extension/utility/message_conversion.hpp"
#include "autoware_lanelet2_extension/utility/utilities.hpp"

#include <Eigen/Eigen>
#include <autoware_utils/autoware_utils.hpp>
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/road_marking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/road_marking.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/road_marking.hpp"

#include <boost/variant.hpp>

Expand Down
6 changes: 3 additions & 3 deletions autoware_lanelet2_extension/lib/route_checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/utility/route_checker.hpp"
#include "autoware_lanelet2_extension/utility/route_checker.hpp"

#include <lanelet2_extension/utility/message_conversion.hpp>
#include <lanelet2_extension/utility/query.hpp>
#include <autoware_lanelet2_extension/utility/message_conversion.hpp>
#include <autoware_lanelet2_extension/utility/query.hpp>

#include <lanelet2_core/LaneletMap.h>

Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/speed_bump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/speed_bump.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/speed_bump.hpp"

#include <boost/variant.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// NOLINTBEGIN(readability-identifier-naming, cppcoreguidelines-pro-type-member-init)

#include "lanelet2_extension/projection/transverse_mercator_projector.hpp"
#include "autoware_lanelet2_extension/projection/transverse_mercator_projector.hpp"

#include <iostream>
#include <set>
Expand Down
12 changes: 6 additions & 6 deletions autoware_lanelet2_extension/lib/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/utility/utilities.hpp"
#include "autoware_lanelet2_extension/utility/utilities.hpp"

#include "lanelet2_extension/utility/message_conversion.hpp"
#include "lanelet2_extension/utility/query.hpp"
#include "autoware_lanelet2_extension/utility/message_conversion.hpp"
#include "autoware_lanelet2_extension/utility/query.hpp"

#include <lanelet2_core/geometry/Lanelet.h>
#include <lanelet2_core/geometry/LineString.h>
Expand Down Expand Up @@ -435,7 +435,7 @@ lanelet::ConstLanelet getExpandedLanelet(
checkForInversion(orig_right_bound_2d, expanded_right_bound_2d, right_offset);
} catch (const lanelet::GeometryError & e) {
RCLCPP_ERROR_THROTTLE(
rclcpp::get_logger("lanelet2_extension"), clock, 1000,
rclcpp::get_logger("autoware_lanelet2_extension"), clock, 1000,
"Fail to expand lanelet. output may be undesired. Lanelet points interval in map data could "
"be too narrow.");
}
Expand Down Expand Up @@ -572,14 +572,14 @@ bool lineStringToPolygon(
{
if (polygon == nullptr) {
RCLCPP_ERROR_STREAM(
rclcpp::get_logger("lanelet2_extension.visualization"),
rclcpp::get_logger("autoware_lanelet2_extension.visualization"),
__func__ << ": polygon is null pointer! Failed to convert to polygon.");
return false;
}
if (linestring.size() < 4) {
if (linestring.size() < 3 || linestring.front().id() == linestring.back().id()) {
RCLCPP_WARN_STREAM(
rclcpp::get_logger("lanelet2_extension.visualization"),
rclcpp::get_logger("autoware_lanelet2_extension.visualization"),
__func__ << ": linestring" << linestring.id()
<< " must have more than different 3 points! (size is " << linestring.size()
<< "). Failed to convert to polygon.");
Expand Down
2 changes: 1 addition & 1 deletion autoware_lanelet2_extension/lib/virtual_traffic_light.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// NOLINTBEGIN(readability-identifier-naming)

#include "lanelet2_extension/regulatory_elements/virtual_traffic_light.hpp"
#include "autoware_lanelet2_extension/regulatory_elements/virtual_traffic_light.hpp"

#include <boost/variant.hpp>

Expand Down
Loading

0 comments on commit aac68c9

Please sign in to comment.