Skip to content

Commit

Permalink
Fix table in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdahdah committed Dec 20, 2023
1 parent 282d552 commit f7f7fca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ Each CSV file in `dataset/` contains one experimental episode. The columns are:
| `alpha` | Measured pendulum angle (rad) |
| `control_output` | Control signal calculated by the controller (V) |
| `feedforward` | Feedforward signal to be added to `control_output` (V) |
| `plant_input` | `control_output` summed with `feedforward` (V), saturated
between -10V and 10V. |
| `saturation` | Signal indicating if saturation is active. -1 if saturating in
the negative direction, +1 if saturating in the positive direction. |
| `plant_input` | `control_output` summed with `feedforward` (V), saturated between -10V and 10V. |
| `saturation` | Signal indicating if saturation is active. -1 if saturating in the negative direction, +1 if saturating in the positive direction. |

## Repository Layout

Expand Down

0 comments on commit f7f7fca

Please sign in to comment.