dfki-ric-underactuated-lab / torque_limited_simple_pendulum

Torque Limited Simple Pendulum Underactuated System
BSD 3-Clause "New" or "Revised" License
52 stars 19 forks source link

does the simulation have three uses? #8

Closed ricopicone closed 2 years ago

ricopicone commented 2 years ago

https://github.com/dfki-ric-underactuated-lab/torque_limited_simple_pendulum/blob/222c610b6ce8e684f7141c1eeddbeb8f85f45b65/paper/paper.md?plain=1#L122

It seems the simulation can be used to:

  1. precompute trajectories and RL models;
  2. simulate the function of the "Main Control Loop" without hardware-in-the-loop (HIL); and
  3. simulate during HIL "real time control," presumably for certain specific control schemes that require this.
fwiebe commented 2 years ago

Yes, the simulation can be used for all three of these cases. I added a sentence to make this more clear in the dynamics section and changed Figure 3 as proposed. (see commit 393f0b08e1e9882cec9a3be3d568ee7c78263e88).