inverted-pendulum icon indicating copy to clipboard operation
inverted-pendulum copied to clipboard

Simulations and experiments related to my inverted pendulum robot hobby project

Results 1 inverted-pendulum issues
Sort by recently updated
recently updated
newest added

## inverted-pendulum/dc-motor/estimate_params.py , line 33 when map obj converted into numpy array, it cannot express column size in data.shape so line 33 ```python with open(filename) as f: reader = csv.reader(f)...