ROS message version update
Hi Guys,
Kindly help me in fixing the below issue.
- I have 2 ROS versions, Kinetic on my local machine and Indigo inside docker.
- I have 2 separate ROS applications running on each version. Lets assume App A on indigo and App B on Kinetic.
- I am trying to establish the connectivity between these 2. Precisely, I want to subscribe to a B's topic from A.
- However this doesn't work as there is compatibility issues in ROS version. (Reference Link : https://answers.ros.org/question/3022... )
- Now I want to do the version migration on the fly.
Is there a possibility to implement this ?
Thank you, KK