Skip to content

Commit

Permalink
Update planning/obstacle_avoidance_planner/src/node.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Takamasa Horibe <[email protected]>
  • Loading branch information
satoshi-ota and TakaHoribe authored Oct 12, 2023
1 parent c6cd2db commit 6c33471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/obstacle_avoidance_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void ObstacleAvoidancePlanner::onPath(const Path::ConstSharedPtr path_ptr)
const auto calculation_time_msg = createStringStamped(now(), time_keeper_ptr_->getLog());
debug_calculation_time_str_pub_->publish(calculation_time_msg);
debug_calculation_time_float_pub_->publish(
createFloat32Stamped(now(), time_keeper_ptr_->getAccumulatedTime()));
createFloat64Stamped(now(), time_keeper_ptr_->getAccumulatedTime()));

const auto output_traj_msg =
trajectory_utils::createTrajectory(path_ptr->header, full_traj_points);
Expand Down

0 comments on commit 6c33471

Please sign in to comment.