Is it possible to build a ROS Noetic Snap that will interact with ROS Melodic?
I'd like to deploy a ROS Noetic
package as a Snap
, developed on Ubuntu 20
. However, I'd like to install this Snap
on a Clearpath Jackal
, which is running various ROS Melodic
packages on Ubuntu 18
. Would this be possible? Would the Snap
be able to subscribe to topics that are being published on by the ROS Melodic
system even though it is based on ROS Noetic
?