Skip to content

Commit

Permalink
chore(behavior_velocity): use clippled path as marker
Browse files Browse the repository at this point in the history
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
  • Loading branch information
taikitanaka3 committed Mar 24, 2022
1 parent d87e55a commit 32ae51f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ bool OcclusionSpotModule::modifyPathVelocity(

debug_data_.z = path->points.front().point.pose.position.z;
debug_data_.possible_collisions = possible_collisions;
debug_data_.path_raw = *path;
debug_data_.path_raw = clipped_path;
return true;
}

Expand Down

0 comments on commit 32ae51f

Please sign in to comment.