-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hello,
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)
DSep
Metadata
Metadata
Assignees
Labels
No labels