Skip to content

Commit

Permalink
feat: change initial control mode (#1391)
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
  • Loading branch information
TetsuKawa authored and mkuri committed Aug 15, 2024
1 parent 8110123 commit d7609d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,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 d7609d8

Please sign in to comment.