Skip to content

Conversation

@Sage-A
Copy link
Collaborator

@Sage-A Sage-A commented Apr 27, 2025

No description provided.

Line 59: ADDED   elif CS.cruiseState.speed == -1:
                self.v_cruise_kph = -1
                self.v_cruise_cluster_kph = -1

Line 126:  def initialize_v_cruise(self, CS, experimental_mode: bool, dynamic_experimental_control: bool) -> None:

Line 131: ADDED initial_experimental_mode = experimental_mode and not dynamic_experimental_control
    initial = V_CRUISE_INITIAL_EXPERIMENTAL_MODE if initial_experimental_mode else V_CRUISE_INITIAL
I have two different SteeringGUI functions... they both should have the same functions to call to the GUI I am just figuring out which way would be better to do it right now.
@Sage-A Sage-A merged commit 32cffb7 into Capstone_Final Apr 27, 2025
4 of 15 checks passed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following:

  • Convert your PR to a draft unless it's ready to review
  • Read the contributing docs
  • Before marking as "ready for review", ensure:
    • the goal is clearly stated in the description
    • all the tests are passing
    • the change is something we merge
    • include a route or your device' dongle ID if relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants