Skip to content

Commit

Permalink
feat(simple_planning_simulator): initiate manual (#1686)
Browse files Browse the repository at this point in the history
feat: initiate manual

Signed-off-by: TetsuKawa <[email protected]>
  • Loading branch information
TetsuKawa authored Dec 6, 2024
1 parent 51d50a4 commit 4569640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ SimplePlanningSimulator::SimplePlanningSimulator(const rclcpp::NodeOptions & opt
}

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

Expand Down

0 comments on commit 4569640

Please sign in to comment.