Search found 5 matches

by mlac
Mon Jul 02, 2018 8:51 am
Forum: Support
Topic: Sending external position data
Replies: 4
Views: 3488

Re: Sending external position data

Thanks for the quick reply. I enabled the kalman filter as you said. I quickly tested it without the motion capture system, and I can now see the position values drift quickly. I think the problem is solved, but I will test it tonight at the lab using the motion capture system; and I will update you...
by mlac
Mon Jul 02, 2018 7:12 am
Forum: Support
Topic: Sending external position data
Replies: 4
Views: 3488

Sending external position data

Hi, I am using crazyflie 2.0 without LPS. I am trying to send external data from a python client using a motion capture system (optitrack) in my lab. Whenever I try to send external position, the quad is restarting. In my python client, I am sending external position as follows: `cf.loc.send_extpos(...
by mlac
Mon Apr 23, 2018 4:45 am
Forum: General discussions
Topic: Sending external position data restarts crazyflie
Replies: 0
Views: 4507

Sending external position data restarts crazyflie

Hi, I am using crazyflie 2.0 without LPS. I am trying to send external data from a python client using a motion capture system (optitrack) in my lab. Whenever I try to send external position, the quad is restarting. In my python client, I am sending external position as follows: `cf.loc.send_extpos(...
by mlac
Mon Apr 23, 2018 2:40 am
Forum: Bitcraze
Topic: Communication issue with Crazyflie
Replies: 10
Views: 6491

Re: Communication issue with Crazyflie

Sure!
by mlac
Tue Mar 20, 2018 5:49 am
Forum: Bitcraze
Topic: Communication issue with Crazyflie
Replies: 10
Views: 6491

Re: Communication issue with Crazyflie

Hi, I am having a similar problem. Whenever I try to send external position, the quad is restarting. In my python client, I am sending external position as follows: `cf.loc.send_extpos([0, 0, 0])`. If I remove this line of code, the quad does not restart. I am not using loco positioning system. I wo...