Currently, we use rosbridge to interface with ROS1 and also ROS2. However, it is likely that the interface to ROS2 could be updated to use something more direct instead (perhaps DDS directly, or maybe it is possible to use rcl somehow)
Is there a timeline for when will this happen?
More and more packages are transitioning to ROS2. It's definitely worth it to have a direct interface with ROS2!
Currently, we use
rosbridge
to interface with ROS1 and also ROS2. However, it is likely that the interface to ROS2 could be updated to use something more direct instead (perhaps DDS directly, or maybe it is possible to usercl
somehow)