-
Notifications
You must be signed in to change notification settings - Fork 10
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
about _exploration_cpp.py #4
Comments
hey,have you fixed it, l meet the same question! |
hello,_exploration_cpp.so is a C++ library for python. Basically, The author running some C++ functions in python using pybind11, so when the planning part is being built, it needs to connect the C++ compiler to a valid python interpreter. Also, you need to enable the 'install' directory of catkin, using 'catkin config --install' before building anything in the corresponding workspace. |
OK, thank you very much! |
Hello! Run into the same trouble. What step should I do to resolve the issue with |
I also suggest you put the SSMI-mapping in a workspace and the SSMI-planning in another workspace. |
Thanks for the answer! |
Hellow again!
I use python 2.7.17, ros melodic
If I try to start in both mapping and planning in one workspace, this error is not raised, but ... still no map or anything in rviz |
Thank you so much for your detailed answer! I'll try this step by step |
When I run SSMI-Planning, error appeared,
File "/home/txy/ws/src/semantic_info_gathering/src/exploration/collision_cpp.py", line 7, in
from _exploration_cpp import c_check_for_collision
ImportError: No module named _exploration_cpp
I can't find _exploration_cpp.py in the code, Could you help me?
The text was updated successfully, but these errors were encountered: