starting with loco position node

All discussions related to the Loco Positioning system
Post Reply
Narasing
Beginner
Posts: 7
Joined: Thu Feb 23, 2017 9:43 am

starting with loco position node

Post by Narasing »

Hi

I want to start developing with Loco-position node I having experience in c and RTOS.
I am using keil as I'm used to it. I seen your programming is in eclipse ide so how should i start programming (run lps-node-firmware) eclipse ide.

Thanks.
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: starting with loco position node

Post by arnaud »

Hi,

I am one of the main developper of the node and I am not using Eclipse so we do not have a default eclipse configuration yet. I am mainly building the project using "make" in a console (and using Atom as editor).

If you want to configure eclipse for this project you can look at the wiki, there is some instruction available: https://wiki.bitcraze.io/doc:crazyflie: ... #ide_setup

You might also be able to edit the project directly in keil and configure it to build by launching make instead of using the keil compiler. A quick google search shows that keil can use GCC so it might be possible to make it use the Makefile as well.

I hope this helps you going forward
Post Reply