Skip to content

Commit

Permalink
Update planning/path_smoother/src/elastic_band_smoother.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 8d20853 commit bbf7542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/path_smoother/src/elastic_band_smoother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void ElasticBandSmoother::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 bbf7542

Please sign in to comment.