Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Aug 7, 2023
1 parent b9971e2 commit edb7ffc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ void DynamicAvoidanceModule::updateTargetObjects()

// 1.c. check if object is not crossing ego's path
const double obj_angle = calcDiffAngleAgainstPath(prev_module_path->points, obj_pose);
std::cerr << obj_uuid << " " << obj_angle << std::endl;
const double max_crossing_object_angle = 0.0 <= obj_tangent_vel
? parameters_->max_overtaking_crossing_object_angle
: parameters_->max_oncoming_crossing_object_angle;
Expand Down

0 comments on commit edb7ffc

Please sign in to comment.