-
- Downloads
orb: read & apply publisher rules from file (currently disabled via #ifdef)
If enabled, orb reads a rules file (./rootfs/orb_publisher.rules) on startup. This can contain rules about which module is allowed to publish which topic. It is completely transparent, so a publisher does not know if he's not allowed to publish, and publications will look as if they succeeded. To test, add #define ORB_USE_PUBLISHER_RULES to uORBManager.hpp
Please register or sign in to comment