Help with custom realtime ScenarIO backend #404
Replies: 1 comment 9 replies
-
In general you should be able to do everything from downstream, no need to operate directly upstream. Here below a possible task breakdown:
Note that, while the ScenarIO APIs are quite a lot, you can implement only the methods that you need, leaving the others either as dummy or not implemented. Once your backend is ready, if your task is developed in such a way that has no If you have randomizers that work for the gazebo back-end, most probably you have to develop new ones of the real-time back-end. |
Beta Was this translation helpful? Give feedback.
-
I am starting to work on a scenario realtime back-end for my custom robot. Before I drive to deep into it with minimal cpp knowledge is there any knowledge transfer that would be useful for me?
I only need it to support force controller mode. I already have my hardware control loop that does PID control (SO I think set_force_target should translate one to one for my force target on hardware? assuming PID constants are matched?).
How would you recommend I format the project? Should I fork gym-ignition/scenarIO and work off of that? How would I make this integrate well into gym-ignition?
Thank you for any advice :)
Dawson
Also thank you so much for the amazing work you ave done on this project !!
Beta Was this translation helpful? Give feedback.
All reactions