Use data from multiple topics in ROS - Python
问题 I'm able to display data from two topics but I can't do use and compute data in real time from these two topics in ROS (written in Python code). Have you got any idea to stock this data and compute in real time ? Thanks ;) #!/usr/bin/env python import rospy import string from std_msgs.msg import String from std_msgs.msg import Float64MultiArray from std_msgs.msg import Float64 import numpy as np class ListenerVilma: def __init__(self): self.orientation = rospy.Subscriber('/orientation',