Skip to content

Conversation

@manthonyaiello
Copy link

@manthonyaiello manthonyaiello commented Jul 26, 2022

  • Fix the path error in rc_car.gpr that causes problems on non-Windows systems
  • Refactor the Steering Controller logic into a module that will allow exploration of different control solutions.

The project file uses a backslash in the specification of
`Source_Dirs`, which is an error on a Unix machine.
This commit introduces a new module, `Ada_Steering_Controller` that
encapsulates the state and functionality of the control solution for
steering the RC car. This encapsulation will facilitate exploration of
alternative control solutions without requiring significant rewriting of
the `Steering_Control` task body.

The refactoring has not been tested, as I don't have the hardware needed
to execute the code.
@CLAassistant
Copy link

CLAassistant commented Jul 26, 2022

CLA assistant check
All committers have signed the CLA.

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.

2 participants