HebiRobotics / hebi-matlab-examples

Examples for the HEBI Robotics API for MATLAB
http://docs.hebi.us
Apache License 2.0
21 stars 15 forks source link

Arm interface #109

Closed ennerf closed 4 years ago

ennerf commented 4 years ago

This PR provides a higher-level abstraction for working with (serial chain) arms. The main features are:

This PR also includes changes to the API itself, which will be released separately if this PR gets approved

ennerf commented 4 years ago

I updated it to the official 1.7.1 matlab release, so I'm ok merging it

ennerf commented 4 years ago

Thanks for reviewing it. I created a new namespace, so plugins show up in autocomplete now, e.g.,

plugin = HebiArmPlugins.EffortOffset(offsets)