Difference between revisions of "Asibot - Implemented Modules v0.2"
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
Line 40: | Line 40: | ||
$ tar -zxvf yarp-2.2.6.tar.gz | $ tar -zxvf yarp-2.2.6.tar.gz | ||
# apt-get install cmake build-essential subversion | # apt-get install cmake build-essential subversion | ||
− | |||
# svn co http://robots.uc3m.es/svn/ASIBOTcoderepo/branches/v02/drivers/drv_rave | # svn co http://robots.uc3m.es/svn/ASIBOTcoderepo/branches/v02/drivers/drv_rave | ||
---- | ---- |
Revision as of 12:54, 15 May 2010
This page should contain a description of implemented ASIBOT modules. Current implementations refer to Modules - Standard v0.2.
drv_fake [1]
A stand-alone module that simulates a 5 DOF, no joint-limited robot. Position control is totally implemented. Stop commands must be set between velocity commands (for sake of code understandability). No force control has been implemented.
drv_ml [2]
A module that passes standard v0.2 commands to Marilou ASIBOT. Note that velocity control must be enabled in each motor of the Marilou ASIBOT model. No force control has been implemented.
drv_rave [3]
A module that instantiates a OpenRAVE kitchen with ASIBOT environment. ASIBOT recieves v0.2 commands. Current controller does not break correctly, physiscs activated will make gravity move the stopped robot. No force control has been implemented.
Install on a fresh Ubuntu 10.04 (as of 15/05/2010, what you get from a sudo aptitude safe-upgrade):
$ wget http://downloads.sourceforge.net/yarp0/yarp-2.2.6.tar.gz $ tar -zxvf yarp-2.2.6.tar.gz # apt-get install cmake build-essential subversion # svn co http://robots.uc3m.es/svn/ASIBOTcoderepo/branches/v02/drivers/drv_rave
vis_rsanchez [?]
Currently under development, integrates OpenCV and GTK. Check out the recent video.