Questions tagged [crazyflie]

Crazyflie is an open source nano quadcopter from Bitcraze

The Crazyflie nano quadcopter is part of the Crazyflie platform which consists of several different components, like the Crazyradio (a USB radio dongle), the development environment and the host PC and mobile applications. It is developed by Bitcraze.

It is not designed to be a consumer product, but rather an open source platform for development, teaching, research or experimentation.

Documentation can be found in the wiki. The source code for the firmware and the client applications can be found on GitHub.

6 questions
63
votes
1 answer

Python Error: AttributeError: __enter__

I receive the attribute error when I try to run the code. with ParamExample(URI) as pe: with MotionCommander(pe, default_height=0.3)as mc: This is where the error occurs. Traceback (most recent call last): File "test44.py", line 156, in…
Alex Quinto
  • 651
  • 1
  • 5
  • 3
7
votes
3 answers

ImportError: No module named 'rospy'

I installed the ROS package for Crazyflie, I wanted to run a simple script but when I type sudo python3 execute_trajectory.py , it gives me an error of no module named rospy. This is the package: https://github.com/whoenig/crazyflie_ros and the…
flavia13
  • 85
  • 1
  • 1
  • 4
2
votes
3 answers

Crazyflie USB 3.0 incompability

I've been tinkering with Crazyflie lately, but it seems the firmware doesn't detect USB 3.0 properly. There's a way around it, but when I tried to follow the instruction, even the dongle is not detected. > cd crazyradio-firmware > python…
badcoder
  • 191
  • 3
  • 13
1
vote
1 answer

Crazyflie via swd st-link

I try to flash crazyflie quadrocopter via swd. It is stm32f103 microcontroller on copter used. All goes as expected, but after ordinary burning chip stop to worked. Now i get followed output from st-link utility: /opt/tools/stlink/st-flash --reset…
user3583807
  • 766
  • 1
  • 8
  • 26
0
votes
0 answers

Error for crazyflie cloning from repository

I am getting started with crazyflie install and I'm at that point where I am cloning from the repository section (under Install from source) option. However even after installing git, I seem to get the…
0
votes
0 answers

Attribute Error Crazyflie

I get the error: AttributeError: 'list' object has no attribute 'is_connected' " When I run the code below: import logging # Only output errors from the logging framework logging.basicConfig(level=logging.ERROR) link_uri =…
Alex Quinto
  • 651
  • 1
  • 5
  • 3