Search found 31 matches

by thasu
Tue Sep 18, 2018 8:20 pm
Forum: Developer Discussions
Topic: Controlling Crazyflie when communication is lost
Replies: 3
Views: 1980

Re: Controlling Crazyflie when communication is lost

Let's say the CF needs to fly in figure 8s until the link is reestablished.
by thasu
Thu Sep 13, 2018 2:46 pm
Forum: General discussions
Topic: Problem in logging z ranger data
Replies: 5
Views: 3336

Re: Problem in logging z ranger data

Yes. What can I do to solve this problem?
by thasu
Thu Sep 06, 2018 5:41 am
Forum: Developer Discussions
Topic: Multi Ranger Deck with Thermal Camera
Replies: 2
Views: 1951

Multi Ranger Deck with Thermal Camera

Over past few weeks I was working on developing a new ToF sensor deck which can be used for SLAM purposes and for obstacle avoidance. The deck has space for 13 ToF sensors to cover a maximum area of the 3D space. A 16bit IO expander has been used to drive all sensors separately. In addition to that ...
by thasu
Wed Sep 05, 2018 7:46 pm
Forum: General discussions
Topic: Problem in logging z ranger data
Replies: 5
Views: 3336

Problem in logging z ranger data

I'm trying to read the z range values from python client by adding range.zrange to the log group. But values appear as 0 everytime. Other variables which are in the log group print corresponding values in the terminal. However there is no error showing in the CF console and set_hoverpoint command is...
by thasu
Tue Sep 04, 2018 7:14 pm
Forum: Developer discussions
Topic: Log multiple variables using python client
Replies: 1
Views: 2138

Log multiple variables using python client

When I try to add additional log variables to BasiclogSync.py file, it gives an error when there are more than 9 variables. Is there a way to get the log data from more than 10 variables using python client?
by thasu
Mon Sep 03, 2018 6:28 am
Forum: General discussions
Topic: Hover without the Flow deck
Replies: 1
Views: 1621

Hover without the Flow deck

Is it possible to hover without the flow deck. I'm using python client to control the CF. If it's possible what is the python command that I need to use?
by thasu
Thu Jul 12, 2018 11:41 am
Forum: Support
Topic: CF doesn't work after forcing deck drivers
Replies: 2
Views: 2028

CF doesn't work after forcing deck drivers

Corrupted OW memory message appears in the console when I plug one of my decks. After forcing the driver by adding it to the config.mk and using Make Debug to compile, it didn't boot properly. By adding DEBUG=1 in config.mk the deck started to work but there were some issues. When I give set_hoverpo...
by thasu
Wed Jun 06, 2018 1:25 pm
Forum: Developer Discussions
Topic: Integrate Magnetometer with Kalman Estimator
Replies: 3
Views: 1897

Re: Integrate Magnetometer with Kalman Estimator

Does the algorithm use magnetometer readings if we pass values from an external magnetometer ?
by thasu
Mon Jun 04, 2018 1:26 pm
Forum: Developer Discussions
Topic: Integrate Magnetometer with Kalman Estimator
Replies: 3
Views: 1897

Integrate Magnetometer with Kalman Estimator

After observing the log data of the magnetometer a considerable noise is noticed. When I rotate the CF and come back to the previous heading, it gives different headings in each time. Because of that I have following questions. 1) Does kalman estimator use the onboard magnetometer readings ? 2) Will...
by thasu
Tue May 29, 2018 4:36 pm
Forum: Developer Discussions
Topic: Fly higher than 2m using Flowdeck
Replies: 3
Views: 2052

Re: Fly higher than 2m using Flowdeck

Then can we fly higher than 2m using a joystick when the flowdeck is plugged?