Skip to content

Commit

Permalink
remove debug print statement in setDrivableAreaInfo function
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Jan 26, 2024
1 parent 57cf88d commit 5a8d125
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,6 @@ bool StartPlannerModule::planFreespacePath()
void StartPlannerModule::setDrivableAreaInfo(BehaviorModuleOutput & output) const
{
if (status_.planner_type == PlannerType::FREESPACE) {
std::cerr << "Freespace planner updated drivable area." << std::endl;
const double drivable_area_margin = planner_data_->parameters.vehicle_width;
output.drivable_area_info.drivable_margin =
planner_data_->parameters.vehicle_width / 2.0 + drivable_area_margin;
Expand Down

0 comments on commit 5a8d125

Please sign in to comment.