Menu

Tree [r56] /
 History

HTTPS access


File Date Author Commit
 Arduino-Toennchen 2013-03-29 bjoerng [r53]
 CMakeFiles 2011-04-12 bjoerng [r8] Emotion state etc. added
 SARLACC_old 2013-03-29 bjoerng [r55] Moved SARLACC to SARLACC_old, new SARLACC playg...
 astromech_base 2013-02-26 bjoerng [r49] Battery voltage as float
 astromech_data 2011-05-01 bjoerng [r37] Re-structured into talk, dome_cam, kinect blocks
 astromech_emo 2011-05-01 bjoerng [r32]
 astromech_msgs 2011-05-02 bjoerng [r43]
 astromech_reason 2013-03-29 bjoerng [r55] Moved SARLACC to SARLACC_old, new SARLACC playg...
 astromech_samples 2011-05-01 bjoerng [r39] astromech_msg is now astromech_msgs
 astromech_sense 2011-05-01 bjoerng [r39] astromech_msg is now astromech_msgs
 testing 2013-03-29 bjoerng [r56]
 CMakeLists.txt 2011-04-12 bjoerng [r8] Emotion state etc. added
 CPackConfig.cmake 2011-04-12 bjoerng [r8] Emotion state etc. added
 CPackSourceConfig.cmake 2011-04-12 bjoerng [r8] Emotion state etc. added
 Makefile 2011-04-12 bjoerng [r8] Emotion state etc. added
 README 2011-04-03 bjoerng [r1] Initial Checkin
 cmake_install.cmake 2011-04-12 bjoerng [r8] Emotion state etc. added
 stack.xml 2011-04-12 bjoerng [r8] Emotion state etc. added

Read Me

Astromech Stack

This is a simp

FILES:
------

r2d2.xacro
----------
This file contains a specification of an R2-D2 type robot, in XACRO
macro language. Currently, the following joints are modeled:
       - platform motion
       - joints needed for 2-3-2 transition (leg-to-body, center leg)
       - dome motion

r2d2.urdf
---------
This file contains a R2-D2 specification in URDF language. This is
generated from r2d2.xacro by the following line:
	rosrun xacro xacro.py r2d2.xacro > r2d2.urdf
Please do all editing in r2d2.xacro only.

astromech_base
--------------
Interface that connects to the robot's control processor via serial
link and broadcasts robot state data.
This must be adapted to your own droid! Currently it's proprietary to
my Tönnchen robot.

launch
------
Contains example launch files.