jhavl / swift

MIT License
86 stars 22 forks source link

Resolved-Rate Motion Control #43

Open pappuyadav opened 1 year ago

pappuyadav commented 1 year ago

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)