Difference between revisions of "Get all the files you need"

From IridiaWiki
Jump to navigationJump to search
m (Protected "Get all the files you need" [edit=autoconfirmed:move=autoconfirmed:read=autoconfirmed])
 
Line 1: Line 1:
  +
All the resources regarding the e-puck are hosted mainly in two git repositories. A simple user will need only the e-puck plugin for ARGoS, which can be found at:
Many of the guides of this wiki for the E-puck are on a common svn repository. This helps keeping the files up-to-date and in an easily accessible place.
 
   
 
https://iridia-dev.ulb.ac.be/projects/argos3-epuck/git
To get the files, ask Alessandro (alessandro (dot) stranieri (at) ulb (dot) ac (dot) be) to be added to the 'epuck_files' group and then type:
 
   
  +
The above repository contains the code for both simulation and real robot, documentation, and testing controllers. More advanced users who want to upload a new firmware, read or modify the e-puck standard libraries need to get the content of a second repository:
svn checkout https://iridia-dev.ulb.ac.be/projects/epuck_files/svn e-puck
 
   
  +
https://iridia-dev.ulb.ac.be/projects/epuck_infrastructure/git
in a shell.
 
   
  +
If you want to request access to these repositories or if you have any question or doubt contact Lorenzo (lgaratto (at) ulb (dot) ac (dot) be).
==== Policy for updates ====
 
 
You are more than welcome to upload new files or update the ones that are already there. However, if you do so, you are supposed to test that everthing works and, more important, UPDATE THE WIKI!
 
Also, when updating the wiki, be sure to put all the version numbers of the software you are using (version mismatch is the first cause of problems when working with the e-pucks).
 
For aseba and dashel, the version number corresponds to the svn revision of their repositories on GNA. Remember to put the version number also on any patch you create (e.g. aseba_patch_v381.patch).
 
 
If you have any doubt or problem don't hesitate to contact Manuele (mbrambilla@iridia.ulb.ac.be), Carlo (cpinciro@ulb.ac.be) or Alex (acampo@ulb.ac.be).
 

Latest revision as of 16:58, 14 July 2015

All the resources regarding the e-puck are hosted mainly in two git repositories. A simple user will need only the e-puck plugin for ARGoS, which can be found at:

https://iridia-dev.ulb.ac.be/projects/argos3-epuck/git

The above repository contains the code for both simulation and real robot, documentation, and testing controllers. More advanced users who want to upload a new firmware, read or modify the e-puck standard libraries need to get the content of a second repository:

https://iridia-dev.ulb.ac.be/projects/epuck_infrastructure/git

If you want to request access to these repositories or if you have any question or doubt contact Lorenzo (lgaratto (at) ulb (dot) ac (dot) be).