Difference between revisions of "Asibot - Implemented Modules"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
Line 51: Line 51:
 
g++ bote_v9.cpp -g -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0/gtk -I/usr/include/atk-1.0 -I/usr/include/opencv -lgtk-x11-2.0 -lgdk-x11-2.0 -lcv -lhighgui -o bote_v9
 
g++ bote_v9.cpp -g -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gtk-2.0/gtk -I/usr/include/atk-1.0 -I/usr/include/opencv -lgtk-x11-2.0 -lgdk-x11-2.0 -lcv -lhighgui -o bote_v9
 
-->
 
-->
 +
<!DOCTYPE HTML>
 
<video width="320" height="240" controls="controls"><source src="movie.ogg" type="video/ogg" /><source src="movie.mp4" type="video/mp4" />Your browser does not support the video tag.</video>
 
<video width="320" height="240" controls="controls"><source src="movie.ogg" type="video/ogg" /><source src="movie.mp4" type="video/mp4" />Your browser does not support the video tag.</video>

Revision as of 02:43, 29 December 2010

ASIBOT Implemented Robot Components
This page contains descriptions of Robot Component Guidelines v0.3 (RCGv03) ASIBOT components. Click here for RCGv02's specs.

Fully functional on RCGv02: jmc_rave, jmc_can, cmc_recursive, hmi_web, tol_file, hmi_wiimote.
Fully functional on RCGv03: jmc_rave, cmc_recursive.

Category: Joint Motion Controllers

These modules' behaviour corresponds to Robot Component Guidelines v0.3 commands for JMCs. Link to RCGv02 command format.

jmc_rave (Ubuntu / Windows)

A module that instantiates a OpenRAVE kitchen with ASIBOT environment. No force control has been implemented. Further reference at Code Documentation: jmc_rave.

Drv rave-3.jpg

jmc_can (RT-Linux)

Controlls real robot.

Category: Cartesian Motion Controllers

These modules' behaviour corresponds to Robot Component Guidelines v0.3 commands for CMCs.

cmc_recursive (Ubuntu / Windows)

Based on recursive methods, such as Newton-Raphson. Should work fine between any interface and a JMC. Further reference at Code Documentation: cmc_recursive.

Category: Sensor

These modules' behaviour corresponds to Module Guidelines v0.3 commands for SNSs.

sns_xsens

A wrapper module for Xsense IMU.

http://robots.uc3m.es/svn/ASIBOTcoderepo/trunk/sns_xsens

Category: HMI

hmi_wiimote

A wrapper module for wiimote driver. Basic interface is as a sensor.

http://robots.uc3m.es/svn/ASIBOTcoderepo/trunk/hmi_wiimote

hmi_3d (Ubuntu)

Category: Vision

vis_rsanchez

Currently under development, integrates OpenCV and GTK. Check out the recent video. <!DOCTYPE HTML> <video width="320" height="240" controls="controls"><source src="movie.ogg" type="video/ogg" /><source src="movie.mp4" type="video/mp4" />Your browser does not support the video tag.</video>