Skip to content

Commit

Permalink
Update system/mrm_handler/include/mrm_handler/mrm_handler_core.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
veqcc authored Jun 5, 2024
1 parent 966fddf commit 01088c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class MrmHandler : public rclcpp::Node

// Algorithm
bool is_emergency_holding_ = false;
uint8_t last_gear_command_{autoware_auto_vehicle_msgs::msg::GearCommand::DRIVE};
uint8_t last_gear_command_{autoware_vehicle_msgs::msg::GearCommand::DRIVE};
void transitionTo(const int new_state);
void updateMrmState();
void operateMrm();
Expand Down

0 comments on commit 01088c2

Please sign in to comment.