You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the drivers able to be run as a component makes ROS2 intraprocess comunication an option, but doesn't actually enable it. It needs to be enabled in either the NodeOptions or the PublisherOptions.
Since enabling intraprocess affects the QoS that is available, it is probably good to have this be an option that is not always on, but can be enabled by topic.
The text was updated successfully, but these errors were encountered:
Making the drivers able to be run as a component makes ROS2 intraprocess comunication an option, but doesn't actually enable it. It needs to be enabled in either the
NodeOptions
or thePublisherOptions
.Since enabling intraprocess affects the QoS that is available, it is probably good to have this be an option that is not always on, but can be enabled by topic.
The text was updated successfully, but these errors were encountered: