diff --git a/rviz_common/include/rviz_common/display.hpp b/rviz_common/include/rviz_common/display.hpp index cbd9e8e73..27f849f56 100644 --- a/rviz_common/include/rviz_common/display.hpp +++ b/rviz_common/include/rviz_common/display.hpp @@ -36,6 +36,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "rclcpp/time.hpp" diff --git a/rviz_common/include/rviz_common/display_group.hpp b/rviz_common/include/rviz_common/display_group.hpp index 0cd9ad75a..9d0979587 100644 --- a/rviz_common/include/rviz_common/display_group.hpp +++ b/rviz_common/include/rviz_common/display_group.hpp @@ -32,6 +32,8 @@ #ifndef RVIZ_COMMON__DISPLAY_GROUP_HPP_ #define RVIZ_COMMON__DISPLAY_GROUP_HPP_ +#include + #include "rviz_common/display.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/factory/class_id_recording_factory.hpp b/rviz_common/include/rviz_common/factory/class_id_recording_factory.hpp index a77f97d2a..495480b56 100644 --- a/rviz_common/include/rviz_common/factory/class_id_recording_factory.hpp +++ b/rviz_common/include/rviz_common/factory/class_id_recording_factory.hpp @@ -32,6 +32,8 @@ #ifndef RVIZ_COMMON__FACTORY__CLASS_ID_RECORDING_FACTORY_HPP_ #define RVIZ_COMMON__FACTORY__CLASS_ID_RECORDING_FACTORY_HPP_ +#include + #include "./factory.hpp" namespace rviz_common diff --git a/rviz_common/include/rviz_common/message_filter_display.hpp b/rviz_common/include/rviz_common/message_filter_display.hpp index f52796eac..9cae38fb0 100644 --- a/rviz_common/include/rviz_common/message_filter_display.hpp +++ b/rviz_common/include/rviz_common/message_filter_display.hpp @@ -35,6 +35,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include #include "rviz_common/ros_topic_display.hpp" diff --git a/rviz_common/include/rviz_common/panel.hpp b/rviz_common/include/rviz_common/panel.hpp index 6be7b89a8..2dba09bfa 100644 --- a/rviz_common/include/rviz_common/panel.hpp +++ b/rviz_common/include/rviz_common/panel.hpp @@ -33,6 +33,7 @@ #ifndef RVIZ_COMMON__PANEL_HPP_ #define RVIZ_COMMON__PANEL_HPP_ +#include #include #include "rviz_common/config.hpp" diff --git a/rviz_common/include/rviz_common/panel_dock_widget.hpp b/rviz_common/include/rviz_common/panel_dock_widget.hpp index 10ef9c0cf..1a96a0925 100644 --- a/rviz_common/include/rviz_common/panel_dock_widget.hpp +++ b/rviz_common/include/rviz_common/panel_dock_widget.hpp @@ -34,6 +34,7 @@ #include #include +#include #include "rviz_common/config.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/bool_property.hpp b/rviz_common/include/rviz_common/properties/bool_property.hpp index 5d29338b8..918b85371 100644 --- a/rviz_common/include/rviz_common/properties/bool_property.hpp +++ b/rviz_common/include/rviz_common/properties/bool_property.hpp @@ -32,6 +32,8 @@ #ifndef RVIZ_COMMON__PROPERTIES__BOOL_PROPERTY_HPP_ #define RVIZ_COMMON__PROPERTIES__BOOL_PROPERTY_HPP_ +#include + #include "rviz_common/properties/property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/combo_box.hpp b/rviz_common/include/rviz_common/properties/combo_box.hpp index fcea21e07..efabd64e5 100644 --- a/rviz_common/include/rviz_common/properties/combo_box.hpp +++ b/rviz_common/include/rviz_common/properties/combo_box.hpp @@ -31,6 +31,7 @@ #define RVIZ_COMMON__PROPERTIES__COMBO_BOX_HPP_ #include +#include #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/covariance_property.hpp b/rviz_common/include/rviz_common/properties/covariance_property.hpp index e5b5ee6c3..dbdd58a0e 100644 --- a/rviz_common/include/rviz_common/properties/covariance_property.hpp +++ b/rviz_common/include/rviz_common/properties/covariance_property.hpp @@ -38,6 +38,7 @@ #include #include // NOLINT cpplint cannot handle include order here +#include // NOLINT cpplint cannot handle include order here #include "rviz_common/properties/bool_property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/enum_property.hpp b/rviz_common/include/rviz_common/properties/enum_property.hpp index 472e88a67..91f15c702 100644 --- a/rviz_common/include/rviz_common/properties/enum_property.hpp +++ b/rviz_common/include/rviz_common/properties/enum_property.hpp @@ -32,10 +32,11 @@ #ifndef RVIZ_COMMON__PROPERTIES__ENUM_PROPERTY_HPP_ #define RVIZ_COMMON__PROPERTIES__ENUM_PROPERTY_HPP_ -#include - #include +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/string_property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/file_picker_property.hpp b/rviz_common/include/rviz_common/properties/file_picker_property.hpp index 8224b812f..169ae3af7 100644 --- a/rviz_common/include/rviz_common/properties/file_picker_property.hpp +++ b/rviz_common/include/rviz_common/properties/file_picker_property.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_COMMON__PROPERTIES__FILE_PICKER_PROPERTY_HPP_ #define RVIZ_COMMON__PROPERTIES__FILE_PICKER_PROPERTY_HPP_ +#include + #include "rviz_common/properties/string_property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/float_property.hpp b/rviz_common/include/rviz_common/properties/float_property.hpp index 9d035abd9..e503bdd73 100644 --- a/rviz_common/include/rviz_common/properties/float_property.hpp +++ b/rviz_common/include/rviz_common/properties/float_property.hpp @@ -32,6 +32,8 @@ #ifndef RVIZ_COMMON__PROPERTIES__FLOAT_PROPERTY_HPP_ #define RVIZ_COMMON__PROPERTIES__FLOAT_PROPERTY_HPP_ +#include + #include "rviz_common/properties/property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/grouped_checkbox_property.hpp b/rviz_common/include/rviz_common/properties/grouped_checkbox_property.hpp index 210ef4df1..dd6df74ae 100644 --- a/rviz_common/include/rviz_common/properties/grouped_checkbox_property.hpp +++ b/rviz_common/include/rviz_common/properties/grouped_checkbox_property.hpp @@ -33,6 +33,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/bool_property.hpp" namespace rviz_common diff --git a/rviz_common/include/rviz_common/properties/int_property.hpp b/rviz_common/include/rviz_common/properties/int_property.hpp index bd0868d38..91620f889 100644 --- a/rviz_common/include/rviz_common/properties/int_property.hpp +++ b/rviz_common/include/rviz_common/properties/int_property.hpp @@ -32,6 +32,8 @@ #ifndef RVIZ_COMMON__PROPERTIES__INT_PROPERTY_HPP_ #define RVIZ_COMMON__PROPERTIES__INT_PROPERTY_HPP_ +#include + #include "rviz_common/properties/property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/property_tree_model.hpp b/rviz_common/include/rviz_common/properties/property_tree_model.hpp index 23be21aba..95a7cfdbc 100644 --- a/rviz_common/include/rviz_common/properties/property_tree_model.hpp +++ b/rviz_common/include/rviz_common/properties/property_tree_model.hpp @@ -33,6 +33,7 @@ #define RVIZ_COMMON__PROPERTIES__PROPERTY_TREE_MODEL_HPP_ #include +#include #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/property_tree_widget.hpp b/rviz_common/include/rviz_common/properties/property_tree_widget.hpp index 0450d0a30..ce18508d6 100644 --- a/rviz_common/include/rviz_common/properties/property_tree_widget.hpp +++ b/rviz_common/include/rviz_common/properties/property_tree_widget.hpp @@ -33,6 +33,7 @@ #define RVIZ_COMMON__PROPERTIES__PROPERTY_TREE_WIDGET_HPP_ #include +#include #include "./property_tree_model.hpp" #include "rviz_common/config.hpp" diff --git a/rviz_common/include/rviz_common/properties/quaternion_property.hpp b/rviz_common/include/rviz_common/properties/quaternion_property.hpp index 1b3f36723..50fd6bfd4 100644 --- a/rviz_common/include/rviz_common/properties/quaternion_property.hpp +++ b/rviz_common/include/rviz_common/properties/quaternion_property.hpp @@ -33,6 +33,8 @@ #include +#include + #include "rviz_common/properties/property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/regex_filter_property.hpp b/rviz_common/include/rviz_common/properties/regex_filter_property.hpp index 468565200..2cf45c354 100644 --- a/rviz_common/include/rviz_common/properties/regex_filter_property.hpp +++ b/rviz_common/include/rviz_common/properties/regex_filter_property.hpp @@ -30,14 +30,15 @@ #ifndef RVIZ_COMMON__PROPERTIES__REGEX_FILTER_PROPERTY_HPP_ #define RVIZ_COMMON__PROPERTIES__REGEX_FILTER_PROPERTY_HPP_ -#include -#include -#include -#include - #include #include +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/string_property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/ros_topic_property.hpp b/rviz_common/include/rviz_common/properties/ros_topic_property.hpp index cc39bf3fc..ede824a45 100644 --- a/rviz_common/include/rviz_common/properties/ros_topic_property.hpp +++ b/rviz_common/include/rviz_common/properties/ros_topic_property.hpp @@ -32,6 +32,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/editable_enum_property.hpp" #include "rviz_common/ros_integration/ros_node_abstraction_iface.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/status_property.hpp b/rviz_common/include/rviz_common/properties/status_property.hpp index 7d8f5adef..bd3ee6808 100644 --- a/rviz_common/include/rviz_common/properties/status_property.hpp +++ b/rviz_common/include/rviz_common/properties/status_property.hpp @@ -33,6 +33,7 @@ #define RVIZ_COMMON__PROPERTIES__STATUS_PROPERTY_HPP_ #include +#include #include "rviz_common/properties/property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/string_property.hpp b/rviz_common/include/rviz_common/properties/string_property.hpp index b8228e4a0..88942aaab 100644 --- a/rviz_common/include/rviz_common/properties/string_property.hpp +++ b/rviz_common/include/rviz_common/properties/string_property.hpp @@ -34,6 +34,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/properties/tf_frame_property.hpp b/rviz_common/include/rviz_common/properties/tf_frame_property.hpp index f5b0f2984..ec16456c5 100644 --- a/rviz_common/include/rviz_common/properties/tf_frame_property.hpp +++ b/rviz_common/include/rviz_common/properties/tf_frame_property.hpp @@ -33,6 +33,9 @@ #define RVIZ_COMMON__PROPERTIES__TF_FRAME_PROPERTY_HPP_ #include + +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/frame_manager_iface.hpp" #include "./editable_enum_property.hpp" diff --git a/rviz_common/include/rviz_common/properties/vector_property.hpp b/rviz_common/include/rviz_common/properties/vector_property.hpp index 6bd9bd2d9..82a3eadf4 100644 --- a/rviz_common/include/rviz_common/properties/vector_property.hpp +++ b/rviz_common/include/rviz_common/properties/vector_property.hpp @@ -34,6 +34,8 @@ #include +#include + #include "rviz_common/properties/property.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/ros_topic_display.hpp b/rviz_common/include/rviz_common/ros_topic_display.hpp index 328e5b463..df91af847 100644 --- a/rviz_common/include/rviz_common/ros_topic_display.hpp +++ b/rviz_common/include/rviz_common/ros_topic_display.hpp @@ -40,6 +40,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #endif #include "rclcpp/qos.hpp" diff --git a/rviz_common/include/rviz_common/tool_manager.hpp b/rviz_common/include/rviz_common/tool_manager.hpp index bdb37871d..7431cea8b 100644 --- a/rviz_common/include/rviz_common/tool_manager.hpp +++ b/rviz_common/include/rviz_common/tool_manager.hpp @@ -37,6 +37,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/factory/pluginlib_factory.hpp" diff --git a/rviz_common/include/rviz_common/view_manager.hpp b/rviz_common/include/rviz_common/view_manager.hpp index 3a95311f8..dd7b8043b 100644 --- a/rviz_common/include/rviz_common/view_manager.hpp +++ b/rviz_common/include/rviz_common/view_manager.hpp @@ -37,6 +37,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/properties/property.hpp" diff --git a/rviz_common/include/rviz_common/visualization_manager.hpp b/rviz_common/include/rviz_common/visualization_manager.hpp index fa930d3e2..921507660 100644 --- a/rviz_common/include/rviz_common/visualization_manager.hpp +++ b/rviz_common/include/rviz_common/visualization_manager.hpp @@ -36,6 +36,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rclcpp/clock.hpp" #include "rclcpp/time.hpp" #include "tf2_ros/transform_listener.h" diff --git a/rviz_common/include/rviz_common/visualizer_app.hpp b/rviz_common/include/rviz_common/visualizer_app.hpp index 14670a856..a053ebfae 100644 --- a/rviz_common/include/rviz_common/visualizer_app.hpp +++ b/rviz_common/include/rviz_common/visualizer_app.hpp @@ -36,6 +36,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/ros_integration/ros_client_abstraction_iface.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/window_manager_interface.hpp b/rviz_common/include/rviz_common/window_manager_interface.hpp index 2bc6bf3ab..e295f6aa0 100644 --- a/rviz_common/include/rviz_common/window_manager_interface.hpp +++ b/rviz_common/include/rviz_common/window_manager_interface.hpp @@ -33,6 +33,7 @@ #define RVIZ_COMMON__WINDOW_MANAGER_INTERFACE_HPP_ #include +#include class QWidget; class QString; diff --git a/rviz_common/include/rviz_common/yaml_config_reader.hpp b/rviz_common/include/rviz_common/yaml_config_reader.hpp index 85afe2984..e862fe7b1 100644 --- a/rviz_common/include/rviz_common/yaml_config_reader.hpp +++ b/rviz_common/include/rviz_common/yaml_config_reader.hpp @@ -34,6 +34,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/config.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/include/rviz_common/yaml_config_writer.hpp b/rviz_common/include/rviz_common/yaml_config_writer.hpp index 0f524b79c..dfb9cafe4 100644 --- a/rviz_common/include/rviz_common/yaml_config_writer.hpp +++ b/rviz_common/include/rviz_common/yaml_config_writer.hpp @@ -34,6 +34,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/config.hpp" #include "rviz_common/visibility_control.hpp" diff --git a/rviz_common/src/rviz_common/add_display_dialog.cpp b/rviz_common/src/rviz_common/add_display_dialog.cpp index d2c444b23..e25199813 100644 --- a/rviz_common/src/rviz_common/add_display_dialog.cpp +++ b/rviz_common/src/rviz_common/add_display_dialog.cpp @@ -47,6 +47,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here diff --git a/rviz_common/src/rviz_common/add_display_dialog.hpp b/rviz_common/src/rviz_common/add_display_dialog.hpp index e35152853..98b160de9 100644 --- a/rviz_common/src/rviz_common/add_display_dialog.hpp +++ b/rviz_common/src/rviz_common/add_display_dialog.hpp @@ -39,6 +39,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/factory/factory.hpp" diff --git a/rviz_common/src/rviz_common/config.cpp b/rviz_common/src/rviz_common/config.cpp index 6741e2fed..ef0b6c954 100644 --- a/rviz_common/src/rviz_common/config.cpp +++ b/rviz_common/src/rviz_common/config.cpp @@ -32,6 +32,7 @@ #include "rviz_common/config.hpp" #include +#include namespace rviz_common { diff --git a/rviz_common/src/rviz_common/display.cpp b/rviz_common/src/rviz_common/display.cpp index 11049fac5..76a7b80c8 100644 --- a/rviz_common/src/rviz_common/display.cpp +++ b/rviz_common/src/rviz_common/display.cpp @@ -43,6 +43,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "rclcpp/time.hpp" #include "rclcpp/rclcpp.hpp" diff --git a/rviz_common/src/rviz_common/display_factory.cpp b/rviz_common/src/rviz_common/display_factory.cpp index 6225bdb0e..66dfbe2f6 100644 --- a/rviz_common/src/rviz_common/display_factory.cpp +++ b/rviz_common/src/rviz_common/display_factory.cpp @@ -35,6 +35,8 @@ #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/display_group.hpp" #include "rviz_common/logging.hpp" diff --git a/rviz_common/src/rviz_common/display_group.cpp b/rviz_common/src/rviz_common/display_group.cpp index 7051e977d..17acf5ce1 100644 --- a/rviz_common/src/rviz_common/display_group.cpp +++ b/rviz_common/src/rviz_common/display_group.cpp @@ -35,6 +35,7 @@ #include #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "./display_factory.hpp" #include "./failed_display.hpp" diff --git a/rviz_common/src/rviz_common/displays_panel.cpp b/rviz_common/src/rviz_common/displays_panel.cpp index 31fd04b90..57144de73 100644 --- a/rviz_common/src/rviz_common/displays_panel.cpp +++ b/rviz_common/src/rviz_common/displays_panel.cpp @@ -39,6 +39,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here diff --git a/rviz_common/src/rviz_common/failed_display.cpp b/rviz_common/src/rviz_common/failed_display.cpp index 7f3619d72..b6f26ef6f 100644 --- a/rviz_common/src/rviz_common/failed_display.cpp +++ b/rviz_common/src/rviz_common/failed_display.cpp @@ -32,6 +32,7 @@ #include "failed_display.hpp" #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/load_resource.hpp" #include "rviz_common/properties/status_property.hpp" diff --git a/rviz_common/src/rviz_common/failed_display.hpp b/rviz_common/src/rviz_common/failed_display.hpp index e507c46ba..2c889f29c 100644 --- a/rviz_common/src/rviz_common/failed_display.hpp +++ b/rviz_common/src/rviz_common/failed_display.hpp @@ -32,6 +32,8 @@ #ifndef RVIZ_COMMON__FAILED_DISPLAY_HPP_ #define RVIZ_COMMON__FAILED_DISPLAY_HPP_ +#include + #include "rviz_common/display.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/failed_panel.cpp b/rviz_common/src/rviz_common/failed_panel.cpp index 1c2137563..3cbce5720 100644 --- a/rviz_common/src/rviz_common/failed_panel.cpp +++ b/rviz_common/src/rviz_common/failed_panel.cpp @@ -34,6 +34,7 @@ #include #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here namespace rviz_common diff --git a/rviz_common/src/rviz_common/failed_panel.hpp b/rviz_common/src/rviz_common/failed_panel.hpp index 92dda77de..3eac20b36 100644 --- a/rviz_common/src/rviz_common/failed_panel.hpp +++ b/rviz_common/src/rviz_common/failed_panel.hpp @@ -34,6 +34,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/panel.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/failed_tool.cpp b/rviz_common/src/rviz_common/failed_tool.cpp index 2b6d83fd1..8185833d9 100644 --- a/rviz_common/src/rviz_common/failed_tool.cpp +++ b/rviz_common/src/rviz_common/failed_tool.cpp @@ -32,6 +32,7 @@ #include "failed_tool.hpp" #include +#include #include "rviz_common/window_manager_interface.hpp" #include "rviz_common/display_context.hpp" diff --git a/rviz_common/src/rviz_common/failed_view_controller.cpp b/rviz_common/src/rviz_common/failed_view_controller.cpp index 0ee77f28b..61183d915 100644 --- a/rviz_common/src/rviz_common/failed_view_controller.cpp +++ b/rviz_common/src/rviz_common/failed_view_controller.cpp @@ -32,6 +32,7 @@ #include "failed_view_controller.hpp" #include +#include #include "rviz_common/display_context.hpp" #include "rviz_common/window_manager_interface.hpp" diff --git a/rviz_common/src/rviz_common/failed_view_controller.hpp b/rviz_common/src/rviz_common/failed_view_controller.hpp index 4bf5276a6..66cb79fe1 100644 --- a/rviz_common/src/rviz_common/failed_view_controller.hpp +++ b/rviz_common/src/rviz_common/failed_view_controller.hpp @@ -34,6 +34,8 @@ #include "rviz_common/view_controller.hpp" +#include // NOLINT: cpplint is unable to handle the include order here + namespace rviz_common { diff --git a/rviz_common/src/rviz_common/help_panel.cpp b/rviz_common/src/rviz_common/help_panel.cpp index b417129d6..5ca4562f1 100644 --- a/rviz_common/src/rviz_common/help_panel.cpp +++ b/rviz_common/src/rviz_common/help_panel.cpp @@ -33,6 +33,7 @@ #include #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here diff --git a/rviz_common/src/rviz_common/help_panel.hpp b/rviz_common/src/rviz_common/help_panel.hpp index da40698e5..52b625b27 100644 --- a/rviz_common/src/rviz_common/help_panel.hpp +++ b/rviz_common/src/rviz_common/help_panel.hpp @@ -32,6 +32,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/panel.hpp" class QTextBrowser; diff --git a/rviz_common/src/rviz_common/load_resource.cpp b/rviz_common/src/rviz_common/load_resource.cpp index b2b22da74..34938504d 100644 --- a/rviz_common/src/rviz_common/load_resource.cpp +++ b/rviz_common/src/rviz_common/load_resource.cpp @@ -36,6 +36,7 @@ #include // NOLINT: cpplint cannot handle the include order here #include // NOLINT: cpplint cannot handle the include order here #include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint cannot handle the include order here #include "ament_index_cpp/get_package_share_directory.hpp" #include "ament_index_cpp/get_package_prefix.hpp" diff --git a/rviz_common/src/rviz_common/loading_dialog.cpp b/rviz_common/src/rviz_common/loading_dialog.cpp index e2e25c58a..5ac4abecb 100644 --- a/rviz_common/src/rviz_common/loading_dialog.cpp +++ b/rviz_common/src/rviz_common/loading_dialog.cpp @@ -33,6 +33,7 @@ #include #include +#include #include namespace rviz_common diff --git a/rviz_common/src/rviz_common/loading_dialog.hpp b/rviz_common/src/rviz_common/loading_dialog.hpp index a8709e96e..02babc8c1 100644 --- a/rviz_common/src/rviz_common/loading_dialog.hpp +++ b/rviz_common/src/rviz_common/loading_dialog.hpp @@ -33,6 +33,7 @@ #define RVIZ_COMMON__LOADING_DIALOG_HPP_ #include +#include class QLabel; diff --git a/rviz_common/src/rviz_common/new_object_dialog.cpp b/rviz_common/src/rviz_common/new_object_dialog.cpp index 109ba4fad..b66e4af05 100644 --- a/rviz_common/src/rviz_common/new_object_dialog.cpp +++ b/rviz_common/src/rviz_common/new_object_dialog.cpp @@ -39,6 +39,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here diff --git a/rviz_common/src/rviz_common/new_object_dialog.hpp b/rviz_common/src/rviz_common/new_object_dialog.hpp index 4d87ce83e..9343cb2ed 100644 --- a/rviz_common/src/rviz_common/new_object_dialog.hpp +++ b/rviz_common/src/rviz_common/new_object_dialog.hpp @@ -33,6 +33,7 @@ #define RVIZ_COMMON__NEW_OBJECT_DIALOG_HPP_ #include +#include #include "rviz_common/factory/factory.hpp" diff --git a/rviz_common/src/rviz_common/panel.cpp b/rviz_common/src/rviz_common/panel.cpp index 78bf1ba97..c0b3d93cd 100644 --- a/rviz_common/src/rviz_common/panel.cpp +++ b/rviz_common/src/rviz_common/panel.cpp @@ -29,6 +29,7 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. +#include #include "rviz_common/panel.hpp" #include "rviz_common/display_context.hpp" diff --git a/rviz_common/src/rviz_common/panel_dock_widget.cpp b/rviz_common/src/rviz_common/panel_dock_widget.cpp index 2ba765848..f15a5026a 100644 --- a/rviz_common/src/rviz_common/panel_dock_widget.cpp +++ b/rviz_common/src/rviz_common/panel_dock_widget.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include "rviz_common/load_resource.hpp" diff --git a/rviz_common/src/rviz_common/properties/bool_property.cpp b/rviz_common/src/rviz_common/properties/bool_property.cpp index fd2930d52..0e8c41a1f 100644 --- a/rviz_common/src/rviz_common/properties/bool_property.cpp +++ b/rviz_common/src/rviz_common/properties/bool_property.cpp @@ -32,6 +32,7 @@ #include "rviz_common/properties/bool_property.hpp" #include +#include namespace rviz_common { diff --git a/rviz_common/src/rviz_common/properties/color_editor.cpp b/rviz_common/src/rviz_common/properties/color_editor.cpp index 8cdc28542..71e08a1d5 100644 --- a/rviz_common/src/rviz_common/properties/color_editor.cpp +++ b/rviz_common/src/rviz_common/properties/color_editor.cpp @@ -34,6 +34,7 @@ #include #include +#include #include "rviz_common/properties/color_property.hpp" #include "rviz_common/properties/parse_color.hpp" diff --git a/rviz_common/src/rviz_common/properties/color_property.cpp b/rviz_common/src/rviz_common/properties/color_property.cpp index 46f5b745e..8e76cef0f 100644 --- a/rviz_common/src/rviz_common/properties/color_property.cpp +++ b/rviz_common/src/rviz_common/properties/color_property.cpp @@ -30,6 +30,7 @@ #include +#include #include #include diff --git a/rviz_common/src/rviz_common/properties/covariance_property.cpp b/rviz_common/src/rviz_common/properties/covariance_property.cpp index 73f1d96c5..2a502b624 100644 --- a/rviz_common/src/rviz_common/properties/covariance_property.cpp +++ b/rviz_common/src/rviz_common/properties/covariance_property.cpp @@ -36,6 +36,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_rendering/objects/covariance_visual.hpp" #include "rviz_common/properties/color_property.hpp" diff --git a/rviz_common/src/rviz_common/properties/display_group_visibility_property.cpp b/rviz_common/src/rviz_common/properties/display_group_visibility_property.cpp index 88b41d976..90dd31b85 100644 --- a/rviz_common/src/rviz_common/properties/display_group_visibility_property.cpp +++ b/rviz_common/src/rviz_common/properties/display_group_visibility_property.cpp @@ -36,6 +36,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/display_group_visibility_property.hpp" #include "rviz_common/properties/bool_property.hpp" diff --git a/rviz_common/src/rviz_common/properties/display_visibility_property.cpp b/rviz_common/src/rviz_common/properties/display_visibility_property.cpp index 0ad2928ad..34270a538 100644 --- a/rviz_common/src/rviz_common/properties/display_visibility_property.cpp +++ b/rviz_common/src/rviz_common/properties/display_visibility_property.cpp @@ -30,6 +30,8 @@ #include "rviz_common/properties/display_visibility_property.hpp" +#include + #include "rviz_common/properties/bool_property.hpp" #include "rviz_common/display_context.hpp" #include "rviz_common/bit_allocator.hpp" diff --git a/rviz_common/src/rviz_common/properties/editable_combo_box.cpp b/rviz_common/src/rviz_common/properties/editable_combo_box.cpp index 9a188044e..09a185f2b 100644 --- a/rviz_common/src/rviz_common/properties/editable_combo_box.cpp +++ b/rviz_common/src/rviz_common/properties/editable_combo_box.cpp @@ -36,6 +36,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here namespace rviz_common { diff --git a/rviz_common/src/rviz_common/properties/editable_enum_property.cpp b/rviz_common/src/rviz_common/properties/editable_enum_property.cpp index 14a7f526f..6f982a49a 100644 --- a/rviz_common/src/rviz_common/properties/editable_enum_property.cpp +++ b/rviz_common/src/rviz_common/properties/editable_enum_property.cpp @@ -31,10 +31,11 @@ #include "rviz_common/properties/editable_enum_property.hpp" -#include - #include +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/editable_combo_box.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/enum_property.cpp b/rviz_common/src/rviz_common/properties/enum_property.cpp index 332b2af4e..1c3f1cdf8 100644 --- a/rviz_common/src/rviz_common/properties/enum_property.cpp +++ b/rviz_common/src/rviz_common/properties/enum_property.cpp @@ -33,6 +33,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/combo_box.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/file_picker.cpp b/rviz_common/src/rviz_common/properties/file_picker.cpp index 075cbf541..6fb6f83af 100644 --- a/rviz_common/src/rviz_common/properties/file_picker.cpp +++ b/rviz_common/src/rviz_common/properties/file_picker.cpp @@ -31,6 +31,7 @@ #include "file_picker.hpp" #include +#include namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/file_picker_property.cpp b/rviz_common/src/rviz_common/properties/file_picker_property.cpp index 597bb8e98..8c180f8b3 100644 --- a/rviz_common/src/rviz_common/properties/file_picker_property.cpp +++ b/rviz_common/src/rviz_common/properties/file_picker_property.cpp @@ -29,6 +29,9 @@ #include "rviz_common/properties/file_picker_property.hpp" + +#include + #include "file_picker.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/float_edit.cpp b/rviz_common/src/rviz_common/properties/float_edit.cpp index 81c32db52..bf44fbb74 100644 --- a/rviz_common/src/rviz_common/properties/float_edit.cpp +++ b/rviz_common/src/rviz_common/properties/float_edit.cpp @@ -33,6 +33,7 @@ #include #include +#include namespace rviz_common { diff --git a/rviz_common/src/rviz_common/properties/float_property.cpp b/rviz_common/src/rviz_common/properties/float_property.cpp index 4f5b323fc..d70ca80c2 100644 --- a/rviz_common/src/rviz_common/properties/float_property.cpp +++ b/rviz_common/src/rviz_common/properties/float_property.cpp @@ -34,6 +34,7 @@ #include // for FLT_MAX #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here namespace rviz_common { diff --git a/rviz_common/src/rviz_common/properties/grouped_checkbox_property.cpp b/rviz_common/src/rviz_common/properties/grouped_checkbox_property.cpp index 4ead22e40..b08241f9f 100644 --- a/rviz_common/src/rviz_common/properties/grouped_checkbox_property.cpp +++ b/rviz_common/src/rviz_common/properties/grouped_checkbox_property.cpp @@ -27,10 +27,12 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. +#include "rviz_common/properties/grouped_checkbox_property.hpp" #include -#include "rviz_common/properties/grouped_checkbox_property.hpp" +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/grouped_checkbox_property_group.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/int_property.cpp b/rviz_common/src/rviz_common/properties/int_property.cpp index 7d4283c7e..90bbc7d88 100644 --- a/rviz_common/src/rviz_common/properties/int_property.cpp +++ b/rviz_common/src/rviz_common/properties/int_property.cpp @@ -34,6 +34,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here namespace rviz_common { diff --git a/rviz_common/src/rviz_common/properties/parse_color.cpp b/rviz_common/src/rviz_common/properties/parse_color.cpp index 0194679f0..0f553ba78 100644 --- a/rviz_common/src/rviz_common/properties/parse_color.cpp +++ b/rviz_common/src/rviz_common/properties/parse_color.cpp @@ -30,6 +30,8 @@ #include "rviz_common/properties/parse_color.hpp" +#include + namespace rviz_common { namespace properties diff --git a/rviz_common/src/rviz_common/properties/property.cpp b/rviz_common/src/rviz_common/properties/property.cpp index e14806988..a67ff83af 100644 --- a/rviz_common/src/rviz_common/properties/property.cpp +++ b/rviz_common/src/rviz_common/properties/property.cpp @@ -39,6 +39,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/properties/float_edit.hpp" #include "rviz_common/properties/property_tree_model.hpp" diff --git a/rviz_common/src/rviz_common/properties/property_tree_model.cpp b/rviz_common/src/rviz_common/properties/property_tree_model.cpp index 94d05f5fd..a2f7fdfdb 100644 --- a/rviz_common/src/rviz_common/properties/property_tree_model.cpp +++ b/rviz_common/src/rviz_common/properties/property_tree_model.cpp @@ -34,6 +34,7 @@ #include #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/properties/property.hpp" diff --git a/rviz_common/src/rviz_common/properties/property_tree_widget.cpp b/rviz_common/src/rviz_common/properties/property_tree_widget.cpp index e107a1ee9..fd4411a52 100644 --- a/rviz_common/src/rviz_common/properties/property_tree_widget.cpp +++ b/rviz_common/src/rviz_common/properties/property_tree_widget.cpp @@ -33,6 +33,7 @@ #include #include +#include #include #include "rviz_common/properties/property.hpp" diff --git a/rviz_common/src/rviz_common/properties/property_tree_with_help.cpp b/rviz_common/src/rviz_common/properties/property_tree_with_help.cpp index c3c6e88a2..69c02ae53 100644 --- a/rviz_common/src/rviz_common/properties/property_tree_with_help.cpp +++ b/rviz_common/src/rviz_common/properties/property_tree_with_help.cpp @@ -30,6 +30,7 @@ #include "rviz_common/properties/property_tree_with_help.hpp" +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/properties/property_tree_widget.hpp" diff --git a/rviz_common/src/rviz_common/properties/qos_profile_property.cpp b/rviz_common/src/rviz_common/properties/qos_profile_property.cpp index 468af0f7e..48fd25ca6 100644 --- a/rviz_common/src/rviz_common/properties/qos_profile_property.cpp +++ b/rviz_common/src/rviz_common/properties/qos_profile_property.cpp @@ -34,6 +34,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rclcpp/qos.hpp" #include "rviz_common/properties/editable_enum_property.hpp" diff --git a/rviz_common/src/rviz_common/properties/quaternion_property.cpp b/rviz_common/src/rviz_common/properties/quaternion_property.cpp index 50bcc91b3..35e31c398 100644 --- a/rviz_common/src/rviz_common/properties/quaternion_property.cpp +++ b/rviz_common/src/rviz_common/properties/quaternion_property.cpp @@ -30,6 +30,7 @@ #include "rviz_common/properties/quaternion_property.hpp" +#include #include namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/regex_filter_property.cpp b/rviz_common/src/rviz_common/properties/regex_filter_property.cpp index 1413e80a6..39adf2dc3 100644 --- a/rviz_common/src/rviz_common/properties/regex_filter_property.cpp +++ b/rviz_common/src/rviz_common/properties/regex_filter_property.cpp @@ -31,6 +31,7 @@ #include #include +#include #include #include diff --git a/rviz_common/src/rviz_common/properties/ros_topic_property.cpp b/rviz_common/src/rviz_common/properties/ros_topic_property.cpp index 9a813931e..45b510c3e 100644 --- a/rviz_common/src/rviz_common/properties/ros_topic_property.cpp +++ b/rviz_common/src/rviz_common/properties/ros_topic_property.cpp @@ -33,6 +33,7 @@ #include #include // NOLINT: cpplint can't handle Qt imports +#include // NOLINT: cpplint can't handle Qt imports #include "rviz_common/properties/ros_topic_property.hpp" #include "rviz_common/ros_integration/ros_node_abstraction_iface.hpp" diff --git a/rviz_common/src/rviz_common/properties/status_list.cpp b/rviz_common/src/rviz_common/properties/status_list.cpp index 18e096662..0efe18087 100644 --- a/rviz_common/src/rviz_common/properties/status_list.cpp +++ b/rviz_common/src/rviz_common/properties/status_list.cpp @@ -32,6 +32,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/property_tree_model.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/status_property.cpp b/rviz_common/src/rviz_common/properties/status_property.cpp index d2aca4c30..4afc4533c 100644 --- a/rviz_common/src/rviz_common/properties/status_property.cpp +++ b/rviz_common/src/rviz_common/properties/status_property.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include "rviz_common/load_resource.hpp" #include "rviz_common/properties/property_tree_model.hpp" diff --git a/rviz_common/src/rviz_common/properties/string_property.cpp b/rviz_common/src/rviz_common/properties/string_property.cpp index 28663ad3c..63480069a 100644 --- a/rviz_common/src/rviz_common/properties/string_property.cpp +++ b/rviz_common/src/rviz_common/properties/string_property.cpp @@ -31,6 +31,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/string_property.hpp" namespace rviz_common diff --git a/rviz_common/src/rviz_common/properties/tf_frame_property.cpp b/rviz_common/src/rviz_common/properties/tf_frame_property.cpp index 0f6f65e86..dddec2b90 100644 --- a/rviz_common/src/rviz_common/properties/tf_frame_property.cpp +++ b/rviz_common/src/rviz_common/properties/tf_frame_property.cpp @@ -35,6 +35,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "tf2_ros/transform_listener.h" #include "../frame_manager.hpp" diff --git a/rviz_common/src/rviz_common/properties/vector_property.cpp b/rviz_common/src/rviz_common/properties/vector_property.cpp index ef22fcb4c..370d0ee4c 100644 --- a/rviz_common/src/rviz_common/properties/vector_property.cpp +++ b/rviz_common/src/rviz_common/properties/vector_property.cpp @@ -31,6 +31,7 @@ #include "rviz_common/properties/vector_property.hpp" +#include #include namespace rviz_common diff --git a/rviz_common/src/rviz_common/render_panel.cpp b/rviz_common/src/rviz_common/render_panel.cpp index a2b2600ef..121c18ead 100644 --- a/rviz_common/src/rviz_common/render_panel.cpp +++ b/rviz_common/src/rviz_common/render_panel.cpp @@ -41,6 +41,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here // TODO(wjwwood): remove diff --git a/rviz_common/src/rviz_common/screenshot_dialog.cpp b/rviz_common/src/rviz_common/screenshot_dialog.cpp index 0f14eb05e..7b74afc9d 100644 --- a/rviz_common/src/rviz_common/screenshot_dialog.cpp +++ b/rviz_common/src/rviz_common/screenshot_dialog.cpp @@ -44,6 +44,7 @@ // Included so we know that QPushButton inherits QAbstractButton #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here diff --git a/rviz_common/src/rviz_common/screenshot_dialog.hpp b/rviz_common/src/rviz_common/screenshot_dialog.hpp index 8b1131edf..59968cd1e 100644 --- a/rviz_common/src/rviz_common/screenshot_dialog.hpp +++ b/rviz_common/src/rviz_common/screenshot_dialog.hpp @@ -32,6 +32,7 @@ #ifndef RVIZ_COMMON__SCREENSHOT_DIALOG_HPP_ #define RVIZ_COMMON__SCREENSHOT_DIALOG_HPP_ +#include #include class QAbstractButton; diff --git a/rviz_common/src/rviz_common/splash_screen.cpp b/rviz_common/src/rviz_common/splash_screen.cpp index 06902723d..ed691b521 100644 --- a/rviz_common/src/rviz_common/splash_screen.cpp +++ b/rviz_common/src/rviz_common/splash_screen.cpp @@ -32,9 +32,10 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here -#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "env_config.hpp" #include "rviz_common/load_resource.hpp" diff --git a/rviz_common/src/rviz_common/splash_screen.hpp b/rviz_common/src/rviz_common/splash_screen.hpp index da1dddd87..8867f0275 100644 --- a/rviz_common/src/rviz_common/splash_screen.hpp +++ b/rviz_common/src/rviz_common/splash_screen.hpp @@ -32,6 +32,7 @@ #define RVIZ_COMMON__SPLASH_SCREEN_HPP_ #include +#include class QPainter; diff --git a/rviz_common/src/rviz_common/time_panel.cpp b/rviz_common/src/rviz_common/time_panel.cpp index 4cd9d63de..d38299f07 100644 --- a/rviz_common/src/rviz_common/time_panel.cpp +++ b/rviz_common/src/rviz_common/time_panel.cpp @@ -37,6 +37,7 @@ #include #include #include +#include #include #include "rviz_common/visualization_manager.hpp" diff --git a/rviz_common/src/rviz_common/time_panel.hpp b/rviz_common/src/rviz_common/time_panel.hpp index a99f3db75..ece403b1d 100644 --- a/rviz_common/src/rviz_common/time_panel.hpp +++ b/rviz_common/src/rviz_common/time_panel.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_COMMON__TIME_PANEL_HPP_ #define RVIZ_COMMON__TIME_PANEL_HPP_ +#include + #include "rviz_common/panel.hpp" #include "rclcpp/rclcpp.hpp" diff --git a/rviz_common/src/rviz_common/tool.cpp b/rviz_common/src/rviz_common/tool.cpp index cc697151d..335ea03a6 100644 --- a/rviz_common/src/rviz_common/tool.cpp +++ b/rviz_common/src/rviz_common/tool.cpp @@ -28,6 +28,7 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. +#include #include "rviz_common/tool.hpp" diff --git a/rviz_common/src/rviz_common/tool_manager.cpp b/rviz_common/src/rviz_common/tool_manager.cpp index 2ebb8f466..2382d9da1 100644 --- a/rviz_common/src/rviz_common/tool_manager.cpp +++ b/rviz_common/src/rviz_common/tool_manager.cpp @@ -37,6 +37,7 @@ #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/logging.hpp" diff --git a/rviz_common/src/rviz_common/transformation/transformation_manager.cpp b/rviz_common/src/rviz_common/transformation/transformation_manager.cpp index 398eb3fb6..a97b76bc0 100644 --- a/rviz_common/src/rviz_common/transformation/transformation_manager.cpp +++ b/rviz_common/src/rviz_common/transformation/transformation_manager.cpp @@ -34,6 +34,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/factory/pluginlib_factory.hpp" #include "./identity_frame_transformer.hpp" diff --git a/rviz_common/src/rviz_common/transformation_panel.hpp b/rviz_common/src/rviz_common/transformation_panel.hpp index bf6a0713b..90321af7b 100644 --- a/rviz_common/src/rviz_common/transformation_panel.hpp +++ b/rviz_common/src/rviz_common/transformation_panel.hpp @@ -36,8 +36,9 @@ #include #include -#include // NOLINT -#include // NOLINT +#include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint cannot handle the include order here #include "rviz_common/panel.hpp" #include "rviz_common/properties/grouped_checkbox_property_group.hpp" diff --git a/rviz_common/src/rviz_common/view_controller.cpp b/rviz_common/src/rviz_common/view_controller.cpp index 082465914..77638b4e3 100644 --- a/rviz_common/src/rviz_common/view_controller.cpp +++ b/rviz_common/src/rviz_common/view_controller.cpp @@ -39,6 +39,7 @@ #include // NOLINT: cpplint cannot handle include order here #include // NOLINT: cpplint cannot handle include order here +#include // NOLINT: cpplint cannot handle include order here #include "rviz_rendering/render_window.hpp" diff --git a/rviz_common/src/rviz_common/view_manager.cpp b/rviz_common/src/rviz_common/view_manager.cpp index 4e9d734b5..7054cf7a1 100644 --- a/rviz_common/src/rviz_common/view_manager.cpp +++ b/rviz_common/src/rviz_common/view_manager.cpp @@ -36,6 +36,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/factory/pluginlib_factory.hpp" #include "rviz_common/logging.hpp" #include "rviz_common/properties/property_tree_model.hpp" diff --git a/rviz_common/src/rviz_common/views_panel.cpp b/rviz_common/src/rviz_common/views_panel.cpp index aa8f8e067..be9a46aa8 100644 --- a/rviz_common/src/rviz_common/views_panel.cpp +++ b/rviz_common/src/rviz_common/views_panel.cpp @@ -37,6 +37,7 @@ #include #include #include +#include #include #include "rviz_common/visualization_manager.hpp" diff --git a/rviz_common/src/rviz_common/visualization_frame.cpp b/rviz_common/src/rviz_common/visualization_frame.cpp index 61ed0c3b7..457957ce5 100644 --- a/rviz_common/src/rviz_common/visualization_frame.cpp +++ b/rviz_common/src/rviz_common/visualization_frame.cpp @@ -56,6 +56,7 @@ #include // NOLINT cpplint cannot handle include order here #include // NOLINT cpplint cannot handle include order here #include // NOLINT cpplint cannot handle include order here +#include // NOLINT cpplint cannot handle include order here #include // NOLINT cpplint cannot handle include order here #include // NOLINT cpplint cannot handle include order here #include // NOLINT cpplint cannot handle include order here diff --git a/rviz_common/src/rviz_common/visualization_manager.cpp b/rviz_common/src/rviz_common/visualization_manager.cpp index 260de3e51..0339f5753 100644 --- a/rviz_common/src/rviz_common/visualization_manager.cpp +++ b/rviz_common/src/rviz_common/visualization_manager.cpp @@ -53,6 +53,7 @@ #include // NOLINT: cpplint cannot handle include order here #include // NOLINT: cpplint cannot handle include order here #include // NOLINT: cpplint cannot handle include order here +#include // NOLINT: cpplint cannot handle include order here #include // NOLINT: cpplint cannot handle include order here #include // NOLINT: cpplint cannot handle include order here diff --git a/rviz_common/src/rviz_common/visualizer_app.cpp b/rviz_common/src/rviz_common/visualizer_app.cpp index 4517b81ae..a1c2fa1fd 100644 --- a/rviz_common/src/rviz_common/visualizer_app.cpp +++ b/rviz_common/src/rviz_common/visualizer_app.cpp @@ -40,8 +40,9 @@ // #include #include // NOLINT: cpplint is unable to handle the include order here -#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint cannot handle the include order here #include // NOLINT: cpplint is unable to handle the include order here #include "rviz_common/interaction/selection_manager.hpp" diff --git a/rviz_common/src/rviz_common/yaml_config_reader.cpp b/rviz_common/src/rviz_common/yaml_config_reader.cpp index 01038e9f7..5d5387c82 100644 --- a/rviz_common/src/rviz_common/yaml_config_reader.cpp +++ b/rviz_common/src/rviz_common/yaml_config_reader.cpp @@ -35,6 +35,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + // TODO(wjwwood): consider restoring support for yamlcpp < 0.5, force 0.5 for now #define RVIZ_HAVE_YAMLCPP_05 1 diff --git a/rviz_common/src/rviz_common/yaml_config_writer.cpp b/rviz_common/src/rviz_common/yaml_config_writer.cpp index 3cb6fac2b..f07d94243 100644 --- a/rviz_common/src/rviz_common/yaml_config_writer.cpp +++ b/rviz_common/src/rviz_common/yaml_config_writer.cpp @@ -33,6 +33,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "yaml-cpp/emitter.h" namespace rviz_common diff --git a/rviz_common/test/config_test.cpp b/rviz_common/test/config_test.cpp index 374155408..e48d14389 100644 --- a/rviz_common/test/config_test.cpp +++ b/rviz_common/test/config_test.cpp @@ -29,8 +29,12 @@ #include + +#include + #include + TEST(Config, set_then_get) { rviz_common::Config c; c.mapSetValue("a", "1"); diff --git a/rviz_common/test/display_test.cpp b/rviz_common/test/display_test.cpp index df555e0e9..6dbdcbf25 100644 --- a/rviz_common/test/display_test.cpp +++ b/rviz_common/test/display_test.cpp @@ -35,6 +35,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/vector_property.hpp" #include "rviz_common/properties/color_property.hpp" #include "rviz_common/config.hpp" diff --git a/rviz_common/test/mock_display_context.hpp b/rviz_common/test/mock_display_context.hpp index 4547f4301..933696d13 100644 --- a/rviz_common/test/mock_display_context.hpp +++ b/rviz_common/test/mock_display_context.hpp @@ -35,6 +35,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/display_context.hpp" #include "rviz_common/panel_dock_widget.hpp" #include "rviz_common/viewport_mouse_event.hpp" diff --git a/rviz_common/test/mock_display_group.cpp b/rviz_common/test/mock_display_group.cpp index e8ed8d702..b7147e09b 100644 --- a/rviz_common/test/mock_display_group.cpp +++ b/rviz_common/test/mock_display_group.cpp @@ -28,6 +28,8 @@ // POSSIBILITY OF SUCH DAMAGE. +#include + #include "../src/rviz_common/failed_display.hpp" #include "mock_display_group.hpp" diff --git a/rviz_common/test/mock_display_group.hpp b/rviz_common/test/mock_display_group.hpp index ce945744e..825e66e93 100644 --- a/rviz_common/test/mock_display_group.hpp +++ b/rviz_common/test/mock_display_group.hpp @@ -31,6 +31,8 @@ #ifndef MOCK_DISPLAY_GROUP_HPP_ #define MOCK_DISPLAY_GROUP_HPP_ +#include + #include "rviz_common/display_group.hpp" using namespace rviz_common; // NOLINT diff --git a/rviz_common/test/mock_property_change_receiver.hpp b/rviz_common/test/mock_property_change_receiver.hpp index 9f84c3abd..20723e8d8 100644 --- a/rviz_common/test/mock_property_change_receiver.hpp +++ b/rviz_common/test/mock_property_change_receiver.hpp @@ -31,6 +31,7 @@ #define MOCK_PROPERTY_CHANGE_RECEIVER_HPP_ #include +#include #include "rviz_common/properties/property.hpp" diff --git a/rviz_common/test/mock_window_manager_interface.hpp b/rviz_common/test/mock_window_manager_interface.hpp index 6d3b161e2..42bdaa1de 100644 --- a/rviz_common/test/mock_window_manager_interface.hpp +++ b/rviz_common/test/mock_window_manager_interface.hpp @@ -34,6 +34,8 @@ #include #include +#include + #include "rviz_common/panel_dock_widget.hpp" #include "rviz_common/window_manager_interface.hpp" diff --git a/rviz_common/test/property_test.cpp b/rviz_common/test/property_test.cpp index 38e43c8a2..58a0bf2cf 100644 --- a/rviz_common/test/property_test.cpp +++ b/rviz_common/test/property_test.cpp @@ -32,6 +32,8 @@ #include +#include + #include "rviz_common/properties/property.hpp" #include "rviz_common/properties/color_property.hpp" #include "rviz_common/properties/vector_property.hpp" diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/camera/camera_display.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/camera/camera_display.hpp index 29b5eb4ab..e23ddd3fe 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/camera/camera_display.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/camera/camera_display.hpp @@ -39,6 +39,7 @@ #include #include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint cannot handle the include order here #ifndef Q_MOC_RUN diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/image/image_transport_display.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/image/image_transport_display.hpp index 791ce3472..7067291d8 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/image/image_transport_display.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/image/image_transport_display.hpp @@ -36,6 +36,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "get_transport_from_topic.hpp" #include "image_transport/image_transport.hpp" #include "image_transport/subscriber_filter.hpp" diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/integer_action.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/integer_action.hpp index 8ae4ad0c1..df0daeb29 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/integer_action.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/integer_action.hpp @@ -32,6 +32,7 @@ #define RVIZ_DEFAULT_PLUGINS__DISPLAYS__INTERACTIVE_MARKERS__INTEGER_ACTION_HPP_ #include +#include namespace rviz_default_plugins { diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker.hpp index 03c94ceec..8d2b2a353 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker.hpp @@ -46,6 +46,7 @@ #endif #include +#include #include #include diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.hpp index d7318f126..e46d9cf9d 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.hpp @@ -45,6 +45,7 @@ #endif #include +#include #include diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.hpp index a1b4e3548..daba2f4ca 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.hpp @@ -36,6 +36,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "visualization_msgs/msg/interactive_marker.hpp" #include "visualization_msgs/msg/interactive_marker_update.hpp" #include "visualization_msgs/msg/interactive_marker_init.hpp" diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.hpp index 89d8ec066..b25424817 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.hpp @@ -34,6 +34,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/editable_enum_property.hpp" #include "rviz_common/ros_integration/ros_node_abstraction_iface.hpp" diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/marker/marker_common.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/marker/marker_common.hpp index 42acdcef2..f1e883ba0 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/marker/marker_common.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/marker/marker_common.hpp @@ -42,6 +42,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "visualization_msgs/msg/marker.hpp" #include "visualization_msgs/msg/marker_array.hpp" diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/marker/markers/marker_selection_handler.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/marker/markers/marker_selection_handler.hpp index 01cd62b6d..44d04f75d 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/marker/markers/marker_selection_handler.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/marker/markers/marker_selection_handler.hpp @@ -36,6 +36,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/interaction/forwards.hpp" #include "rviz_common/interaction/selection_manager.hpp" #include "rviz_default_plugins/visibility_control.hpp" diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transformer.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transformer.hpp index 0bac2d068..084ed0463 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transformer.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transformer.hpp @@ -34,6 +34,7 @@ #include #include // NOLINT +#include // NOLINT: cpplint is unable to handle the include order here #ifndef Q_MOC_RUN #include diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transport_display.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transport_display.hpp index a49c9d932..18818687c 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transport_display.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transport_display.hpp @@ -34,6 +34,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "get_transport_from_topic.hpp" #include "point_cloud_transport/point_cloud_transport.hpp" #include "point_cloud_transport/subscriber_filter.hpp" diff --git a/rviz_default_plugins/include/rviz_default_plugins/displays/pose_array/pose_array_display.hpp b/rviz_default_plugins/include/rviz_default_plugins/displays/pose_array/pose_array_display.hpp index 391b0007d..530752c58 100644 --- a/rviz_default_plugins/include/rviz_default_plugins/displays/pose_array/pose_array_display.hpp +++ b/rviz_default_plugins/include/rviz_default_plugins/displays/pose_array/pose_array_display.hpp @@ -35,6 +35,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "geometry_msgs/msg/pose_array.hpp" #include "rviz_rendering/objects/shape.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/axes/axes_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/axes/axes_display.cpp index 137bb6a96..72a2c7940 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/axes/axes_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/axes/axes_display.cpp @@ -36,6 +36,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_rendering/objects/axes.hpp" #include "rviz_common/display_context.hpp" #include "rviz_common/frame_manager_iface.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/camera/camera_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/camera/camera_display.cpp index dfacb9ca7..053d03510 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/camera/camera_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/camera/camera_display.cpp @@ -48,6 +48,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "image_transport/camera_common.hpp" #include "rviz_rendering/material_manager.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/camera_info/camera_info_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/camera_info/camera_info_display.cpp index 81e3ee5cc..ab3c178df 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/camera_info/camera_info_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/camera_info/camera_info_display.cpp @@ -41,6 +41,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include #include diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/depth_cloud/depth_cloud_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/depth_cloud/depth_cloud_display.cpp index 18ae173aa..d12977c0b 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/depth_cloud/depth_cloud_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/depth_cloud/depth_cloud_display.cpp @@ -34,6 +34,7 @@ #include #include +#include #include #include diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/effort/effort_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/effort/effort_display.cpp index 3ac781d98..226577a00 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/effort/effort_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/effort/effort_display.cpp @@ -30,11 +30,6 @@ #include "rviz_default_plugins/displays/effort/effort_display.hpp" -#include -#include - -#include - #include #include #include @@ -42,6 +37,11 @@ #include #include +#include +#include + +#include // NOLINT: cpplint is unable to handle the include order here + #include #include diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/grid/grid_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/grid/grid_display.cpp index 958167000..98897ae36 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/grid/grid_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/grid/grid_display.cpp @@ -38,6 +38,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/display_context.hpp" #include "rviz_common/frame_manager_iface.hpp" #include "rviz_common/properties/parse_color.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp index 0109e5eec..afcae40a4 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp @@ -45,6 +45,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "sensor_msgs/image_encodings.hpp" #include "rviz_common/display_context.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/integer_action.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/integer_action.cpp index 49c094adf..7e8476b0f 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/integer_action.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/integer_action.cpp @@ -29,6 +29,8 @@ #include "rviz_default_plugins/displays/interactive_markers/integer_action.hpp" +#include + namespace rviz_default_plugins { namespace displays diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker.cpp index d7816f4a2..958dc49c6 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker.cpp @@ -29,8 +29,6 @@ // POSSIBILITY OF SUCH DAMAGE. -#include - #include #include #include @@ -46,6 +44,9 @@ #include #include +#include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here + #include "interactive_markers/tools.hpp" #include "rclcpp/rclcpp.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.cpp index aba59ee6d..233d270dc 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_control.cpp @@ -45,6 +45,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/display_context.hpp" #include "rviz_common/interaction/handler_manager.hpp" #include "rviz_common/interaction/view_picker_iface.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.cpp index 81c4ee565..6e6bd20d8 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_display.cpp @@ -34,6 +34,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/properties/bool_property.hpp" #include "rviz_common/validate_floats.hpp" #include "rviz_common/display_context.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.cpp index 9e5297d32..d6a45d078 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/interactive_markers/interactive_marker_namespace_property.cpp @@ -28,12 +28,13 @@ // POSSIBILITY OF SUCH DAMAGE. -#include - #include #include #include +#include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/logging.hpp" #include "rviz_common/ros_integration/ros_node_abstraction_iface.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/laser_scan/laser_scan_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/laser_scan/laser_scan_display.cpp index 0e26a91f1..3f3c05d90 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/laser_scan/laser_scan_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/laser_scan/laser_scan_display.cpp @@ -33,6 +33,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "tf2_ros/buffer.h" #include "rviz_common/properties/int_property.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/map/map_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/map/map_display.cpp index 4adedd260..f9852e4fb 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/map/map_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/map/map_display.cpp @@ -42,6 +42,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rclcpp/time.hpp" #include "rviz_rendering/material_manager.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_common.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_common.cpp index a97e5bba5..3c7211629 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_common.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_common.cpp @@ -38,6 +38,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rclcpp/duration.hpp" #include "rviz_common/display.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_display.cpp index d408fdeb8..a06a49ef5 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/marker/marker_display.cpp @@ -33,6 +33,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + namespace rviz_default_plugins { namespace displays diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/marker/markers/marker_selection_handler.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/marker/markers/marker_selection_handler.cpp index fecd9f505..f0b888535 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/marker/markers/marker_selection_handler.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/marker/markers/marker_selection_handler.cpp @@ -34,6 +34,8 @@ #include #include +#include + #include "rviz_common/msg_conversions.hpp" #include "rviz_default_plugins/displays/marker/marker_display.hpp" #include "rviz_default_plugins/displays/marker/markers/marker_base.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_common.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_common.cpp index 2ce82e7fd..2ac96f641 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_common.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_common.cpp @@ -39,6 +39,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rclcpp/clock.hpp" #include "rviz_default_plugins/displays/pointcloud/point_cloud_to_point_cloud2.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_selection_handler.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_selection_handler.cpp index ed77cc5b9..33f49a4b9 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_selection_handler.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/pointcloud/point_cloud_selection_handler.cpp @@ -39,6 +39,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_rendering/objects/point_cloud.hpp" #include "rviz_common/display.hpp" #include "rviz_common/display_context.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/pose_array/pose_array_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/pose_array/pose_array_display.cpp index c6b3066a3..aa1facc72 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/pose_array/pose_array_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/pose_array/pose_array_display.cpp @@ -38,6 +38,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/logging.hpp" #include "rviz_common/msg_conversions.hpp" #include "rviz_common/properties/enum_property.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/robot_model/robot_model_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/robot_model/robot_model_display.cpp index 62a60d6fc..c505d3708 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/robot_model/robot_model_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/robot_model/robot_model_display.cpp @@ -37,6 +37,7 @@ #include #include // NOLINT cpplint cannot handle include order here +#include // NOLINT: cpplint is unable to handle the include order here #include "tf2_ros/transform_listener.h" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/screw/screw_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/screw/screw_display.cpp index 12c8b2e4e..a43a6d354 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/screw/screw_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/screw/screw_display.cpp @@ -30,10 +30,11 @@ #include "rviz_default_plugins/displays/screw/screw_display.hpp" -#include -#include #include +#include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here + #include #include #include diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_info.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_info.cpp index 1ee114692..a08c613d3 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_info.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_info.cpp @@ -35,6 +35,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_rendering/objects/arrow.hpp" #include "rviz_rendering/objects/axes.hpp" #include "rviz_rendering/objects/movable_text.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_selection_handler.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_selection_handler.cpp index 1f296fe44..9f5967914 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_selection_handler.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/tf/frame_selection_handler.cpp @@ -32,6 +32,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/frame_manager_iface.hpp" #include "rviz_common/properties/bool_property.hpp" #include "rviz_common/properties/float_property.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/displays/tf/tf_display.cpp b/rviz_default_plugins/src/rviz_default_plugins/displays/tf/tf_display.cpp index ebdfdc812..966be19d3 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/displays/tf/tf_display.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/displays/tf/tf_display.cpp @@ -31,10 +31,6 @@ #include "rviz_default_plugins/displays/tf/tf_display.hpp" -#include -#include -#include - #include #include #include @@ -47,6 +43,11 @@ #include #include +#include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint cannot handle the include order here +#include // NOLINT: cpplint is unable to handle the include order here +#include // NOLINT: cpplint cannot handle the include order here + #include "tf2_ros/transform_listener.h" #include "tf2_ros/buffer.h" diff --git a/rviz_default_plugins/src/rviz_default_plugins/robot/robot_joint.cpp b/rviz_default_plugins/src/rviz_default_plugins/robot/robot_joint.cpp index 27113f551..aa99010ff 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/robot/robot_joint.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/robot/robot_joint.cpp @@ -35,6 +35,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_default_plugins/robot/robot.hpp" #include "rviz_common/load_resource.hpp" diff --git a/rviz_default_plugins/src/rviz_default_plugins/robot/robot_link.cpp b/rviz_default_plugins/src/rviz_default_plugins/robot/robot_link.cpp index 207960ede..d6bc91445 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/robot/robot_link.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/robot/robot_link.cpp @@ -50,6 +50,7 @@ #include #include // NOLINT cpplint cannot handle include order here +#include // NOLINT: cpplint is unable to handle the include order here #include #include diff --git a/rviz_default_plugins/src/rviz_default_plugins/tools/measure/measure_tool.cpp b/rviz_default_plugins/src/rviz_default_plugins/tools/measure/measure_tool.cpp index 4f9f88d50..beb1d574b 100644 --- a/rviz_default_plugins/src/rviz_default_plugins/tools/measure/measure_tool.cpp +++ b/rviz_default_plugins/src/rviz_default_plugins/tools/measure/measure_tool.cpp @@ -42,6 +42,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_rendering/objects/line.hpp" #include "rviz_common/display_context.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/displays/robot_model/robot_model_display_visual_test.cpp b/rviz_default_plugins/test/rviz_default_plugins/displays/robot_model/robot_model_display_visual_test.cpp index 73b2ec21a..78451a6c8 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/displays/robot_model/robot_model_display_visual_test.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/displays/robot_model/robot_model_display_visual_test.cpp @@ -32,6 +32,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "ament_index_cpp/get_package_prefix.hpp" #include "rviz_visual_testing_framework/visual_test_fixture.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/mock_display_context.hpp b/rviz_default_plugins/test/rviz_default_plugins/mock_display_context.hpp index 5a49502c0..f7087d457 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/mock_display_context.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/mock_display_context.hpp @@ -35,6 +35,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/display_context.hpp" #include "rviz_common/panel_dock_widget.hpp" #include "rviz_common/viewport_mouse_event.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/mock_window_manager_interface.hpp b/rviz_default_plugins/test/rviz_default_plugins/mock_window_manager_interface.hpp index 096c1efc3..e422623af 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/mock_window_manager_interface.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/mock_window_manager_interface.hpp @@ -33,6 +33,8 @@ #include +#include + #include "rviz_common/panel_dock_widget.hpp" #include "rviz_common/window_manager_interface.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/accel_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/accel_display_page_object.cpp index bfed83e48..f4568d465 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/accel_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/accel_display_page_object.cpp @@ -31,10 +31,11 @@ #include "accel_display_page_object.hpp" -#include #include #include +#include // NOLINT: cpplint is unable to handle the include order here + AccelDisplayPageObject::AccelDisplayPageObject() : BasePageObject(0, "AccelStamped") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.cpp index 071b8d1b5..c4569750b 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.cpp @@ -32,6 +32,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_visual_testing_framework/test_helpers.hpp" AxesDisplayPageObject::AxesDisplayPageObject() diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.hpp index f9c30dd55..c2985119b 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/axes_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__AXES_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__AXES_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class AxesDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.cpp index 23fb1b656..a108f7f10 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.cpp @@ -33,6 +33,7 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT #include "rviz_visual_testing_framework/test_helpers.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.hpp index bb85268c0..5d648f319 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__CAMERA_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__CAMERA_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/page_object_with_window.hpp" class CameraDisplayPageObject : public PageObjectWithWindow diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_info_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_info_display_page_object.cpp index 5ac6fdef5..e41f5edb5 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_info_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/camera_info_display_page_object.cpp @@ -31,6 +31,8 @@ #include "camera_info_display_page_object.hpp" +#include + CameraInfoDisplayPageObject::CameraInfoDisplayPageObject() : BasePageObject(0, "CameraInfo") { diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.cpp index 6ea7f5475..56c7d159c 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.cpp @@ -33,6 +33,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + DepthCloudDisplayPageObject::DepthCloudDisplayPageObject() : BasePageObject(0, "DepthCloud") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.hpp index 1642a9564..317823789 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/depth_cloud_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__DEPTH_CLOUD_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__DEPTH_CLOUD_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class DepthCloudDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.cpp index 7bddb502c..9476ef0b3 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.cpp @@ -33,6 +33,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + EffortDisplayPageObject::EffortDisplayPageObject() : BasePageObject(0, "Effort") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.hpp index 8edfb9205..3c0736d12 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/effort_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__EFFORT_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__EFFORT_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class EffortDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.cpp index 0dafd6788..09019e942 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.cpp @@ -33,6 +33,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_visual_testing_framework/test_helpers.hpp" GridCellsDisplayPageObject::GridCellsDisplayPageObject() diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.hpp index aedc01148..020a6860f 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_cells_display_page_object.hpp @@ -34,6 +34,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class GridCellsDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.cpp index 9a03878d8..b5dc1a0a1 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.cpp @@ -34,6 +34,7 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT GridDisplayPageObject::GridDisplayPageObject() diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.hpp index 4823c88f2..2f110def6 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/grid_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__GRID_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__GRID_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class GridDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.cpp index fe36db886..47aa43ec8 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.cpp @@ -33,6 +33,7 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT #include "rviz_visual_testing_framework/test_helpers.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.hpp index 09db0b98c..1e2ea7efc 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/image_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__IMAGE_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__IMAGE_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/page_object_with_window.hpp" class ImageDisplayPageObject : public PageObjectWithWindow diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.cpp index 4500201e6..1c2e36588 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.cpp @@ -28,10 +28,10 @@ // POSSIBILITY OF SUCH DAMAGE. -#include - #include "map_display_page_object.hpp" +#include + MapDisplayPageObject::MapDisplayPageObject() : BasePageObject(0, "Map") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.hpp index ef94ec38e..caf370094 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/map_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__MAP_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__MAP_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class MapDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.cpp index ee7dc0967..1b225d970 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.cpp @@ -30,6 +30,8 @@ #include "odometry_display_page_object.hpp" +#include + OdometryDisplayPageObject::OdometryDisplayPageObject() : BasePageObject(0, "Odometry") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.hpp index a7536a09c..0c975e50f 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/odometry_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__ODOMETRY_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__ODOMETRY_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class OdometryDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.cpp index eab07e53d..936a7a888 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.cpp @@ -33,6 +33,7 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT #include "rviz_visual_testing_framework/test_helpers.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.hpp index c47ef30de..187941d95 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/path_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__PATH_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__PATH_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class PathDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_cloud_common_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_cloud_common_page_object.cpp index 3981f2ca0..f05808f88 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_cloud_common_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_cloud_common_page_object.cpp @@ -33,6 +33,7 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT PointCloudCommonPageObject::PointCloudCommonPageObject(QString display_name) diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.cpp index 7644bbb97..6268deecd 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.cpp @@ -30,6 +30,8 @@ #include "point_display_page_object.hpp" +#include + PointDisplayPageObject::PointDisplayPageObject() : BasePageObject(0, "PointStamped") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.hpp index d9d0b2237..efa795655 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/point_display_page_object.hpp @@ -31,6 +31,7 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__POINT_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__POINT_DISPLAY_PAGE_OBJECT_HPP_ +#include #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_display_page_object.cpp index d739b25b5..0cd2e8b2b 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_display_page_object.cpp @@ -30,11 +30,11 @@ #include "pose_display_page_object.hpp" -#include - #include #include +#include // NOLINT: cpplint is unable to handle the include order here + PoseDisplayPageObject::PoseDisplayPageObject() : BasePageObject(0, "Pose") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_with_covariance_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_with_covariance_display_page_object.hpp index 129e59b05..f226c62f5 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_with_covariance_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/pose_with_covariance_display_page_object.hpp @@ -34,6 +34,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__POSE_WITH_COVARIANCE_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__POSE_WITH_COVARIANCE_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class PoseWithCovarianceDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.cpp index a8d87dda0..320dfc014 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.cpp @@ -28,10 +28,10 @@ // POSSIBILITY OF SUCH DAMAGE. -#include - #include "range_display_page_object.hpp" +#include + RangeDisplayPageObject::RangeDisplayPageObject() : BasePageObject(0, "Range") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.hpp index 24aaa24cd..24a93264d 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/range_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__RANGE_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__RANGE_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class RangeDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.cpp index bb09ccc79..40e16adae 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.cpp @@ -28,10 +28,10 @@ // POSSIBILITY OF SUCH DAMAGE. -#include - #include "robot_model_display_page_object.hpp" +#include + RobotModelDisplayPageObject::RobotModelDisplayPageObject() : BasePageObject(0, "RobotModel") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.hpp index 31b5fd691..bf09f8037 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/robot_model_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__ROBOT_MODEL_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__ROBOT_MODEL_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class RobotModelDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.cpp index 899f6d6dd..e038ea1c6 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.cpp @@ -30,11 +30,11 @@ #include "tf_display_page_object.hpp" -#include - #include #include +#include // NOLINT: cpplint is unable to handle the include order here + TFDisplayPageObject::TFDisplayPageObject() : BasePageObject(0, "TF") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.hpp index b93eab833..77004a10a 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/tf_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__TF_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__TF_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class TFDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/twist_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/twist_display_page_object.cpp index 8791d191b..3c0f0a59b 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/twist_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/twist_display_page_object.cpp @@ -29,11 +29,11 @@ #include "twist_display_page_object.hpp" -#include - #include #include +#include // NOLINT: cpplint is unable to handle the include order here + TwistDisplayPageObject::TwistDisplayPageObject() : BasePageObject(0, "TwistStamped") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.cpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.cpp index c4d2ac432..ba65930dd 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.cpp @@ -29,11 +29,11 @@ #include "wrench_display_page_object.hpp" -#include - #include #include +#include // NOLINT: cpplint is unable to handle the include order here + WrenchDisplayPageObject::WrenchDisplayPageObject() : BasePageObject(0, "Wrench") {} diff --git a/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.hpp b/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.hpp index 72d6bb3d1..008b6b50f 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.hpp +++ b/rviz_default_plugins/test/rviz_default_plugins/page_objects/wrench_display_page_object.hpp @@ -31,6 +31,8 @@ #ifndef RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__WRENCH_DISPLAY_PAGE_OBJECT_HPP_ #define RVIZ_DEFAULT_PLUGINS__PAGE_OBJECTS__WRENCH_DISPLAY_PAGE_OBJECT_HPP_ +#include + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" class WrenchDisplayPageObject : public BasePageObject diff --git a/rviz_default_plugins/test/rviz_default_plugins/tools/measure/measure_tool_test.cpp b/rviz_default_plugins/test/rviz_default_plugins/tools/measure/measure_tool_test.cpp index 4e5fe594d..5e18e9740 100644 --- a/rviz_default_plugins/test/rviz_default_plugins/tools/measure/measure_tool_test.cpp +++ b/rviz_default_plugins/test/rviz_default_plugins/tools/measure/measure_tool_test.cpp @@ -34,6 +34,8 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/tool.hpp" #include "rviz_default_plugins/tools/measure/measure_tool.hpp" diff --git a/rviz_rendering/src/rviz_rendering/mesh_loader_helpers/assimp_loader.cpp b/rviz_rendering/src/rviz_rendering/mesh_loader_helpers/assimp_loader.cpp index ae74a5d41..cb9f889ff 100644 --- a/rviz_rendering/src/rviz_rendering/mesh_loader_helpers/assimp_loader.cpp +++ b/rviz_rendering/src/rviz_rendering/mesh_loader_helpers/assimp_loader.cpp @@ -51,6 +51,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #define ASSIMP_UNIFIED_HEADER_NAMES 1 #if defined(ASSIMP_UNIFIED_HEADER_NAMES) #include diff --git a/rviz_rendering/src/rviz_rendering/render_system.cpp b/rviz_rendering/src/rviz_rendering/render_system.cpp index 54913a7a2..07d3b7f4d 100644 --- a/rviz_rendering/src/rviz_rendering/render_system.cpp +++ b/rviz_rendering/src/rviz_rendering/render_system.cpp @@ -42,6 +42,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "ament_index_cpp/get_resource.hpp" #include "ament_index_cpp/get_resources.hpp" #include "rviz_rendering/material_manager.hpp" diff --git a/rviz_rendering/src/rviz_rendering/render_window.cpp b/rviz_rendering/src/rviz_rendering/render_window.cpp index 9d6bd2fcd..ecb52c663 100644 --- a/rviz_rendering/src/rviz_rendering/render_window.cpp +++ b/rviz_rendering/src/rviz_rendering/render_window.cpp @@ -54,6 +54,7 @@ #include // NOLINT #include // NOLINT #include // NOLINT +#include // NOLINT: cpplint cannot handle the include order here #include // NOLINT // Use the Ogre implementation for now. diff --git a/rviz_visual_testing_framework/include/rviz_visual_testing_framework/internal/display_handler.hpp b/rviz_visual_testing_framework/include/rviz_visual_testing_framework/internal/display_handler.hpp index bd619ba4c..3153a1b67 100644 --- a/rviz_visual_testing_framework/include/rviz_visual_testing_framework/internal/display_handler.hpp +++ b/rviz_visual_testing_framework/include/rviz_visual_testing_framework/internal/display_handler.hpp @@ -34,6 +34,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" #include "rviz_visual_testing_framework/internal/executor.hpp" diff --git a/rviz_visual_testing_framework/include/rviz_visual_testing_framework/page_objects/page_object_with_window.hpp b/rviz_visual_testing_framework/include/rviz_visual_testing_framework/page_objects/page_object_with_window.hpp index 1bc5c6041..901858eaf 100644 --- a/rviz_visual_testing_framework/include/rviz_visual_testing_framework/page_objects/page_object_with_window.hpp +++ b/rviz_visual_testing_framework/include/rviz_visual_testing_framework/page_objects/page_object_with_window.hpp @@ -34,6 +34,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" #include "rviz_rendering/render_window.hpp" diff --git a/rviz_visual_testing_framework/include/rviz_visual_testing_framework/test_helpers.hpp b/rviz_visual_testing_framework/include/rviz_visual_testing_framework/test_helpers.hpp index 6c44bc753..b9417a767 100644 --- a/rviz_visual_testing_framework/include/rviz_visual_testing_framework/test_helpers.hpp +++ b/rviz_visual_testing_framework/include/rviz_visual_testing_framework/test_helpers.hpp @@ -32,6 +32,7 @@ #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT #include "rviz_rendering/render_window.hpp" diff --git a/rviz_visual_testing_framework/src/internal/display_handler.cpp b/rviz_visual_testing_framework/src/internal/display_handler.cpp index 3e50b7932..53bfe1d07 100644 --- a/rviz_visual_testing_framework/src/internal/display_handler.cpp +++ b/rviz_visual_testing_framework/src/internal/display_handler.cpp @@ -32,6 +32,7 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT #include "rviz_visual_testing_framework/test_helpers.hpp" diff --git a/rviz_visual_testing_framework/src/internal/visual_test.cpp b/rviz_visual_testing_framework/src/internal/visual_test.cpp index 7728659de..622a18001 100644 --- a/rviz_visual_testing_framework/src/internal/visual_test.cpp +++ b/rviz_visual_testing_framework/src/internal/visual_test.cpp @@ -37,6 +37,7 @@ #include #include // NOLINT +#include // NOLINT: cpplint is unable to handle the include order here #include "rcutils/env.h" diff --git a/rviz_visual_testing_framework/src/page_objects/base_page_object.cpp b/rviz_visual_testing_framework/src/page_objects/base_page_object.cpp index a414ae778..50588259e 100644 --- a/rviz_visual_testing_framework/src/page_objects/base_page_object.cpp +++ b/rviz_visual_testing_framework/src/page_objects/base_page_object.cpp @@ -28,11 +28,13 @@ // POSSIBILITY OF SUCH DAMAGE. #include "rviz_visual_testing_framework/page_objects/base_page_object.hpp" + #include #include #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT #include "rviz_visual_testing_framework/test_helpers.hpp" diff --git a/rviz_visual_testing_framework/src/page_objects/page_object_with_window.cpp b/rviz_visual_testing_framework/src/page_objects/page_object_with_window.cpp index dd07c79ac..ddad3477f 100644 --- a/rviz_visual_testing_framework/src/page_objects/page_object_with_window.cpp +++ b/rviz_visual_testing_framework/src/page_objects/page_object_with_window.cpp @@ -33,6 +33,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + PageObjectWithWindow::PageObjectWithWindow(int display_category, QString display_name) : BasePageObject(display_category, display_name), render_window_(nullptr), diff --git a/rviz_visual_testing_framework/src/page_objects/point_cloud_display_page_object.cpp b/rviz_visual_testing_framework/src/page_objects/point_cloud_display_page_object.cpp index 16f168162..8260dc34f 100644 --- a/rviz_visual_testing_framework/src/page_objects/point_cloud_display_page_object.cpp +++ b/rviz_visual_testing_framework/src/page_objects/point_cloud_display_page_object.cpp @@ -33,6 +33,7 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here #include // NOLINT PointCloudDisplayPageObject::PointCloudDisplayPageObject( diff --git a/rviz_visual_testing_framework/src/test_helpers.cpp b/rviz_visual_testing_framework/src/test_helpers.cpp index 2245e7328..a39987eb3 100644 --- a/rviz_visual_testing_framework/src/test_helpers.cpp +++ b/rviz_visual_testing_framework/src/test_helpers.cpp @@ -32,6 +32,7 @@ #include #include // NOLINT +#include // NOLINT: cpplint is unable to handle the include order here namespace helpers { diff --git a/rviz_visual_testing_framework/src/visual_test_fixture.cpp b/rviz_visual_testing_framework/src/visual_test_fixture.cpp index 5864d2b3e..c7dd12198 100644 --- a/rviz_visual_testing_framework/src/visual_test_fixture.cpp +++ b/rviz_visual_testing_framework/src/visual_test_fixture.cpp @@ -33,6 +33,8 @@ #include #include +#include // NOLINT: cpplint is unable to handle the include order here + #include "rviz_common/ros_integration/ros_client_abstraction.hpp" #include "ament_index_cpp/get_package_share_directory.hpp"