-
Notifications
You must be signed in to change notification settings - Fork 4
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
Mc integration test #230
Mc integration test #230
Conversation
871dd39
to
1670a3b
Compare
for (size_t tx = 0; tx < len; tx++) { | ||
if (queue_receive(&s_port[spi].spi_buf.tx_queue, &data[tx], SPI_QUEUE_DELAY_MS)) { | ||
if (queue_receive(&s_port[spi].spi_buf.tx_queue, &data[tx], SPI_TIMEOUT_MS)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did this change, didnt you update SPI_QUEUE_DELAY_MS earlier? from 0 to 10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
match arm impl
* fix cur/vel flipped * test * revert steering.yaml --------- Co-authored-by: Bafran <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of really useful changes here. Not sure what's going on with the LED test changes? Also I really didn't look through the motor controller tests and python files since it shouldn't really affect anything. Only other comments were pretty much the same ones that Kyle had
No description provided.