ros-drivers/ros2_ouster_drivers

Add optional intraprocess communcation support

Aposhian opened this issue · 1 comments

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.

This would be a pretty easy PR, setting some parameter to enable that