forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uORB: Optimize callbacks in protected builds
In protected builds, put all SubscriptionCallbacks into process specific lists, and in the callback thread execute them in a loop. Set the priority of the callback threads to the priority of nav_and_controllers+1, this should be always enough. It is currently very difficult to find the optimal value. Signed-off-by: Jukka Laitinen <[email protected]>
- Loading branch information
Showing
5 changed files
with
180 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.