Search found 1050 matches

by kimberly
Mon Feb 28, 2022 12:10 pm
Forum: Bitcraze
Topic: Crazyfly flight problems
Replies: 1
Views: 8907

Re: Crazyfly flight problems

Hi! Did you look at the Crazyflie estimated position on the cfclient plotter tab or the Loco positioning tab ? The loco positioning system has a tendency to estimate the Crazyflie vertical position lower than it's actual position in some configurations in the lower areas of the 'flight box' (the cub...
by kimberly
Mon Feb 28, 2022 12:01 pm
Forum: Bitcraze
Topic: CF client can’t see Crazyflie
Replies: 3
Views: 11127

Re: CF client can’t see Crazyflie

hi! To connect with your crazyflie with USB directly, you might need to configure that for windows the same way as for the crazyradio: https://www.bitcraze.io/documentation/repository/crazyradio-firmware/master/building/usbwindows/ If the green LED blinks while you are not connected to the cfclient,...
by kimberly
Wed Feb 23, 2022 12:28 pm
Forum: Bitcraze
Topic: Issues with On-Chip debugging
Replies: 5
Views: 11690

Re: Issues with On-Chip debugging

Ah yes you are right about that line. I've downloaded a fresh copy of the VM, setup the debugging and such, and yes I saw a similar problem. The thing is, that I first did a make, updated the projects and then setup the debugging. The culprit is that the location of the cf2.elf has change in the mea...
by kimberly
Tue Feb 22, 2022 4:14 pm
Forum: Bitcraze
Topic: Issues with On-Chip debugging
Replies: 5
Views: 11690

Re: Issues with On-Chip debugging

hi!

It seems that the gdb server is started and then closed afterwards as you said so it is not an USB problem.

Hmmm this issue looks a bit familiar to me. It might be that you have too many watch and breakpoints. Could you try to remove all of them, and try again?
by kimberly
Tue Feb 22, 2022 4:05 pm
Forum: Bitcraze
Topic: [SOLVED] error when Build the source code
Replies: 3
Views: 10036

Re: error when Build the source code

Hi! Yes we have moved to building with the kbuild structure as of this week (See the blogpost: https://www.bitcraze.io/2022/02/a-new-way-to-configure-the-crazyflie-firmware/) There is new updated flashing and building instructions can be found in the documentation of the crazyflie-firmware . In your...
by kimberly
Mon Feb 21, 2022 10:14 am
Forum: Lighthouse positioning system
Topic: Unable to connect to Basestations
Replies: 1
Views: 8650

Re: Unable to connect to Basestations

Hi! We use the microusb port to change the channels manually, but if you have used it with steamVR already, then probably they have already been put on different channels already by steamVR, so you can actually skip that part of changing the channels manually. These instructions are mostly so that s...
by kimberly
Wed Feb 16, 2022 10:54 am
Forum: Support
Topic: CrazySwarm Install
Replies: 1
Views: 9714

Re: CrazySwarm Install

Hi! The error message is saying that the python script is missing, so you should clone the repository first that they mentioned. git clone https://github.com/bitcraze/crazyradio-firmware.git I made an PR for their documentation add this as well to prevent future confusion: https://github.com/USC-ACT...
by kimberly
Wed Feb 16, 2022 10:46 am
Forum: External positioning systems
Topic: OptiTrack and Crazyflie Python no ROS
Replies: 3
Views: 11588

Re: OptiTrack and Crazyflie Python no ROS

Hi! Cool that you managed to get Vicon to work! But before you move further with that, the creators of crazyswarm have made a library for motioncapture systems already: https://github.com/IMRCLab/libmotioncapture which is also used in crazyswarm as well. Probably what goes wrong in your case is that...
by kimberly
Fri Feb 11, 2022 8:56 am
Forum: Quadcopters
Topic: Integrating Thermal Camera with Crazyflie
Replies: 1
Views: 9836

Re: Integrating Thermal Camera with Crazyflie

Hi! We don't have really documentation about adding new sensors specifically, but a good place is perhaps our expansion deck page: https://www.bitcraze.io/documentation/system/platform/cf2-expansiondecks/. Here you can see which decks are already using the I2C and you can take inspiration from their...
by kimberly
Mon Jan 31, 2022 2:10 pm
Forum: General discussions
Topic: Connection settings on Android app do not work
Replies: 1
Views: 9260

Re: Connection settings on Android app do not work

Hi!

I believe that the grayed out connections settings only are enabled when you plugin a crazyradio, as these are not necessary for bluetooth. See the instructions of the android app here, but if you are experiencing more issues, perhaps best is to make an issue on the github page