We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This looks like a bug (alfred firmware sends left, right encoder values and serial robot drivers receives them as right, left encoder values):
Sunray/sunray/src/driver/SerialRobotDriver.cpp
Line 286 in 6afe850
We need to verify and debug this (e.g. with some printf on console and turning motor only left via the app)...
The text was updated successfully, but these errors were encountered:
requestMotorPwm is also affected, comparing to Alfred mcu fw the sequence should be vice versa
Sorry, something went wrong.
No branches or pull requests
This looks like a bug (alfred firmware sends left, right encoder values and serial robot drivers receives them as right, left encoder values):
Sunray/sunray/src/driver/SerialRobotDriver.cpp
Line 286 in 6afe850
We need to verify and debug this (e.g. with some printf on console and turning motor only left via the app)...
The text was updated successfully, but these errors were encountered: