Skip to content

Naming inconsistencies #6

Description

@dcconner

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

  1. GetJointsFromSrdfGroup --> GetJointNamesFromSrdfGroupState
  • Add srdf_name parameter that defaults to "/robot_description_semantic"
  • Name as "State" for consistency with other implementations
  1. GetJointsFromSrdfState --> GetJointValuesFromSrdfFileState
  • Specify that this is reading from file
  • Specify we are getting joint values from named configuration
  1. Create new GetJointValuesFromSrdfState
  • Use srdf_name and read from parameter server (otherwise same as 2)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions