uzh-rpg / deep_drone_acrobatics

Code for the project Deep Drone Acrobatics.
MIT License
215 stars 68 forks source link

Error: No such file or directory #6

Open nhatminhtatran opened 3 years ago

nhatminhtatran commented 3 years ago

Hi, Good evening everybody. The error came when i run let's do the power loop. I had followed the tutorial step-by-step but i was stuck in this problem for a while. Have anybody found the way to solve this problem? image

kelia commented 3 years ago

make sure you are in the right directory when you run the python script. I.e. cd controller_learning

nhatminhtatran commented 3 years ago

hi, I have already tried that but another problem came out. That was a lack of quadrotor_msgs.msg lib. I don't know how to find the setup file of this library. Can you show me how ? Thanks. Regards

Vào Th 2, 12 thg 4, 2021 vào lúc 20:37 Elia Kaufmann < @.***> đã viết:

make sure you are in the right directory when you run the python script. I.e. cd controller_learning

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/uzh-rpg/deep_drone_acrobatics/issues/6#issuecomment-817818435, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANS55ZECWED4NYZUJLRUVI3TILZRJANCNFSM42IX5VQA .

kelia commented 3 years ago

the quadrotor_msgs are part of rpg_quadrotor_common. This should have been cloned when you performed the step vcs-import < deep_drone_acrobatics/dependencies.yaml. Did this command return without error?

nhatminhtatran commented 3 years ago

Yes I did. My result was this image. Selection_003

kelia commented 3 years ago

Could you try to remove your build space and perform a clean rebuild?