You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(motion_utils): clear the repeat definitions and correct the dependencies (autowarefoundation#5909)
* change .hpp name
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* change .cpp name
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* correct the #inlcude and #ifndef
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* toPath(): move the prototypes and the implementations in .hpp and .cpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* correct the dependency for /home/shen/autoware.universe/planning/behavior_path_planner/src/behavior_path_planner_node.cpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* toPath(): deleted the repeat definition in planning_interface_test_manager_utils.hpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* toPath(): corrected the call and dependency in planning_interface_test_manager.cpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* convertPathToTrajectoryPoints(), convertTrajectoryPointsToPath(), lerpOrientation(): moved to conversion.hpp and conversion.cpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* convertPathToTrajectoryPoints(): corrected the call and dependency
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* convertTrajectoryPointsToPath(): Corrected the call
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* lerpOrientation(): deleted the repeat definition in longitudinal_controller_utils.hpp and longitudinal_controller_utils.cpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* lerpOrientation(): Correct the call in longitudinal_controller_utils.hpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* lerpOrientation(): Corrected the dependency and call in test_longitudinal_controller_utils.cpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* name of conversion.cpp: modified the CMakeLists
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* namespace updated, but maybe not correct, will be tested in the next commit
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* Correct the dependencies the test_trajectory.cpp and test_interpolation.cpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* [namespace problems fixed] conversion.cpp & conversion.hpp: The dependencies have been added. Also, the namespaces have been corrected.
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* correct all the dependencies in #include
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* avoid using the ../../ in the paths
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* dependencies fixed and package added in .xml
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* change toPath() to convertToPath()
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* lerpOrientation(): move from conversion to spherical_linear_interpolation
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* fix the missing relative path definition. ../../ will not be used.
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* the unneccessary dependencies eleminated. In specific, the lerpOrientation() related dependencies in coversion.hpp and unneccessary dependencies in conversion.cpp are deleted.
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* change the function to template in .cpp and .hpp
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* change the corresponding calls to template
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* change name to convertToTrajectory()
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* style(pre-commit): autofix
* change the template of convertToPathWithLaneId()
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* fix the dependencies
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
* refactor(motion_utils): specialize class
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(motion_utils): remove unnecessary header
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
---------
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
Co-authored-by: satoshi-ota <satoshi.ota928@gmail.com>
Copy file name to clipboardexpand all lines: planning/behavior_velocity_planner_common/include/behavior_velocity_planner_common/utilization/trajectory_utils.hpp
-5
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,6 @@ using TrajectoryPoints = std::vector<TrajectoryPoint>;
35
35
using geometry_msgs::msg::Quaternion;
36
36
using TrajectoryPointWithIdx = std::pair<TrajectoryPoint, size_t>;
0 commit comments