You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In process_bags.py, train data is processed as frame rate, 4.
In deployment script, observation callback is being called and main loop is called 4fps. But, in my guess, since observation callback is independent to main loop's rospy.Rate(4), observations are not collected in 4fps.
Let my know if I read in wrong way.
The text was updated successfully, but these errors were encountered:
In process_bags.py, train data is processed as frame rate, 4.
In deployment script, observation callback is being called and main loop is called 4fps. But, in my guess, since observation callback is independent to main loop's rospy.Rate(4), observations are not collected in 4fps.
Let my know if I read in wrong way.
The text was updated successfully, but these errors were encountered: