IuAyala / Self-Driving-Cars-Course

This repository stores code for my Self-Driving Cars Course!
MIT License
6 stars 8 forks source link

Import controller could not be resolved #1

Closed adilbonzi closed 1 year ago

adilbonzi commented 2 years ago

Hello,

after downloading the code file and running the webots file, I received the error on VS code, stating

I am aware that I am missing the function file. Where can I locate this file?

image

IuAyala commented 2 years ago

Thanks for raising this, I will have a look in a week, as I'm away right now.

Kind regards Iu

On Sun, 17 Apr 2022, 10:04 adilbonzi, @.***> wrote:

Hello,

after downloading the code file and running the webots file, I received the error on VS code, stating

  • import "controller" could not be resolved.
  • Import "vehicle" could not be resolved.

I am aware that I am missing the function file. Where can I locate this file?

[image: image] https://user-images.githubusercontent.com/25233555/163706033-bdfe0c89-bfb8-46f3-b07e-dbf4a8b7dcc5.png

— Reply to this email directly, view it on GitHub https://github.com/IuAyala/Self-Driving-Cars-Course/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGXBJAPN54TQ4CCFI5OSP3VFPAXFANCNFSM5TTQXZNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

adilbonzi commented 2 years ago

Thanks Lu. Will look forward to your feedback.

Kind regards, Adil

IuAyala commented 2 years ago

Hey abilbonzi,

Both the "controller" and "vehicle" files are part of the Webots Python API (the simulator). In my machine (Linux) those are found in: "/usr/local/webots/lib/controller/python39/vehicle.py"

You can find the instructions to install it in the README.md -- link Alternatively you can see the official documentation here.

Let me know if it doesn't work after doing that.

Regards, Iu

IuAyala commented 1 year ago

I haven't heard from you in a while, I will close the issue, let me know if there is any other issue.

I hope that you are enjoying the hands-on exercises.