ipa320 / schunk_modular_robotics

www.schunk-modular-robotics.com
Apache License 2.0
56 stars 94 forks source link

[lwa] arm_7_link has wrong orientation #126

Open fmessmer opened 9 years ago

fmessmer commented 9 years ago

Z-axis of arm_7_link should point "away" from the arm! For schunk_lwa it is pointing "into" the arm. (This results in problems with cob_pick_place_action where approach and retreat direction is defined wrt arm_7_link coordinate system!)

floweisshardt commented 9 years ago

this depends on the rotation axis of the Schunk modules. what we can do is to add an "arm_tcp_link" which is always oriented "away" from the arm. @ipa-fxm: would that be OK?

destogl commented 7 years ago

This is good idea. This is something I always do (define "arm_tool_link") should I create PR? I currently play with the arm :)

fmessmer commented 7 years ago

@destogl Sure, contributions are always welcome....Thanks