This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:dlr_hit_hand_arm_sim [2012/02/08 17:00] – memeruiz | projects:dlr_hit_hand_arm_sim [2012/02/13 16:04] (current) – memeruiz | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Hand/arm simulator for the Kuka arms and DLR/HIT hands ====== | ||
| + | |||
| + | You can run a system that simulates the impedance and damping control of the arms and hands on TUM-Rosie. | ||
| + | |||
| + | * Run the hand simulator. | ||
| + | |||
| + | cd ias_manipulation_nonfree/ | ||
| + | ./ | ||
| + | |||
| + | * Run the arm motion control in simulation mode: | ||
| + | |||
| + | cd ias_manipulation/ | ||
| + | ./ | ||
| + | ./ | ||
| + | |||
| + | * Run the robot visualizator. | ||
| + | |||
| + | cd ias_manipulation/ | ||
| + | ./ | ||
| + | |||
| + | * Run the torque simulation module. | ||
| + | |||
| + | cd ias_manipulation/ | ||
| + | ./ | ||
| + | |||
| + | ===== How to use it ===== | ||
| + | |||
| + | Once the system is running you can send forces to the finger tips in the yarp port / | ||
| + | |||
| + | (1 -1 0 0) (2 -1 0 0 ) | ||
| + | |||
| + | The format is: (finger_number force_x force_y force_z). Multiple fingers can be controlled in one single yarp write. | ||
| + | |||
| + | ===== Calibrating the finger angles and torques ===== | ||
| + | |||
| + | cd ias_manipulation/ | ||
| + | |||
| + | edit file ./ | ||
| + | |||
| + | |||