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 am doing Udemy course and had error running listener.py and talker.py.
Found solution by doing the following change: #!/usr/bin/env python import rospy>#!/usr/bin/env python3 import rospy
The text was updated successfully, but these errors were encountered:
Hello,
I am doing Udemy course and had error running listener.py and talker.py.
Found solution by doing the following change:
#!/usr/bin/env python import rospy
>#!/usr/bin/env python3 import rospy
The text was updated successfully, but these errors were encountered: