Skip to content
Snippets Groups Projects
Commit 88f0080a authored by px4dev's avatar px4dev
Browse files

Fix an architectural issue with the ORB that prevented publication from interrupt context.

ORB topic advertisements are now global handles that can be used in any context.  It is still possible to open a topic node as a publisher, but it's not the default.  As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
parent 8c22e2a0
No related branches found
No related tags found
No related merge requests found
Showing
with 92 additions and 64 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment