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 unable to use the Python bindings of this package.
After compilation (using catkin build), I can import occupancy_grid_utils but it has no members.
When I cd into the src directory and run python python_test.py I get the following error:
Traceback (most recent call last):
File "python_test.py", line 5, in <module>
import occupancy_grid_utils_python as gu
File "/home/fwidmaier/ws/src/occupancy_grid_utils/src/occupancy_grid_utils_python/__init__.py", line 10, in <module>
from .str import *
File "/home/fwidmaier/ws/src/occupancy_grid_utils/src/occupancy_grid_utils_python/str.py", line 56, in <module>
Cell.__str__ = cell_str
NameError: name 'Cell' is not defined
Edit: Forgot to mention that I am using ROS Kinetic on Ubuntu 16.04 (in case it matters)
The text was updated successfully, but these errors were encountered:
To be honest, I don't remember anymore... But I assume if I had found a solution back then, I would have posted it here, so probably I didn't find one.
Hello,
I am unable to use the Python bindings of this package.
After compilation (using
catkin build
), I canimport occupancy_grid_utils
but it has no members.When I cd into the src directory and run
python python_test.py
I get the following error:Edit: Forgot to mention that I am using ROS Kinetic on Ubuntu 16.04 (in case it matters)
The text was updated successfully, but these errors were encountered: