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

Better examples for getting started #16

Closed
eeberhard opened this issue Feb 8, 2021 · 3 comments · Fixed by #96 or #97
Closed

Better examples for getting started #16

eeberhard opened this issue Feb 8, 2021 · 3 comments · Fixed by #96 or #97
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@eeberhard
Copy link
Member

We should have one or two high-level examples that shows how to install and plug together components of this library in a project.

Show a dynamical system + controller working a control loop.

This example could incorporate a simple external simulator / robot interface from a different repo. The main thing is that is it plug-and-play, "hello world" style, that shows the pieces all working together.

In the end someone outside the team should test the example and verify it makes sense and is easy to use.

@eeberhard eeberhard added the enhancement New feature or request label Feb 8, 2021
@eeberhard eeberhard added this to the Easy installation and usage milestone Feb 8, 2021
@eeberhard eeberhard added this to To do in Control Libraries Development via automation Feb 8, 2021
@eeberhard eeberhard added the documentation Improvements or additions to documentation label Feb 8, 2021
@domire8
Copy link
Contributor

domire8 commented Apr 6, 2021

Could we outline such an example (or several examples) together? I would like to do it but I'm not too confident about it. I know that @buschbapti would like to have the moving reference frame example but we don't have a controller for the orientation yet so @eeberhard proposed to use a simple impedance controller in joint space last week right? What other ideas do you guys have?

@buschbapti
Copy link
Contributor

The Dissipative controller works in orientation as well it just does not give nice commands on the actual robot. We could also do as @eeberhard did which is to separate position from orientation. I am not sure what would be needed to implement for those examples. I guess the orientation controller would be one.

This was linked to pull requests Apr 12, 2021
@eeberhard
Copy link
Member Author

I think this issue can be closed with the demos and install script in 2.0.0! We should still strive to extend those, but the foundation is there now.

Control Libraries Development automation moved this from To do to Done May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
3 participants