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 (autowarefoundation#5563)
  • Loading branch information
h-ohta authored and takayuki5168 committed Nov 22, 2023
1 parent 9f43afc commit b11496e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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 b11496e

Please sign in to comment.