-
Notifications
You must be signed in to change notification settings - Fork 20
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
No module named vs #2
Comments
Unfortunately the modules within externals.lcm aren't fully supported yet (since it depends on a few other libraries). Can you comment out the publish_pose, and publish_cloud lines, including the import line, and see if you get any other issues? I'll get to fixing all of this very soon. |
Hello, ~/Desktop/tests$ python test_rosbag.py -f ./2017-07-03-17-36-05.bag
|
Hello,
I will try to use pybot, But I facing below mention errors.
can you give me solution/suggestion for this.
Traceback (most recent call last):
File "test_rosbag.py", line 17, in
from pybot.externals.lcm.draw_utils import publish_pose_list, publish_cloud
File "/opt/anaconda2/lib/python2.7/site-packages/pybot-0.1-py2.7.egg/pybot/externals/lcm/draw_utils.py", line 16, in
ImportError: No module named vs
Thanks,
Nilesh.
The text was updated successfully, but these errors were encountered: