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

CMake Issue #11

Closed spectraldecomp closed 5 months ago

spectraldecomp commented 5 months ago

image

Hello,

I get the above error when running

cd crazyflie-firmware

mkdir -p sitl_make/build && cd $_

cmake ..

make all

Thanks!

llanesc commented 5 months ago

Run this command

sudo apt install python-is-python3
spectraldecomp commented 5 months ago

I tried so many ways of aliasing, thanks so much!