Skip to content

Commit 4569640

Browse files
authored
feat(simple_planning_simulator): initiate manual (#1686)
feat: initiate manual Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent 51d50a4 commit 4569640

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
@@ -207,7 +207,7 @@ SimplePlanningSimulator::SimplePlanningSimulator(const rclcpp::NodeOptions & opt
207207
}
208208

209209
// control mode
210-
current_control_mode_.mode = ControlModeReport::AUTONOMOUS;
210+
current_control_mode_.mode = ControlModeReport::MANUAL;
211211
current_manual_gear_cmd_.command = GearCommand::PARK;
212212
}
213213

0 commit comments

Comments
 (0)