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 6c33471 commit 708fdb1
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 @@ -45,7 +45,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 708fdb1

Please sign in to comment.