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 bbf7542 commit c6cd2db
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 @@ -43,7 +43,7 @@ StringStamped createStringStamped(const rclcpp::Time & now, const std::string &
return msg;
}

Float64Stamped createFloat32Stamped(const rclcpp::Time & now, const float & data)
Float64Stamped createFloat64Stamped(const rclcpp::Time & now, const float & data)
{
Float64Stamped msg;
msg.stamp = now;
Expand Down

0 comments on commit c6cd2db

Please sign in to comment.