Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named msg #599

Open
Kieran912 opened this issue Aug 11, 2022 · 0 comments
Open

ImportError: No module named msg #599

Kieran912 opened this issue Aug 11, 2022 · 0 comments

Comments

@Kieran912
Copy link

Hello, I am using the Nvidia Jetson Nano board. It is based on Ubuntu 18.04. I am using ROS melodic on it.
I run this code: rosrun rosserial_python serial_node.py /dev/ttyACM0. However, I get this error.

Traceback (most recent call last):
File "/home/abcd/catkin_ws/src/rosserial/rosserial_python/nodes/serial_node.py", line 39, in
from rosserial_python import SerialClient, RosSerialServer
File "/home/abcd/catkin_ws/devel/lib/python2.7/dist-packages/rosserial_python/init.py", line 34, in
exec(__fh.read())
File "", line 1, in
File "/home/abcd/catkin_ws/src/rosserial/rosserial_python/src/rosserial_python/SerialClient.py", line 56, in
from rosserial_msgs.msg import TopicInfo, Log
ImportError: No module named msg

Please let me know if there's anything I could do.
Thanks guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant