Bridging ROS2 node and NON-ROS based applications on DDS
hi, anyone have experience communicating with ROS2 at the DDS level? Past the abstraction. Say I have a ROS2 node that needs to communicate with an application on the same network, but is not running ROS at all. Is it as straightforward as using the DDS api? For this instance I'm using FAST RTPS
I know that ROS2 simplifies the complexities of DDS, but is it practical for an external application to use the RTPS API to receive and send messages to ROS2? Is there a bridge for such a thing?