Subscribe to 2 topics
Hi,
If lets say i have a program to subscribe both topic A and B. Topic A give me an integer of 5 and B give me an integer of 10. Now i want to add them up to give me 15.
My problem is i do not know how link both values such that they can be added since the values are in their own callback functions.
- side note: i am using python language. appreciate if someone can write a simple program as reference or guiding me.