Skip to content

Instantly share code, notes, and snippets.

@youtalk
Last active June 15, 2017 21:42
Show Gist options
  • Save youtalk/fc9b52c0d8d1578854496fb8e8df67d7 to your computer and use it in GitHub Desktop.
Save youtalk/fc9b52c0d8d1578854496fb8e8df67d7 to your computer and use it in GitHub Desktop.
rclcpp::callback_group::CallbackGroupType
enum class CallbackGroupType
{
MutuallyExclusive,
Reentrant
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment