Skip to content

Commit

Permalink
mkdir autoware dir
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Jun 18, 2024
1 parent 9a65911 commit b8a2b5c
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions bag2lanelet/scripts/bag2map.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from bag2way import bag2point_stamped
import folium

from tools.bag2lanelet.scripts.lanelet_xml import LaneletMap


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

#include "automatic_goal_panel.hpp"

#include <autoware_universe_utils/ros/marker_helper.hpp>
#include <autoware/universe_utils/ros/marker_helper.hpp>

namespace rviz_plugins
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef STOP_ACCEL_EVALUATOR__STOP_ACCEL_EVALUATOR_NODE_HPP_
#define STOP_ACCEL_EVALUATOR__STOP_ACCEL_EVALUATOR_NODE_HPP_

#include "autoware_universe_utils/ros/self_pose_listener.hpp"
#include "autoware/universe_utils/ros/self_pose_listener.hpp"
#include "rclcpp/rclcpp.hpp"
#include "signal_processing/lowpass_filter_1d.hpp"

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

#include "stop_accel_evaluator/stop_accel_evaluator_node.hpp"

#include "autoware_universe_utils/math/constants.hpp"
#include "autoware/universe_utils/math/constants.hpp"

#include <algorithm>
#include <memory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef DEVIATION_ESTIMATOR__AUTOWARE_UNIVERSE_UTILS_HPP_
#define DEVIATION_ESTIMATOR__AUTOWARE_UNIVERSE_UTILS_HPP_

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware_universe_utils/math/constants.hpp"
#include "autoware_universe_utils/math/normalization.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/math/constants.hpp"
#include "autoware/universe_utils/math/normalization.hpp"

#include <tf2/utils.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef DEVIATION_ESTIMATOR__DEVIATION_ESTIMATOR_HPP_
#define DEVIATION_ESTIMATOR__DEVIATION_ESTIMATOR_HPP_

#include "autoware_universe_utils/ros/transform_listener.hpp"
#include "autoware/universe_utils/ros/transform_listener.hpp"
#include "deviation_estimator/gyro_bias_module.hpp"
#include "deviation_estimator/logger.hpp"
#include "deviation_estimator/utils.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "deviation_estimator/deviation_estimator.hpp"

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "deviation_estimator/logger.hpp"
#include "deviation_estimator/utils.hpp"
#include "rclcpp/logging.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "deviation_estimator/gyro_bias_module.hpp"

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "deviation_estimator/utils.hpp"

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

#include "deviation_estimator/utils.hpp"

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "rclcpp/rclcpp.hpp"

#include <tf2/LinearMath/Quaternion.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "deviation_estimator/velocity_coef_module.hpp"

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "deviation_estimator/utils.hpp"

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "deviation_estimator/gyro_bias_module.hpp"

#include <gtest/gtest.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "deviation_estimator/deviation_estimator.hpp"

#include <gtest/gtest.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef DEVIATION_EVALUATOR__AUTOWARE_UNIVERSE_UTILS_HPP_
#define DEVIATION_EVALUATOR__AUTOWARE_UNIVERSE_UTILS_HPP_

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware_universe_utils/math/constants.hpp"
#include "autoware_universe_utils/math/normalization.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/math/constants.hpp"
#include "autoware/universe_utils/math/normalization.hpp"

#include <tf2/utils.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef DEVIATION_EVALUATOR__DEVIATION_EVALUATOR_HPP_
#define DEVIATION_EVALUATOR__DEVIATION_EVALUATOR_HPP_

#include "autoware_universe_utils/ros/transform_listener.hpp"
#include "autoware/universe_utils/ros/transform_listener.hpp"
#include "deviation_evaluator/autoware_universe_utils.hpp"
#include "rclcpp/rclcpp.hpp"
#include "tf2/LinearMath/Quaternion.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "deviation_evaluator/deviation_evaluator.hpp"

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "rclcpp/logging.hpp"

#include <algorithm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef PLANNING_DEBUG_TOOLS__TRAJECTORY_ANALYZER_HPP_
#define PLANNING_DEBUG_TOOLS__TRAJECTORY_ANALYZER_HPP_

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "motion_utils/trajectory/trajectory.hpp"
#include "planning_debug_tools/msg/trajectory_debug_info.hpp"
#include "planning_debug_tools/util.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef PLANNING_DEBUG_TOOLS__UTIL_HPP_
#define PLANNING_DEBUG_TOOLS__UTIL_HPP_

#include "autoware_universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "motion_utils/trajectory/trajectory.hpp"
#include "rclcpp/rclcpp.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <autoware_universe_utils/ros/marker_helper.hpp>
#include <autoware/universe_utils/ros/marker_helper.hpp>
#include <rclcpp/rclcpp.hpp>

#include <std_msgs/msg/header.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#else
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
#endif
#include "autoware_universe_utils/ros/transform_listener.hpp"
#include "autoware/universe_utils/ros/transform_listener.hpp"

struct TfInfo
{
Expand Down

0 comments on commit b8a2b5c

Please sign in to comment.