-
Notifications
You must be signed in to change notification settings - Fork 286
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
Adding wrapper vpServoPololuMaestro class over RappaPololuMaestro sdk #1248
Conversation
Allow position and velocity control using pololu board Move documentation from .cpp to .h
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1248 +/- ##
==========================================
+ Coverage 54.40% 54.72% +0.31%
==========================================
Files 400 403 +3
Lines 50514 50273 -241
==========================================
+ Hits 27482 27511 +29
+ Misses 23032 22762 -270 ☔ View full report in Codecov by Sentry. |
- RapaPololuMaestro 3rd party that implements RPMSerialInterface is now embedded in 3rdparty/pololu folder and considered as private - Various changes in vpPTUPololuMaestro and vpServoPololuMaestro classes to shadow RPMSerialInterface class - Clean and remove useless code
correcting spelling
Change initial speed value from 0 to 1. Use Adaptive gain for servo example.
Allow position and velocity control using pololu board.