astromech-ros Code
Status: Planning
Brought to you by:
bjoerng
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.