You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moteus.py has the following methods that has not been implemented:
MoteusInterface.update(): handling process of multiple servo update simultaneously
MoteusInterface.stop(): handling process of multiple servo stop simultaneously
🔈 Motivation
Right now class MoteusController() triggers the update() method via a Pi3Hat singleton separately from each instantiation, which doesn't fully utilize Pi3Hat's function of syncing in multiple buses simultaneously.
The text was updated successfully, but these errors were encountered:
Robin0265
changed the title
Moteus Interface Pi3Hat Update and Stop Feature to be Improved
[Moteus Interface] Pi3Hat Update and Stop Feature to be Improved
Aug 15, 2024
🚀 Feature Request
moteus.py
has the following methods that has not been implemented:🔈 Motivation
Right now class
MoteusController()
triggers theupdate()
method via aPi3Hat
singleton separately from each instantiation, which doesn't fully utilizePi3Hat
's function of syncing in multiple buses simultaneously.The text was updated successfully, but these errors were encountered: