utra-robosoccer / soccer-embedded

Collection of embedded programs for an autonomous humanoid soccer robot
http://utrahumanoid.ca
32 stars 8 forks source link

Gdharan makefiles #165

Closed gokuldharan closed 5 years ago

gokuldharan commented 5 years ago

To import version-controlled launch configurations, go to File->Import->Run/Debug and choose Robot_F4 and Robot_F7. It should automatically find the *.launch files

gokuldharan commented 5 years ago

To build from makefiles, go to each project's Properties->C/C++ Build and uncheck "Generate makefiles automatically". Change the Build Directory by removing "Build" so that it looks like this: ${workspace_loc:/Robot_F4}

gokuldharan commented 5 years ago

Runtime verified

tygamvrelis commented 5 years ago

To build from makefiles, go to each project's Properties->C/C++ Build and uncheck "Generate makefiles automatically". Change the Build Directory by removing "Build" so that it looks like this: ${workspace_loc:/Robot_F4}

It looks like this has been taken care of by your change, i.e. it is under version control

Edit: actually, I still had to specify this manually for F7. @gokuldharan could you edit Robot_F7/.cproject the same way you edited Robot_F4/.cproject so that ${workspace_loc:/Robot_F7} is used, and then commit?

rfairley commented 5 years ago

giving this a run on my side