- Edited
Hi Jaka,
Thanks. I'm a step further but still think, I miss something. I'll explain what I did:
- Started RAE and started RobotHub
- In Overview I checked the FW version = 1.14 and Agent Version = 23.223.1855 -> all ok
- Assigned RAE to the StarterApp and opened the file robotapp.toml
- In section [runtime.runs_on] I changed name = "luxonis/rae-ros-robot:dai_ros_py_base" to name = "ghcr.io/luxonis/rae-ros:v0.2.2-humble"
- Then I pressed the button to apply this change which took quite a while for the app to restart.
- Then I started a console, opened python3 and tried 'import rae_*sdk -> works fine
- Ok, so far so good. Then I tried '*from rae_sdk import Robot' but got the error: ImportError: cannot import name 'Robot' from 'rae_sdk' (/ws/build/rae_sdk/rae*sdk/init.py)
How can I get the Robot import running?
=> Just an idea: I think when importing rae_sdk it points to the wrong init.py. The correct path should be /ws/build/raesdk/raesdk/robot/init.py. But this is really only a wild guess…*