Search found 11 matches

by cevo
Mon Jul 01, 2019 1:28 pm
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

After change the height of the basestation everything look fine now.
I flew 2 drones one seems to fly properly, but once (that crashed a lot ) fly really odd and suddenly crash do you know to check the health of drone if it still functional properly or not.
by cevo
Mon Jul 01, 2019 1:15 pm
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

Now seems like it can fly properly once I adjust to proper X axis. but it suddenly fallen once it reach certain level.
It may related to the height of base station I think.

Do we need to keep both base station on the same heigh?
by cevo
Mon Jul 01, 2019 1:00 pm
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

Right now I using HMD placed at the center of test area.
Once I have successfully compile the firmware do I need need to keep HMD on the middle of floor?

Anyway, currently my basestation height is 170 cm , do I need to increase the height?
by cevo
Mon Jul 01, 2019 11:58 am
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

There are several error I found from my macbook environment
I am not sure if I would be the cause of problem or not.

1. VR pop out of error message randomly. Some time not
2. I can't plot the graph even I can connect to the cfclient properly.
by cevo
Mon Jul 01, 2019 11:25 am
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

Actually it already comment out at first already when I was checkout from the repo. Any I have follow the lighthouse step properly already but the drone fly really weird. sometime fly good at the beginning (similar as ICRA2019 video) then suddenly kamikaze down to the floor and crash. Question 1. Sh...
by cevo
Mon Jul 01, 2019 9:25 am
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

I try to test the drone and now it fly however in weird direction and crash I will post the video soon. However now I got some question 1. How to proper change the position mode ? Using the cfcclient ? 2. How to plot the graph ? I did follow the step but no graph show at all? 3. Should I comment out...
by cevo
Mon Jul 01, 2019 9:07 am
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

I edit lighthouse.c and build new cf2.bin and got this fatal error, can I just ignore it ? No tags can describe '27067fa425fec8062bde89cd7332f2ae5402d4a8'. Try --always, or create some tags. Build 0:27067fa425fe (NA) MODIFIED 192:icra2019 admin$ make CLEAN_VERSION CC lighthouse.o VTMPL version.c fat...
by cevo
Sat Jun 29, 2019 7:22 pm
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

the control_tower need at least 8 drones to perform the fly? I executed $python3 control_tower.py "2" "s" and got this msg. Starting tower with 2 Crazyflie(s) Flying with synchronized trajectories Can only find 0 copter(s) that are charged and ready Connecting to radio://0/10/2M/...
by cevo
Sat Jun 29, 2019 6:46 pm
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

I just found out the solution !! this command will only work if it point to proper address and channel I changed E7E7E7E701 to E7E7E7E7E7 and it work python3 -m cfloader flash cf2.bin stm32-fw -w radio://0/10/2M/E7E7E7E7E7 at first I thought this command is the command to set the channel and address...
by cevo
Sat Jun 29, 2019 6:30 pm
Forum: Support
Topic: Control Tower Error
Replies: 17
Views: 5997

Re: Control Tower Error

- I am now manage to compile to firmware correctly - I can flash firmware using cfclient successfully. However how I can flash firmware together with assign the address of crazyfly with following command ? python3 -m cfloader flash cf2.bin stm32-fw -w radio://0/10/2M/E7E7E7E701 once I excute the com...