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
The lockPose() method does not work because it commands module states that have a speed of 0. In the setModuleStates() method, there are a few lines put into place to stop angle movement when speeds are less than 0.1.
Since the lines that stop module angular movement are useful in stopping excessive module movement in place, the lockPose() function should probably be updated, possibly using an overload with setModuleStates().
The
lockPose()
method does not work because it commands module states that have a speed of 0. In thesetModuleStates()
method, there are a few lines put into place to stop angle movement when speeds are less than 0.1.Since the lines that stop module angular movement are useful in stopping excessive module movement in place, the
lockPose()
function should probably be updated, possibly using an overload withsetModuleStates()
.https://github.com/BroncBotz3481/YAGSL-Example/tree/51-lockpose-not-working is the linked branch for the issue.
The text was updated successfully, but these errors were encountered: