User:SamuelM: Difference between revisions
From ArmadeusWiki
No edit summary |
(added Contribution/Tips) |
||
Line 1: | Line 1: | ||
<!-- | |||
= Identité = | = Identité = | ||
Line 24: | Line 25: | ||
** Développement électronique | ** Développement électronique | ||
* Apporter ma ''petite'' contribution à l'ARMadeus Project dans la mesure de mes ''faible'' moyens | * Apporter ma ''petite'' contribution à l'ARMadeus Project dans la mesure de mes ''faible'' moyens | ||
--> | |||
[[MemberList | << Member list]] | |||
[[Special:UserList | << User list]] | |||
== whoami == | |||
* Name: | |||
:: Samuel MARTIN | |||
* Background: | |||
:: Student at [http://www.eseo.fr/ ESEO] (French engineering school), specialised in Embedded systeme and Automation / | |||
:: <s>Master student at l'[http://www.plymouth.ac.uk/ University of Plymouth] (UK), in [http://www.plymouth.ac.uk/courses/postgraduate/taught/2558/MSc+Robotics Robotics].</s> | |||
:: Internship in Emebedded system and Robotics (Paris) | |||
== Interests == | |||
* Robotics | |||
* Computer Vision | |||
* Image & signal processing | |||
* Linux | |||
== Objectives == | |||
''or, what I wanna do with the APF board (APF27 + Devfull)'' | |||
* '''Have fun!''' | |||
* Improve my skills in: | |||
** Hardware development (FPGA) | |||
** System and embedded OS | |||
** Electronic development | |||
** Software development for embedded (tiny) target | |||
* Share my experiments | |||
== Contributions == | |||
[[OpenCV|Cross-compile OpenCV for your APF]] | |||
[[Cmake]] | |||
== Tips == | |||
=== A colored (and useful) prompt === | |||
<source lang="bash"> | |||
## | |||
## .profile | |||
## | |||
source /etc/profile | |||
bldblk='\033[1;30m' # Black - Bold | |||
bldred='\033[1;31m' # Red | |||
bldgrn='\033[1;32m' # Green | |||
bldylw='\033[1;33m' # Yellow | |||
bldblu='\033[1;34m' # Blue | |||
bldpur='\033[1;35m' # Purple | |||
bldcyn='\033[1;36m' # Cyan | |||
bldwht='\033[1;37m' # White | |||
txtrst='\033[0m' # Text Reset | |||
export PS1="${txtrst}\${USER}${bldylw}@${bldgrn}\${HOSTNAME} ${bldpur}[${bldred}\$?${bldpur}] [${bldblu}\${PWD}${bldpur}] ${txtrst}\${SHELL:5}${bldgrn}${PS1}${txtrst}" | |||
</source> |
Revision as of 00:27, 5 June 2010
whoami
- Name:
- Samuel MARTIN
- Background:
- Student at ESEO (French engineering school), specialised in Embedded systeme and Automation /
Master student at l'University of Plymouth (UK), in Robotics.- Internship in Emebedded system and Robotics (Paris)
Interests
- Robotics
- Computer Vision
- Image & signal processing
- Linux
Objectives
or, what I wanna do with the APF board (APF27 + Devfull)
- Have fun!
- Improve my skills in:
- Hardware development (FPGA)
- System and embedded OS
- Electronic development
- Software development for embedded (tiny) target
- Share my experiments
Contributions
Cross-compile OpenCV for your APF
Tips
A colored (and useful) prompt
##
## .profile
##
source /etc/profile
bldblk='\033[1;30m' # Black - Bold
bldred='\033[1;31m' # Red
bldgrn='\033[1;32m' # Green
bldylw='\033[1;33m' # Yellow
bldblu='\033[1;34m' # Blue
bldpur='\033[1;35m' # Purple
bldcyn='\033[1;36m' # Cyan
bldwht='\033[1;37m' # White
txtrst='\033[0m' # Text Reset
export PS1="${txtrst}\${USER}${bldylw}@${bldgrn}\${HOSTNAME} ${bldpur}[${bldred}\$?${bldpur}] [${bldblu}\${PWD}${bldpur}] ${txtrst}\${SHELL:5}${bldgrn}${PS1}${txtrst}"