Estimote / Robotics-Indoor-SDK

ROS package for indoor navigation using Estimote beacons
MIT License
11 stars 8 forks source link

Import problem #2

Open rodolfovalentim opened 6 years ago

rodolfovalentim commented 6 years ago

When I execute the runner.py I get the following message.

pi@raspberrypi:~/ros_catkin_ws $ rosrun estimote_robotics_indoor_sdk runner.py
[Robotics Indoor SDK] initializing ROS node..
[Robotics Indoor SDK] ROS node started, initializing positioning system..
Traceback (most recent call last):
  File "/home/pi/ros_catkin_ws/src/estimote_robotics_indoor_sdk/src/runner.py", line 10, in <module>
    import robotics_indoor_sdk
ImportError: No module named robotics_indoor_sdk
rodolfovalentim commented 6 years ago

I solved this by adding the whole path to "robotics_indoor_sdk". Is there a better solution?