Skip to content

Commit

Permalink
fix(simple_planning_simulator): change default value of manual gear, …
Browse files Browse the repository at this point in the history
…DRIVE -> PARK (backport autowarefoundation#5563) (#1026)

fix(simple_planning_simulator): change default value of manual gear, DRIVE -> PARK (autowarefoundation#5563)
  • Loading branch information
h-ohta authored Nov 20, 2023
1 parent 060475c commit c19995a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ SimplePlanningSimulator::SimplePlanningSimulator(const rclcpp::NodeOptions & opt

// control mode
current_control_mode_.mode = ControlModeReport::AUTONOMOUS;
current_manual_gear_cmd_.command = GearCommand::DRIVE;
current_manual_gear_cmd_.command = GearCommand::PARK;
}

void SimplePlanningSimulator::initialize_vehicle_model()
Expand Down

0 comments on commit c19995a

Please sign in to comment.