There are several files with similar names in manipulation_states that operate differently.
I propose to implement the following changes in a kinetic_devel branch
- GetJointsFromSrdfGroup --> GetJointNamesFromSrdfGroupState
- Add srdf_name parameter that defaults to "/robot_description_semantic"
- Name as "State" for consistency with other implementations
- GetJointsFromSrdfState --> GetJointValuesFromSrdfFileState
- Specify that this is reading from file
- Specify we are getting joint values from named configuration
- Create new GetJointValuesFromSrdfState
- Use srdf_name and read from parameter server (otherwise same as 2)
There are several files with similar names in manipulation_states that operate differently.
I propose to implement the following changes in a kinetic_devel branch