-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Right now actuator, joint and transmission interfaces are hardcoded for position, velocity and effort.
See:
What we would like is to this not be longer the case and to be able to easily add new types of data. For example effort can be reported both as current and torque. Currently there is now way to differentiate them and, actually, we want both. Same thing happens if we want access more than one position source (incremental encoders, absolute encoders, etc).
We should discuss possible solutions to this. Proposed changes should not in any way affect negatively current ros_control features. Existing controllers will probably need to be adapted too.
Metadata
Metadata
Assignees
Labels
No labels