bitcraze / lps-node-firmware

GNU Lesser General Public License v3.0
82 stars 79 forks source link

Not able to configure anchor positions #54

Closed easy98 closed 3 years ago

easy98 commented 3 years ago

Hello,

I am not able to configure the anchor positions since when I click the button "get from anchors", no response. I think the connection between the cfclient and crazyflie should be fine. I am so confused about this problem.

Thanks in advance. lps_configure

krichardsson commented 3 years ago

Hi!

This happens if the anchors do not yet have a position stored in them. If this is the case you have to add the anchors manually using the "Add anchor" button in the "Anchor position configuration" dialog box. When you have written positions to the anchor the "get from anchors" function should work.

krichardsson commented 3 years ago

Related to bitcraze/crazyflie-clients-python#457

easy98 commented 3 years ago

Thanks for quick reply,

So it seems I need to measure the anchor positions manually?

krichardsson commented 3 years ago

Yes, that is correct. Anchor positions must be measured manually. We have done some experiments with automated position estimation of anchors but have not finalized it in the system.

easy98 commented 3 years ago

OK, thanks very much!