Search found 46 matches

by youngbin1130
Tue May 26, 2020 12:50 pm
Forum: Autonomous flight
Topic: Distance Between Two Crazyflie using LPS
Replies: 3
Views: 2299

Distance Between Two Crazyflie using LPS

Hello again. I was able to get location of each Crazyflie thanks to the forums here. I would like to take this a step further and calculate the distance between the the crazyflie (and hopefully more). While I know the formula to calculate the distance between the two drones, I'm unsure how to implem...
by youngbin1130
Tue May 19, 2020 7:30 am
Forum: Autonomous flight
Topic: Combining Motion Commander with Swarm
Replies: 1
Views: 1622

Combining Motion Commander with Swarm

I was just wondering if it is possible for me to use MotionCommander within a swarm system. I would like to continuously use the Velocity setpoints for my drones instead of positioning. Also, I see that there is a SetPointThread in Motion_Commander.py which (from my understanding) is so continuously...
by youngbin1130
Mon May 11, 2020 4:31 am
Forum: Support
Topic: [SOLVED] Trouble Running Basiclog.py
Replies: 6
Views: 18816

Re: Trouble Running Basiclog.py

Hi Kimberly,

That seems to have fixed the issue. Thanks for your help!
by youngbin1130
Mon May 04, 2020 10:35 am
Forum: Support
Topic: [SOLVED] Trouble Running Basiclog.py
Replies: 6
Views: 18816

Re: Trouble Running Basiclog.py

Thank you for your reply! I've used 'pip freeze' but I'm unable to see the version number of cflib. I've attached the result of the result of the command here. Microsoft Windows [Version 10.0.18363.778] (c) 2019 Microsoft Corporation. All rights reserved. D:\DSO-AISwarm>pip freeze appdirs==1.4.3 asn...
by youngbin1130
Mon May 04, 2020 7:15 am
Forum: Support
Topic: [SOLVED] Trouble Running Basiclog.py
Replies: 6
Views: 18816

Re: Trouble Running Basiclog.py

Hey Kimberly, I'm running on Windows 10 currently. I've tried to replace that line as you suggested but it gives me the same(?) error. I've attache the error here as well. Windows PowerShell Try the new cross-platform PowerShell https://aka.ms/pscore6 Loading personal and system profiles took 558ms....
by youngbin1130
Wed Apr 29, 2020 7:36 am
Forum: Support
Topic: [SOLVED] Trouble Running Basiclog.py
Replies: 6
Views: 18816

[SOLVED] Trouble Running Basiclog.py

Hello all, I wanted to log the real time location of the Crazyflie while running an example code (specifically the motioncommander.py) so I thought looking at the Basiclog.py would be the best way to go about doing it. However, I've having trouble executing example\Basiclog.py. I've attached the out...
by youngbin1130
Wed Apr 22, 2020 3:18 pm
Forum: Loco Positioning System
Topic: Controlling Crazyflie with LPS
Replies: 17
Views: 10860

Re: Controlling Crazyflie with LPS

Thank you for your reply again! I see! I don't think I have the space to test it out right now but I'll keep that in mind. So, I guess my option is to either use the highlevel commander or continuously set the velocity (both linear and angular) in the script. I'll have to think about it a little mor...
by youngbin1130
Tue Apr 21, 2020 5:23 am
Forum: Loco Positioning System
Topic: Controlling Crazyflie with LPS
Replies: 17
Views: 10860

Re: Controlling Crazyflie with LPS

Apologies in the delay in reply! That seems to have fixed the problem with the motion controller. Thanks! Apologies for asking an endless stream of questions but an additional question I would like to raise is whether I can make a trajectory of the Crazyflie using the motioncommander.py (or any velo...
by youngbin1130
Tue Apr 07, 2020 8:27 am
Forum: Loco Positioning System
Topic: Controlling Crazyflie with LPS
Replies: 17
Views: 10860

Re: Controlling Crazyflie with LPS

Ah, I see! I've taken a look at the State.Z log (which is under the LoPoTab2, I assume) and took a screenshot of it. I've attached the photo here. My LPS nodes are currently a little above the ground (around 20cm) if that means anything. And yes, the government just announced a work from home for al...
by youngbin1130
Tue Apr 07, 2020 7:13 am
Forum: Loco Positioning System
Topic: Controlling Crazyflie with LPS
Replies: 17
Views: 10860

Re: Controlling Crazyflie with LPS

Thanks for the reply Kimberly! I'll look into the commander.py! Just another quick question. I was trying to run exmaple/Motion_Commander_demo.py using the my Crazyflie and the LPS nodes but it would either not take off take off the floor or touch the floor during the sequence. I've checked my prope...