Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement additional yarp::dev motor interfaces #157

Closed
jgvictores opened this issue Dec 22, 2017 · 5 comments · Fixed by #229
Closed

Implement additional yarp::dev motor interfaces #157

jgvictores opened this issue Dec 22, 2017 · 5 comments · Fixed by #229
Assignees

Comments

@jgvictores
Copy link
Member

Think about implementing additional motor/axis yarp::dev interfaces:

@jgvictores
Copy link
Member Author

jgvictores commented Dec 22, 2017

Related: #153 (pulse/sample parameter).

@jgvictores
Copy link
Member Author

@PeterBowman
Copy link
Member

http://www.yarp.it/classyarp_1_1dev_1_1IAxisInfo.html

Might be blocked by roboticslab-uc3m/teo-main#44 (renaming joints).

@PeterBowman PeterBowman changed the title Think about implementing additional motor/axis yarp::dev interfaces Implement additional motor/axis yarp::dev interfaces Sep 18, 2019
@PeterBowman PeterBowman changed the title Implement additional motor/axis yarp::dev interfaces Implement additional yarp::dev motor interfaces Sep 28, 2019
@PeterBowman
Copy link
Member

Brief summary of what is currently implemented (✔️), what is not (❌), and what is covered in the scope of this issue (bold text) as of latest apocanlypse commit:

  • yarp::dev::IAmplifierControlRaw
  • yarp::dev::IAxisInfoRaw
  • yarp::dev::IControlCalibrationRaw
  • ✔️ yarp::dev::IControlLimitsRaw
  • ✔️ yarp::dev::IControlModeRaw
  • ✔️ yarp::dev::ICurrentControlRaw
  • ✔️ yarp::dev::IEncodersTimedRaw
  • yarp::dev::IImpedanceControlRaw
  • yarp::dev::IInteractionModeRaw
  • yarp::dev::IMotorRaw
  • yarp::dev::IMotorEncodersRaw
  • yarp::dev::IPidControlRaw
  • ✔️ yarp::dev::IPositionControlRaw
  • ✔️ yarp::dev::IPositionDirectRaw
  • yarp::dev::IPWMControlRaw
  • ✔️ yarp::dev::IRemoteVariablesRaw
  • ✔️ yarp::dev::IVelocityControlRaw
  • ✔️ yarp::dev::ITorqueControlRaw

@PeterBowman
Copy link
Member

Ready at 8fa67e5. With this commit, I'm also assuming that both encoder and current reads are meant to be queried via TPDO and therefore stored in an internal buffer (#232 (comment)). Also, reverse encoder count is configured via dedicate YARP .ini option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants