Skip to content

Conversation

@rishabsingh3003
Copy link
Contributor

This saves us 5 seconds of boot time. This is currently a blocking call inside setup.

Has been lightly tested on the bench with a network of DroneCAN devices connected to CubeOrange to verify everything is normal. However, I need more input on any additional testing that is required.


void AP_DroneCAN::loop(void)
{
// Spin node for device discovery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you want to do this for all loops do you? Maybe while !_initialized?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The actual loop is within the while(true) right? This is before that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants