Skip to content

Commit

Permalink
disable yaw slerp
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Mar 16, 2022
1 parent eab3635 commit 6071830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planning/obstacle_avoidance_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,8 @@ ObstacleAvoidancePlanner::generateFineTrajectoryPoints(

// calculate yaw from x and y
// NOTE: We do not use spline interpolation to yaw in behavior path since the yaw is unstable.
fillYawInTrajectoryPoint(interpolated_traj_points);
// Currently this implementation is removed since this calculation is heavy (~20ms)
// fillYawInTrajectoryPoint(interpolated_traj_points);

// compensate last pose
points_utils::compensateLastPose(
Expand Down

0 comments on commit 6071830

Please sign in to comment.