Skip to content

arplaboratory/learning_to_fly_controller

Repository files navigation

Install dependencies according to the official docs

git submodule update --init --recursive -- external/crazyflie_firmware
git submodule update --init -- external/rl_tools

macOS

brew install libusb

build

cd external/crazyflie_firmware
make cf2_defconfig
cd ../../
make

flash

cfloader flash build/cf2.bin stm32-fw -w radio://0/80/2M

macOS

DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBRARY_PATH" cfloader flash build/cf2.bin stm32-fw -w radio://0/80/2M
DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBRARY_PATH" cfclient

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages