Skip to content

Commit

Permalink
Renamed tier4_autoware_utils package and function calls to autoware_u…
Browse files Browse the repository at this point in the history
  • Loading branch information
Boluwatife Olabiran authored and privvyledge committed Jun 22, 2024
1 parent 42e965f commit 4a2ff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trajectory_loader_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Trajectory TrajectoryLoaderNode::createTrajectory(const Points & points)
for (auto & point : points) {
TrajectoryPoint trajectory_point;
Pose pose;
auto q = autoware_universe_utils::createQuaternionFromYaw(point[2]);
auto q = autoware::universe_utils::createQuaternionFromYaw(point[2]);
pose.position.x = point[0];
pose.position.y = point[1];
pose.position.z = 0.0;
Expand Down

0 comments on commit 4a2ff94

Please sign in to comment.