Skip to content

Commit 1a0582f

Browse files
ci(pre-commit): autofix
1 parent 30e3bd7 commit 1a0582f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common/tier4_autoware_utils/include/tier4_autoware_utils/ros/polling_subscriber.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
15-
#define AUTOWARE__UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
14+
#ifndef TIER4_AUTOWARE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
15+
#define TIER4_AUTOWARE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
1616

1717
#include <rclcpp/rclcpp.hpp>
1818

@@ -250,4 +250,4 @@ std::vector<typename MessageT::ConstSharedPtr> All<MessageT>::takeData()
250250

251251
} // namespace autoware::universe_utils
252252

253-
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
253+
#endif // TIER4_AUTOWARE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_

control/autoware_autonomous_emergency_braking/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<test_depend>autoware_lint_common</test_depend>
2020
<test_depend>autoware_test_utils</test_depend>
2121

22-
<depend>autoware_auto_perception_msgs</depend>
2322
<depend>autoware_auto_control_msgs</depend>
23+
<depend>autoware_auto_perception_msgs</depend>
2424
<depend>autoware_auto_system_msgs</depend>
2525
<depend>autoware_auto_vehicle_msgs</depend>
2626
<depend>diagnostic_updater</depend>

0 commit comments

Comments
 (0)