Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov committed Dec 3, 2024
1 parent 3615161 commit a51c9de
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/lifecycle/lifecycle_listener.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <cstdio>
#include <memory>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions examples/lifecycle/lifecycle_service_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

#include <chrono>
#include <cstdio>
#include <memory>
#include <string>
#include <thread>
Expand Down
1 change: 1 addition & 0 deletions examples/lifecycle/lifecycle_talker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

#include <chrono>
#include <cstdio>
#include <iostream>
#include <memory>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions examples/zero_copy/listener.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <limits>
#include <memory>
#include <string>

#include "chatter_interface/msg/chatter.hpp"
#include "rclcpp/rclcpp.hpp"
Expand Down
2 changes: 2 additions & 0 deletions examples/zero_copy/talker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include <chrono>
#include <cstring>
#include <memory>
#include <string>
#include <utility>

#include "chatter_interface/msg/chatter.hpp"
#include "rclcpp/rclcpp.hpp"
Expand Down
1 change: 1 addition & 0 deletions ros2/test/pluginlib/ament_setup_library_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include <memory>

#include "console_bridge/console.h"
#include "gmock/gmock.h"
Expand Down
2 changes: 2 additions & 0 deletions ros2/test/pluginlib/plugin_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <memory>

#include "console_bridge/console.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Expand Down
2 changes: 2 additions & 0 deletions ros2/test/pluginlib/py_loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <memory>

#include "console_bridge/console.h"
#include "pluginlib/class_loader.hpp"
#include "pybind11/pybind11.h"
Expand Down
1 change: 1 addition & 0 deletions ros2/test/rosbag/publisher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <chrono>
#include <memory>
#include <string>

#include "rclcpp/rclcpp.hpp"
#include "std_msgs/msg/string.hpp"
Expand Down
2 changes: 2 additions & 0 deletions third_party/foxglove_bridge/foxglove_bridge_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Adapted from https://github.com/foxglove/ros-foxglove-bridge at 0.5.3.
// In the current setting Bazel rules don't support ROS 2 components, therefore,
// the node is directly instantiated here.
#include <memory>

#include "foxglove_bridge/ros2_foxglove_bridge.hpp"
#include "rclcpp/rclcpp.hpp"

Expand Down
3 changes: 3 additions & 0 deletions third_party/foxglove_bridge/foxglove_bridge_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
// SPDX-License-Identifier: MIT
#include <chrono>
#include <future>
#include <memory>
#include <string>
#include <thread>
#include <vector>

#include "foxglove_bridge/ros2_foxglove_bridge.hpp"
#include "foxglove_bridge/test/test_client.hpp"
Expand Down

0 comments on commit a51c9de

Please sign in to comment.