crazyflie-simulation : Error building C controller #1646
Unanswered
NageshEranki
asked this question in
Q&A
Replies: 1 comment
-
Hi, which OS are you running? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
I am trying out the Webots simulator for the Crazyflie. I follow these instructions. I am facing the following issue:
WARNING: crazyflie_controller_c: Could not find controller file: WARNING: crazyflie_controller_c: Expected either: crazyflie_controller_c, crazyflie_controller_c.jar, crazyflie_controller_c.class, crazyflie_controller_c.py, crazyflie_controller_c.m or Dockerfile WARNING: crazyflie_controller_c: Starts the <generic> controller instead.
After reading the official documentation from Webots, I realized the executable 'crazyflie_controller_c' is not in my 'controller' folder. I tried running
make
in my terminal, but that doesn't work:Makefile:72: /resources/Makefile.include: No such file or directory make: *** No rule to make target
/resources/Makefile.include'. Stop.`Am I missing a step?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions