Open PeterBowman opened 6 years ago
In OpenRAVE XMLs, thsi can be done:
<initial>
(http://openrave.programmingvision.com/wiki/index.php/Format:XML#Setting_joint_values_for_initial_state)<jointvalues>
(http://openrave.programmingvision.com/wiki/index.php/Format:XML#Setting_Robot_Joint_Values)Some comments:
<jointvalues>
, you will get a warning if out of limits on init, then joint values are applied, and if wrong, you'll get a double warning. This is, even if within limits, you'll always get the first warning.
As it is now, joint q3 (which follows q2.5) starts next to its joint limit position both in the STL models (bad, might entail rendering the binaries again) and the default OR environment (can be sorted out). This may lead to issues with the newly added limit checks in our general-purpose cartesian controller: https://github.com/roboticslab-uc3m/kinematics-dynamics/issues/161#issuecomment-428137252. The AmorCartesianControl device is not affected, but simulation involves BasicCartesianControl instead.