FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

inital implementation of the velocity feed forward by askuric · Pull Request #267 · simplefoc/Arduino-FOC · GitHub

inital implementation of the velocity feed forward - #267

Merged
askuric merged 3 commits into
devfrom
FEAT_velocity_feadforward
Sep 27, 2023
Merged

inital implementation of the velocity feed forward#267
askuric merged 3 commits into
devfrom
FEAT_velocity_feadforward

Conversation

askuric commented Mar 31, 2023

Copy link
Copy Markdown
Member
  • An initial implementation of the velocity feed forward in order to allow for more advanced planning strategies

For example for trapezoidal velocity profile:
https://community.simplefoc.com/t/3d-printed-robot-arm-acceleration-deceleration-planner-algorithm/958/39

Copy link
Copy Markdown
Contributor

I was just looking through all the pull requests, and I think I spotted a typo in this one. BLDCMotor.cpp line 422 and StepperMotor.cpp line 311 constrain shaft_angle_sp to the velocity limit. Shouldn't it be shaft_velocity_sp that is constrained?

askuric commented May 24, 2023

Copy link
Copy Markdown
Member Author

Hey @dekutree64,
You're absolutely right!
I'm so glad that it stayed in this PR, thanks for taking the time to go in such detail. I'll update it right away!

askuric commented Sep 27, 2023

Copy link
Copy Markdown
Member Author

I am not sure how, but this is already inside the dev branch. :D
I must have done some accidental pushes.
So, there is no point in leaving this one open any more, I'm merging it.

askuric merged commit 0b53813 into dev Sep 27, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL