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

Resolved-Rate Motion Control #43

Open
pappuyadav opened this issue Feb 22, 2023 · 0 comments
Open

Resolved-Rate Motion Control #43

pappuyadav opened this issue Feb 22, 2023 · 0 comments

Comments

@pappuyadav
Copy link

Please modify the code for "Resolved-Rate Motion Control" as given below in case you get error related to swift.
Add the following lines and modify the section:

Make and instance of the Swift simulator and open it#######

env = rtb.backends.Swift()
env.launch()
################################################with########
import swift
env = swift.Swift()
env.launch(realtime=True)

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

No branches or pull requests

1 participant