Skip to content

Commit

Permalink
<format>をインクルード
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Dec 8, 2024
1 parent 7f5bc51 commit d6a292f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crane_robot_receiver/src/robot_receiver_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <crane_msg_wrappers/consai_visualizer_wrapper.hpp>
#include <crane_msgs/msg/robot_feedback.hpp>
#include <crane_msgs/msg/robot_feedback_array.hpp>
#include <format>
#include <iostream>
#include <rclcpp/rclcpp.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <crane_msg_wrappers/consai_visualizer_wrapper.hpp>
#include <crane_msg_wrappers/robot_command_wrapper.hpp>
#include <crane_msg_wrappers/world_model_wrapper.hpp>
#include <format>
#include <functional>
#include <memory>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions crane_sender/src/ibis_sender_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <boost/asio.hpp>
#include <class_loader/visibility_control.hpp>
#include <crane_msgs/msg/robot_commands.hpp>
#include <format>
#include <iostream>
#include <memory>
#include <rclcpp/rclcpp.hpp>
Expand Down

0 comments on commit d6a292f

Please sign in to comment.