ADVRHumanoids / ROSEndEffector

ROS End-Effector package: provides a ROS-based set of standard interfaces to command robotics end-effectors in an agnostic fashion
Apache License 2.0
27 stars 6 forks source link

Use srdf tag group state to let user says the default joint pos #65

Open torydebra opened 4 years ago

torydebra commented 4 years ago

Some problems for this, I checkout at new branch https://github.com/ADVRHumanoids/ROSEndEffector/tree/srdfInitialPos

torydebra commented 4 years ago

ROSEE is ready to use with this new feature, I have also tested it a bit.

Problem is that the joint_state_publisher does not read srdf, thus it is not aware of possible initial joint position different from 0. Possible solutions are:

Similar problem happens also when gazebo (and not anymore joint state pub) is used, but it should be easier to set initial pos in gazebo

UPDATE: also take care that setToDefault position passive joint rosee method should take this srdf updates, if implemented

torydebra commented 4 years ago

BTW, I think this feature is not so important, so we can delay its integration

lia2790 commented 4 years ago

I think y can leave it...