Skip to content

Commit

Permalink
rewrite feeler_node to not do everything inside publishMotorOutput().
Browse files Browse the repository at this point in the history
Now, all callbacks calculate their own contribution, call calculateOutputs() which sums all of them up, and then publishOutputMessages() reads from that.
Also, all draw() calls moved to onDebugImageReceived() so no more chance of drawing on a nullptr
  • Loading branch information
danielbrownmsm committed Dec 15, 2024
1 parent fc41d89 commit 58e8c8f
Showing 1 changed file with 163 additions and 172 deletions.
Loading

0 comments on commit 58e8c8f

Please sign in to comment.