This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
intranet:projects:robot:armtopics [2014/09/16 11:31] c7031098 |
intranet:projects:robot:armtopics [2018/09/03 19:35] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====General startup information===== | ||
===Starting the KRL Script=== | ===Starting the KRL Script=== | ||
Start the Orocos scripts on the robot contoller. Do not do this alone if you use the robot for the first time. Contact the responsible person listed [[intranet:projects:robot:maintainers|here]]. | Start the Orocos scripts on the robot contoller. Do not do this alone if you use the robot for the first time. Contact the responsible person listed [[intranet:projects:robot:maintainers|here]]. | ||
Line 16: | Line 17: | ||
respectively (depending on the script you are running on the KUKA controller side). As soon as you have started both scripts, you should be able to see the arm control topics listed below. | respectively (depending on the script you are running on the KUKA controller side). As soon as you have started both scripts, you should be able to see the arm control topics listed below. | ||
+ | |||
+ | ===Using the robot in compliant mode to do gesture demonstration=== | ||
+ | In order to be able to manipulate the robot by hand to record gesture, follow these steps : | ||
+ | |||
+ | - Start the FriOrocos script normally in AUT mode (Spiral) | ||
+ | - Start roscore / arm / gripper scripts as indicated previously | ||
+ | - Through ROS, switch mode to mode 0 (Monitor mode, that should be acknowledged on the KCP) then switch to mode 30 (mode 101 not working at this date - June 23rd, 2017). You can just adjust the impedance (stiffness/damping) to make the robot more compliant : | ||
+ | |||
+ | rostopic pub /real/right_arm/joint_control/set_impedance iis_robot_dep/FriJointImpedance "stiffness: [0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2] | ||
+ | damping: [0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2]" | ||
+ | |||
+ | **BEWARE !!! If you set the impedance values back to a less compliant system, the arm will try to reach VERY FAST back to its initial position before manipulation. Thus, anything on the path will be damaged !!! Be sure to bring manually the arm back to its starting position to reduce this effect !** | ||
+ | |||
=====Arm Control Topics===== | =====Arm Control Topics===== | ||
Line 71: | Line 85: | ||
dim: [] | dim: [] | ||
data_offset: 0 | data_offset: 0 | ||
- | data: [42.400001525878906, 46.20000076293945, 45.900001525878906, 46.70000076293945, 45.900001525878906, 62.400001525878906, 61.20000076293945] | + | data: [42.40, 46.20, 45.90, 46.70, 45.90, 62.40, 61.20] |
===sensoring/state=== | ===sensoring/state=== |