gtfactslab / CrazySim

A Crazyflie simulator for testing CFLib Python code, ROS 2 nodes through Crazyswarm2, custom crazyflie-firmware modules, or perform a flight demo on the crazyflie-python-client.
GNU General Public License v3.0
72 stars 15 forks source link

Make error in while build the firmware and Gazebo plugins. #3

Closed jaatbaba826 closed 7 months ago

jaatbaba826 commented 7 months ago

Hey,

I am facing the issue while running the "make all" inside the /Llanes_ICRA2024/crazyflie-firmware/sitl_make/build. I have attached a screenshot for your reference.

issue

llanesc commented 7 months ago

Do you have Python installed? Also try installing this:

sudo apt install python-is-python3
jaatbaba826 commented 7 months ago

python3 was there. It worked after sudo apt install python-is-python3. Thanks.