Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 10, 2023
1 parent fa09f6f commit fb62606
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ TrajectoryPoint getExtendTrajectoryPoint(

TrajectoryPoint extend_trajectory_point;
extend_trajectory_point.pose = extend_pose;
// TODO[someone]: Transform functions creates point at inverse Z direction for non-zero pitch value
// TODO[someone]: Transform functions creates point at inverse Z direction for non-zero pitch
// value
extend_trajectory_point.pose.position.z = 2 * goal_point.pose.position.z - extend_pose.position.z;
extend_trajectory_point.longitudinal_velocity_mps = goal_point.longitudinal_velocity_mps;
extend_trajectory_point.lateral_velocity_mps = goal_point.lateral_velocity_mps;
Expand Down

0 comments on commit fb62606

Please sign in to comment.