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
I tried to use your code to convert my sonar sensor msgs to laserScan and make use of it in my navigation to avoid obstacles detected by range sensors so I modified only the frami_id and name of topics
but when i tried to echo the topics nothing was displayed and I got this message
"WARNING:no messages received and simulated time is active. Is /clock being published?"
Also about this line, the topic car/power publishes whata data?
sub = rospy.Subscriber('car/power', Vector3, callback)
Thanks
The text was updated successfully, but these errors were encountered:
Hello
I tried to use your code to convert my sonar sensor msgs to laserScan and make use of it in my navigation to avoid obstacles detected by range sensors so I modified only the frami_id and name of topics
but when i tried to echo the topics nothing was displayed and I got this message
"WARNING:no messages received and simulated time is active. Is /clock being published?"
Also about this line, the topic car/power publishes whata data?
sub = rospy.Subscriber('car/power', Vector3, callback)
Thanks
The text was updated successfully, but these errors were encountered: