Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and TetsuKawa committed Feb 1, 2024
1 parent e49e6f2 commit a19ccee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

// Autoware
#include <autoware_adapi_v1_msgs/msg/mrm_state.hpp>
#include <autoware_adapi_v1_msgs/msg/operation_mode_state.hpp>
#include <autoware_auto_control_msgs/msg/ackermann_control_command.hpp>
#include <autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
#include <autoware_auto_vehicle_msgs/msg/gear_command.hpp>
#include <autoware_auto_vehicle_msgs/msg/hazard_lights_command.hpp>
#include <tier4_system_msgs/msg/mrm_behavior_status.hpp>
#include <tier4_system_msgs/msg/operation_mode_availability.hpp>
#include <tier4_system_msgs/srv/operate_mrm.hpp>
#include <autoware_adapi_v1_msgs/msg/operation_mode_state.hpp>

// ROS 2 core
#include <rclcpp/create_timer.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void EmergencyHandler::onMrmEmergencyStopStatus(
}

void EmergencyHandler::onOperationModeState(
const autoware_adapi_v1_msgs::msg::OperationModeState::ConstSharedPtr msg)
const autoware_adapi_v1_msgs::msg::OperationModeState::ConstSharedPtr msg)
{
operation_mode_state_ = msg;
}
Expand Down Expand Up @@ -600,7 +600,7 @@ bool EmergencyHandler::isArrivedAtGoal()
{
using autoware_adapi_v1_msgs::msg::OperationModeState;

if (operation_mode_state_->mode == OperationModeState::STOP){
if (operation_mode_state_->mode == OperationModeState::STOP) {
return true;
}

Expand Down

0 comments on commit a19ccee

Please sign in to comment.