Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing Refill controllers and a few code improvements #3531

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

schwiti6190
Copy link
Contributor

Test:

  • Sowing machine
  • Sprayer
  • Sowing machine with sprayer
  • Forage wagon
  • Chopper
  • Baler
  • Tree planter

@@ -28,6 +28,10 @@ function BalerController:init(vehicle, baler)
self.baleWrapperSpec = self.baler.spec_baleWrapper
self.lastDroppedBale = CpTemporaryObject()
self:debug('Baler controller initialized')
local additives = self.balerSpec.additives
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it make sense to move additives to the ImplementController so we don't need this boilerplate code everywhere?

@Tensuko Tensuko merged commit ba58b16 into main Oct 15, 2024
4 checks passed
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