Skip to content

Commit b902450

Browse files
authored
fix(simple_planning_simulator): change default value of manual gear, DRIVE -> PARK (#5563)
1 parent 6e6cb40 commit b902450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/simple_planning_simulator/src/simple_planning_simulator/simple_planning_simulator_core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ SimplePlanningSimulator::SimplePlanningSimulator(const rclcpp::NodeOptions & opt
210210

211211
// control mode
212212
current_control_mode_.mode = ControlModeReport::AUTONOMOUS;
213-
current_manual_gear_cmd_.command = GearCommand::DRIVE;
213+
current_manual_gear_cmd_.command = GearCommand::PARK;
214214
}
215215

216216
void SimplePlanningSimulator::initialize_vehicle_model()

0 commit comments

Comments
 (0)