Search found 8 matches

by phillipz
Fri Oct 07, 2016 9:38 pm
Forum: Support
Topic: Why do I get Type Error exception when I run default ramp.py?
Replies: 1
Views: 1434

Why do I get Type Error exception when I run default ramp.py?

When I run the Ramp.py example file distributed with the CrazyFlie lib, the drone's motors power up just fine, however I get a type error exception: Screen Shot 2016-10-07 at 22.33.32.png Is this because my environment is not setup correctly or is this normal? I do not get this exception with the ot...
by phillipz
Tue Jun 28, 2016 9:11 am
Forum: Support
Topic: Exception When Compiling ramp.py Example
Replies: 5
Views: 3532

Re: Exception When Compiling ramp.py Example

Hi,

Yes I did follow the instructions in the Readme. I will try deleting my VM and reinstalling from scratch - hopefully this fixes my problem.

Thanks,
Phillip
by phillipz
Mon Jun 27, 2016 1:36 pm
Forum: Support
Topic: Exception When Compiling ramp.py Example
Replies: 5
Views: 3532

Re: Exception When Compiling ramp.py Example

Any advice would be really appreciated, I would really like to get this working
by phillipz
Thu Jun 23, 2016 8:49 pm
Forum: Support
Topic: Exception When Compiling ramp.py Example
Replies: 5
Views: 3532

Re: Exception When Compiling ramp.py Example

How can I check what version of the client lib I have installed? I cloned the repository using: git clone --recursive https://github.com/bitcraze/crazyflie-clients-python I have also tried running ramp.py from the crazyflie-lib-python master folder, but I get the same output: phillip@saturn:~/Downlo...
by phillipz
Tue Jun 21, 2016 8:35 pm
Forum: Support
Topic: [SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected
Replies: 5
Views: 3331

Re: Crazyflie 2 Firmware Build Not "CLEAN" As Expected

Hi Chad,

Thank you, that seems to have fixed my issue! Apologies if it was a silly question I'm not very experienced with GIT :)
by phillipz
Mon Jun 20, 2016 9:56 pm
Forum: Support
Topic: Exception When Compiling ramp.py Example
Replies: 5
Views: 3532

Exception When Compiling ramp.py Example

Hi all, I am seeing an issue when compiling the ramp.py Crazyflie lib example ( https://github.com/bitcraze/crazyflie-clients-python/blob/develop/examples/ramp.py . Although the python file works occasionally, the majority of the time it appears the program is connecting to the quadcopter - yet I am...
by phillipz
Mon Jun 20, 2016 9:00 pm
Forum: Support
Topic: [SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected
Replies: 5
Views: 3331

Re: Crazyflie 2 Firmware Build Not "CLEAN" As Expected

Hi, Thanks for the response. I tried following your advice and was able to see the file that had been modified was /vendor/cmock . I tried to discard the changes that were made however after checking the status of the repository again, the file still appears to have been modified: phillip@saturn:~/D...
by phillipz
Sun Jun 19, 2016 11:21 pm
Forum: Support
Topic: [SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected
Replies: 5
Views: 3331

[SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected

Hi guys, I have cloned the Crazyflie firmware repository ( https://github.com/bitcraze/crazyflie-firmware.git ) using: git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git and also compiled within the directory for my Crazyflie 2 quadcopter using: sudo make PLATFORM=CF2 However, ...