Search found 10 matches

by ycolmenares
Mon Jun 04, 2018 2:45 pm
Forum: General discussions
Topic: API Python, and Plotter Tab
Replies: 4
Views: 2830

Re: API Python, and Plotter Tab

Hello Arnaud, thanks again for your reply I have made a new tab (Altitude Control), and I want to send thrust values through the cfclient, but I don't know how to get commands from the cfclient. https://imgur.com/a/rOpXrTT So, I added theses lines on my AltitudeControlTab.py def __init__(self, tabWi...
by ycolmenares
Wed May 30, 2018 1:22 pm
Forum: General discussions
Topic: API Python, and Plotter Tab
Replies: 4
Views: 2830

Re: API Python, and Plotter Tab

Thanks for your reply!, Yes, I have already tried to use the zmq interface and it doesn't work. So, you say I need to make a tab for the script :?: honestly I'm really confused I don't know what to put on the tab...I have this script to set the hover mode during an intervale of time... import time i...
by ycolmenares
Mon May 28, 2018 2:26 pm
Forum: General discussions
Topic: API Python, and Plotter Tab
Replies: 4
Views: 2830

API Python, and Plotter Tab

Hello all !, I am using the crazyflie1, and I added an ultrasonic sensor, I wrote a code in C to measure the distance between the drone and the ground, then I found an API for controlling the crazyflie with python (because I don't have a controller so I want an autonomous flight). Now I try to use t...
by ycolmenares
Fri May 25, 2018 2:07 pm
Forum: Bitcraze
Topic: french
Replies: 16
Views: 9947

Re: french

Bonjour à tous, Je suis également de langue française et nettement moins à l'aise en anglais, même informatique. Si vous lisez la première réponse, un domaine de langue française n'est pas souhaité par les organisateurs de ce beau projet. Donc, il faut s'adapter et tenter la langue de Shakespeare. ...
by ycolmenares
Wed May 23, 2018 8:16 am
Forum: Bitcraze
Topic: french
Replies: 16
Views: 9947

Re: french

Salut Ziboul, je suis prof de sciences de l'ingénieur et je m'interesse a BitCraze pour mes cours. Je cherche a mettre a la main sur un exemplaire a un prix raisonnable en france et dés que c'est fait je me mettrai au travail. J'ai plusieurs objectifs de cours et travaux pratiques autour de la simu...
by ycolmenares
Tue May 22, 2018 12:54 pm
Forum: Developer Discussions
Topic: Ultrasonic replacement to the zranger
Replies: 11
Views: 4901

Re: Ultrasonic replacement to the zranger

Hi Evan,
Thanks a lot for your help! I'm going to check it out
by ycolmenares
Tue May 22, 2018 12:47 pm
Forum: General discussions
Topic: altitude hold/hover
Replies: 9
Views: 4654

Re: altitude hold/hover

Thanks for your reply! Currently I'm working on a new proyect, but every time I try to flash the firmware I get the following error, 14:15:07 **** Build of configuration Default for project crazyflie-firmware **** make cload ../crazyflie-clients-python/bin/cfloader flash cflie.bin stm32-fw Restart t...
by ycolmenares
Wed May 16, 2018 2:36 pm
Forum: General discussions
Topic: altitude hold/hover
Replies: 9
Views: 4654

altitude hold/hover

Hello all,

Has someone written a code for altitude hold/hover? that I can use it on my crazyflie1.0.

Thanks in advance
by ycolmenares
Tue May 15, 2018 3:59 pm
Forum: Developer Discussions
Topic: Ultrasonic replacement to the zranger
Replies: 11
Views: 4901

Re: Ultrasonic replacement to the zranger

Hello Evan,
I'm doing the same project, but I'm using the crazyflie 1.0 and the maxsonar EZ0. I have some problems with the code. Can I find a post with your code or something like that? I would like to take a look at your work.
Thanks in advance.
by ycolmenares
Tue May 15, 2018 8:13 am
Forum: General discussions
Topic: Ultrasonic sensor
Replies: 0
Views: 4100

Ultrasonic sensor

Hello everyone,

I'm trying to use an ultrasonic sensor (LV-MaxSonar EZ0) for height measurements (to measure the distance from the ground), is there someone who can help me with the code? has someone already used this sensor? By the way, I am using the crazyflie 1.0.

Thank you in advance.